Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WHOOP_MCP_HOMENoPath to store tokens file (default: ~/.whoop-mcp).
WHOOP_CLIENT_IDYesYour WHOOP API Client ID from the developer dashboard.
WHOOP_CLIENT_SECRETYesYour WHOOP API Client Secret from the developer dashboard.
WHOOP_REFRESH_TOKENNoOptional refresh token for deployment (skip authorization).
UPSTASH_REDIS_REST_URLNoUpstash Redis REST URL for token persistence in deployment.
WHOOP_MCP_SHARED_SECRETNoShared secret for HTTP OAuth layer when running as remote connector.
UPSTASH_REDIS_REST_TOKENNoUpstash Redis REST token.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
daily_summaryA

Get an at-a-glance snapshot of how the user is doing RIGHT NOW.

Combines the latest recovery score (HRV, resting heart rate), last night's sleep, and today's accumulated strain into one view. Use this first when the user asks "how am I doing", "am I recovered", "did I sleep well", "what time did I wake up / go to bed", or anything about their current physical state. last_sleep includes local bedtime and wake time.

get_recoveryA

Get recovery records (score, HRV, resting heart rate) for the last N days.

Recovery reflects how ready the body is for strain. days defaults to 7.

get_sleepA

Get sleep records for the last N days: performance %, stages, duration, and the local bedtime + wake time for each night.

Use this (or daily_summary for just last night) to answer "what time did I wake up / go to bed", "how long was I awake", or sleep-stage questions. days defaults to 7.

get_strainB

Get daily strain / cycle data (day strain, avg & max heart rate) for N days.

days defaults to 7. Strain is WHOOP's 0-21 cardiovascular load score.

get_workoutsA

Get workout activities (sport, strain, avg/max HR, zones) for the last N days.

days defaults to 14. Each workout includes its local start and end time.

get_profileA

Get the user's basic WHOOP profile (name, email, user id).

get_body_measurementA

Get the user's body measurements: height, weight, and max heart rate.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ab75173/whoop-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server