Freddy MCP Server: Give Your OpenClaw Agent Read Access to Personal Health Data

✍️ OpenClawRadar📅 Published: July 11, 2026🔗 Source
Freddy MCP Server: Give Your OpenClaw Agent Read Access to Personal Health Data
Ad

Freddy is a personal health data server that exposes your health and performance data as an MCP server. It just went live as an iOS and Android app, meaning your OpenClaw agents can now pull real sleep, recovery, and training load data instead of relying on generic advice.

What It Connects

  • Apple Health or Health Connect (from phone)
  • Oura, Polar, WHOOP, Garmin, Withings, Suunto
  • Intervals.icu, Hevy

You connect your sources once, and the agent gets access to all of it inside whatever workflow you're running.

Auth for Headless Agents

The recommended auth flow for headless agents is the device flow. This gives the agent its own scoped access without you having to paste a URL around.

Ad

Weekend Project Idea

Build a morning agent that looks at last night's sleep and recent training load, then writes you a two-line note on whether to push or back off today. It's a small task but reads real numbers instead of guessing.

You can find Freddy at https://freddy.coach/.

Privacy

Data is encrypted, not sold, and the developer is not looking to profit off your stats. If you don't trust third-party solutions, just don't use it.

📖 Read the full source: r/openclaw

Ad

👀 See Also

mycrab.space introduces SKILL.md and Prompt Autocomposer for standardized app deployment
Tools

mycrab.space introduces SKILL.md and Prompt Autocomposer for standardized app deployment

mycrab.space has released SKILL.md, a Markdown blueprint for defining app dependencies and configuration, and a Prompt Autocomposer that generates ready-to-use deployment commands from these files. The system enables zero-config deployment of applications like VS Code in browser, personal music clouds, and AI agent interfaces.

OpenClawRadar
PocketTeam: A Claude Code Pipeline with Hook-Based Safety and Learning Agents
Tools

PocketTeam: A Claude Code Pipeline with Hook-Based Safety and Learning Agents

PocketTeam is a Claude Code pipeline that implements 9 safety layers at the tool-call level to block dangerous operations like writes to .env or rm -rf commands. The system includes an Observer agent that analyzes completed tasks and writes structured learnings to improve future agent performance.

OpenClawRadar
Unsloth Studio enables 2x training speed with 70% VRAM reduction for local AI fine-tuning
Tools

Unsloth Studio enables 2x training speed with 70% VRAM reduction for local AI fine-tuning

Unsloth Studio provides tools to train and fine-tune language models on local hardware with 2x faster training and 70% VRAM reduction. It supports exporting models to GGUF format for use with Ollama and enables full local AI coding workflows on 24GB hardware like RTX 4090.

OpenClawRadar
LumaBrowser: Electron Browser Offloads DOM Parsing to Local LLMs for AI Agents
Tools

LumaBrowser: Electron Browser Offloads DOM Parsing to Local LLMs for AI Agents

LumaBrowser is an Electron browser that offloads DOM parsing to local LLMs via OpenAI-compatible endpoints, helping autonomous agents avoid processing raw HTML. It uses models like Qwen 2.5 variants to identify UI elements and returns CSS selectors.

OpenClawRadar