Full read + write access to your Whoop fitness data via the private iOS API. 48 tools.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@briangaoo/whoop-mcp · npm · 1.3.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.briangaoo/whoop-mcp",
"description": "Full read + write access to your Whoop fitness data via the private iOS API. 48 tools.",
"repository": {
"url": "https://github.com/briangaoo/whoop-mcp",
"source": "github"
},
"version": "1.3.0",
"packages": [
{
"registryType": "npm",
"identifier": "@briangaoo/whoop-mcp",
"version": "1.3.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Whoop Cognito access token. Obtain via `whoop-mcp auth` from the repo, which prompts for your Whoop email + password + SMS MFA code, then writes both tokens to a local .env. Auto-refreshes every ~24h.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "WHOOP_IOS_BEARER_TOKEN"
},
{
"description": "Whoop Cognito refresh token (~30 day lifetime). Obtained alongside the bearer token from `whoop-mcp auth`. When this expires, run `whoop-mcp auth` to get a fresh pair.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "WHOOP_COGNITO_REFRESH_TOKEN"
},
{
"description": "Your Whoop account email. Used only by `whoop-mcp auth` — the running server reads tokens, not credentials.",
"isRequired": true,
"format": "string",
"name": "WHOOP_EMAIL"
},
{
"description": "Your numeric Whoop user ID. Optional — used by whoop_profile and whoop_leaderboard. Avoids one redundant bootstrap call per session if set.",
"format": "string",
"name": "WHOOP_USER_ID"
},
{
"description": "IANA timezone (e.g., America/Los_Angeles) for response timestamps. Optional — if unset, the server auto-detects from your Whoop profile's timezone_offset field (refreshed hourly).",
"format": "string",
"name": "WHOOP_TIMEZONE"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-06-01T23:40:25.259991Z",
"publishedAt": "2026-06-01T23:40:25.259991Z",
"updatedAt": "2026-06-01T23:40:25.259991Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.3.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.