freddy CLI: Wire Garmin & Other Wearables into OpenClaw via MCP

✍️ OpenClawRadar📅 Published: July 10, 2026🔗 Source
Ad

The freddy CLI — a personal MCP server for health and performance data — now supports Garmin alongside Polar, Oura, Withings, Suunto, Intervals.icu, and Hevy. Your agent (Claude Code, OpenClaw, Cowork, or your own bot) can sign in, link a source, and query data with no browser callback, using a standard OAuth device flow.

Setup & Usage

Install globally and authenticate:

npm i -g u/freddy-coach/cli
freddy login --scope "mcp account:read connections:write"
freddy connect garmin

Once connected, query metrics across all sources:

freddy metrics
freddy query --metrics hrv,sleep_duration --days 14 --json

Every command supports --json, piping structured data directly into your agent's next step.

Ad

What You Get

  • Garmin: sleep, HRV, resting heart rate, Body Battery, workouts
  • Other sources: Polar, Oura, Withings, Suunto, Intervals.icu, Hevy (more in beta — request access from dashboard)
  • Cross-source analysis: e.g., check if training volume weeks correlate with worse sleep and lower HRV, or if recovery was trending down before a flat session.

Custom Integration

If you prefer to wire the device flow and MCP endpoint yourself, the raw HTTP flow is documented at freddy.coach/agents.

Privacy

Data is encrypted, not sold, and the maintainer states no profit is made from user stats. Beta access is available from the dashboard at freddy.coach.

📖 Read the full source: r/openclaw

Ad

👀 See Also

Loom: A Local Execution Harness for Complex AI Tasks
Tools

Loom: A Local Execution Harness for Complex AI Tasks

Loom is an open-source local execution harness designed to manage complex tasks by providing a structured process with around 50 tools, a custom package plugin system for repeatable workflows, and both CLI and MCP server interfaces.

OpenClawRadar
Solo developer builds cross-platform desktop AI agent with mobile remote control in 3 weeks, ships to 40+ countries
Tools

Solo developer builds cross-platform desktop AI agent with mobile remote control in 3 weeks, ships to 40+ countries

A solo developer built Skales, a native desktop AI agent with 139+ tools and a mobile companion app for remote control — all in 3 weeks using Claude. The app runs on macOS, Windows, and Linux, is local-first and free, and already has active users in 40+ countries.

OpenClawRadar
Claude Skill MCP Checker: Deterministic Audit of Breaking 2026-07-28 Changes
Tools

Claude Skill MCP Checker: Deterministic Audit of Breaking 2026-07-28 Changes

A free Claude Skill and web demo run 7 deterministic rules to spot MCP servers broken by the 2026-07-28 stateless transport and OAuth 2.1 changes. The author shares how one rule was wrong and how he pinned the mistake.

OpenClawRadar
Dual-model architecture reduces token consumption by half for long conversations
Tools

Dual-model architecture reduces token consumption by half for long conversations

A developer built a dual-model system where a small 'subconscious' model compresses conversation history in the background, allowing the main model to work with a curated ~35K context instead of 120K tokens of raw history. This architecture cuts token consumption roughly in half for sustained project work.

OpenClawRadar