Totem β talk to your wearables with AI. Today: full Whoop access (48 tools).
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Totem gives Claude (or any MCP-compatible AI) full read + write access to your wearable data. Today it speaks Whoop β every metric, through Whoop's private iOS API.
βΆ 2-min demo β the full totem cloud flow: install β Whoop login β Fly deploy β Claude connector β first query.
55 tools, structured zod-validated outputs, bundled catalogs (372 exercises, 308 behaviors, 203 sports, 311 endpoints), write-safety harness, automatic Cognito token refresh, bounded in-memory read cache. TypeScript 6, Node 24, 278 tests.
Totem is becoming a universal wearables bridge. Whoop is the first adapter β every metric, fully wired. Fitbit, Apple Watch, and Garmin are in progress (contributors welcome). The MCP + projection layer is device-agnostic; an adapter just maps its source into the same shared schemas, so everything below applies to whatever you wear.
Note: this works through Whoop's private iOS API rather than the public OAuth API. That isn't what Whoop's terms allow β see the FAQ if you want the full picture before installing.
totem CLIOther root-level docs: TOOLS.md (full per-tool reference) Β· WHOOP.md (full API reference) Β· CHANGELOG.md Β· CONTRIBUTING.md Β· SECURITY.md Β· LICENSE
Prerequisites: Node 24+ and a Whoop account (any membership tier).
That puts totem on your PATH (the one-time npx tsc builds it; after that every workflow is a totem command β there are no npm run scripts). Now run one guided command β each handles Whoop login (SMS included), setup, and connecting to Claude from end to end. Pick how you want to run it:
totem cloudDeploys the server to a host and connects it to Claude on web, desktop, and mobile, synced across every device on your account. One command walks through:
MCP_AUTH_TOKEN and asks you to choose a connector password./health and the OAuth endpoints are live.totem localRuns the server on this machine over stdio β no hosting, this device only. Walks through Whoop login β build β wiring it into the client you pick: Claude Desktop, Claude Code, Cursor, VS Code (Copilot), Gemini CLI, Codex CLI, or Windsurf β it writes the right config to the right path automatically (or prints a universal block for any other MCP client). Restart the client and you're set.
Whoop's tokens expire roughly every 30 days. When they do, re-run the same command β it re-logs you in and (if you deployed) pushes the new tokens to your server:
Silent if your account has no SMS MFA; prompts for the code if it does. Pushes fresh tokens to your deployment automatically.
Ask Claude: "how am I doing today on whoop?" β you should get structured recovery / sleep / strain back.
Prefer to wire everything up by hand? The guided commands just automate the steps documented in The
totemCLI, Remote hosting, and Configuration. Stuck? See Troubleshooting.
Whoop ships two APIs:
developer.whoop.com is OAuth2, read-only, and exposes 13 endpoints under 6 scopes. You get recovery score, sleep stage totals, workout strain, body measurements (3 fields), and HRV/RHR per cycle. No journal, no Strength Trainer, no Whoop Coach, no hypnogram, no stress monitor, no trends, no writes, nothing else. Numeric sport_id was removed 2025-09-01.api.prod.whoop.com behind AWS Cognito. 311 distinct operations across 47 microservices, including everything missing from above.This MCP wraps the iOS surface.
| Capability | Tool |
|---|---|
| HRV / RHR / respiratory / VO2 / weight time-series (25 metrics Γ up to 4 windows) | whoop_trend |
| Hypnogram (per-stage sleep timeline) + full stage breakdown (ms + %) + in-sleep HR | whoop_sleep |
| Strength Trainer β every set, every workout, full 372-exercise catalog, PRs | whoop_lift_* (8 tools) |
| 308-behavior Journal + behavior impact analysis | whoop_journal* (5 tools) |
| Stress monitor (intraday timeline) | whoop_stress, whoop_live_stress |
| Whoop Coach AI chat | whoop_coach_ask |
| Smart Alarm (read + 4 write modes) | whoop_smart_alarm* |
| HR zones (read + configure max HR / 5 custom zones) | whoop_hr_zones* |
| Compare-windows, sleep coach, calendar grid, performance assessment | whoop_compare, whoop_sleep_need, whoop_calendar, whoop_performance_assessment |
| Live HR / activity state / live stress | whoop_live_* (3 tools) |
| Community leaderboards, hidden metrics, women's health (cycle / symptoms / MCI) | whoop_leaderboard, whoop_hidden_metric, whoop_cycle* |
| 15 write tools β log workouts, journal entries, profile edits, smart-alarm config, edit sleep times | various |
If recovery + sleep totals + workout list is enough for you, use the public OAuth API. If anything in the table is interesting, you need this. The iOS API was discovered via mitmproxy β full methodology in WHOOP.md.
The MCP runs as a local Node process. It speaks Model Context Protocol over stdio (or HTTP for remote deployments), registers 55 tools at startup, and waits for tool calls from a connected MCP client.
When a tool is called:
api.prod.whoop.comWrites follow the same path plus a preview gate: every write tool defaults confirm: false, returning a preview of what would be sent. Claude must explicitly re-call with confirm: true to fire.
See The 55 tools for the full per-tool reference.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/totem)<a href="https://allmcps.com/mcp/totem"><img src="https://allmcps.com/api/badge/totem?style=directory" alt="Totem on AllMCPs" /></a>