34
/ 100
1 month ago
glama

whoop-mcp-server

MCP server that enables AI assistants to access Whoop health data including recovery, sleep, workouts, and daily strain for personalized health recommendations.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
🚨
Secret credentials may flow to a network call
1 flow detected: WHOOP_ACCESS_TOKEN. We can’t prove the destination matches the brand the credential belongs to.
⚠️
Tool annotations don’t match behaviour
7 read-only tools perform write/delete/exec — whoop_get_profile (line 55: fs.writeFileSync(TOKEN_FILE_PATH, JSON.stringify(tokens, null, 2), { mode: 0o600 })); whoop_get_body_measurements (line 55: fs.writeFileSync(TOKEN_FILE_PATH, JSON.stringify(tokens, null, 2), { mode: 0o600 })); whoop_get_recovery (line 55: fs.writeFileSync(TOKEN_FILE_PATH, JSON.stringify(tokens, null, 2), { mode: 0o600 }))
⚠️
Tool descriptions don’t match what handlers do
1 tool describes read intent but its handler mutates — whoop_get_health_overview (line 55: fs.writeFileSync(TOKEN_FILE_PATH, JSON.stringify(tokens, null, 2), { mode: 0o600 }))
⚠️
Known vulnerabilities in dependencies: 2 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 3 credentials: WHOOP_ACCESS_TOKEN, WHOOP_CLIENT_SECRET, WHOOP_REFRESH_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies2 high

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

high@modelcontextprotocol/sdk@1.0.0GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.0.0GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretWHOOP_ACCESS_TOKEN"": "your-initial-access-token",
configWHOOP_CLIENT_ID"": "your-client-id",
🔐 secretWHOOP_CLIENT_SECRET"": "your-client-secret",
🔐 secretWHOOP_REFRESH_TOKEN"": "your-initial-refresh-token"
configWHOOP_TOKEN_PATHSet environment variable to store tokens in a specific location:
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 8 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/benhursenabathi-whoop-mcp-server-1d4mt0)](https://m8ven.ai/mcp/benhursenabathi-whoop-mcp-server-1d4mt0)
commit: f9beb5e9b8cd80f2dbcce96a38c4e8ffc7611811
code hash: 5eb7b42d6d91f8d381e837929c3ecfd90055abedf7744a86fc1f9d26e40fd6d3
verified: 6/24/2026, 10:01:54 AM
view raw JSON →