Whoop MCP Server
by nawafleh1
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP server port | 3000 |
| DB_PATH | No | SQLite database path | ./whoop.db |
| MCP_MODE | No | `http` for remote, `stdio` for local | http |
| MCP_AUTH_TOKEN | Yes | A long random secret used to authenticate MCP requests. The server refuses to start without it. Generate with `openssl rand -hex 32`. | |
| WHOOP_CLIENT_ID | Yes | Whoop OAuth client ID | |
| WHOOP_REDIRECT_URI | No | OAuth callback URL | http://localhost:3000/callback |
| WHOOP_CLIENT_SECRET | Yes | Whoop OAuth client secret |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues