totem
Totem — talk to your wearables with AI. Today: full Whoop access (48 tools).
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 1.4.4)
npx -y @thebriangao/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"totem": {
"command": "npx",
"args": [
"-y",
"@thebriangao/[email protected]"
],
"env": {
"WHOOP_IOS_BEARER_TOKEN": "<YOUR_VALUE>",
"WHOOP_COGNITO_REFRESH_TOKEN": "<YOUR_VALUE>",
"WHOOP_EMAIL": "<YOUR_VALUE>",
"WHOOP_USER_ID": "<YOUR_VALUE>",
"WHOOP_TIMEZONE": "<YOUR_VALUE>"
}
}
}
}
WHOOP_IOS_BEARER_TOKENrequired secret — 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.WHOOP_COGNITO_REFRESH_TOKENrequired secret — 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.WHOOP_EMAILrequired — Your Whoop account email. Used only by `totem auth` — the running server reads tokens, not credentials.WHOOP_USER_ID— Your numeric Whoop user ID. Optional — used by whoop_profile and whoop_leaderboard. Avoids one redundant bootstrap call per session if set.WHOOP_TIMEZONE— 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).
This repository has 3 servers listed in the Official MCP Registry.
Other names: io.github.briangaoo/totem, io.github.briangaoo/whoop-mcp
Related servers
browser-use
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
servers
MCP server that exercises all the features of the MCP protocol
World Monitor
Live markets, conflicts, country risk, chokepoints, energy, and China decision signals. 75 tools.
paperclip
Trending hip-hop artist momentum scores across four cultural dimensions.
ruflo
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Chrome DevTools MCP
MCP server for Chrome DevTools
Data from the Official MCP Registry