Totem — talk to your wearables with AI. Today: full Whoop access (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/totem · npm · 1.4.3
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/totem",
"description": "Totem — talk to your wearables with AI. Today: full Whoop access (48 tools).",
"repository": {
"url": "https://github.com/briangaoo/totem",
"source": "github"
},
"version": "1.4.3",
"packages": [
{
"registryType": "npm",
"identifier": "@briangaoo/totem",
"version": "1.4.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Whoop Cognito access token. Obtain via `totem 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 `totem auth`. When this expires, run `totem 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 `totem 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-08T00:00:06.804869Z",
"publishedAt": "2026-06-08T00:00:06.804869Z",
"updatedAt": "2026-06-08T00:00:06.804869Z",
"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.4.3last 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.