ctvidic_whoop-mcp-server
If you are the rightful owner of ctvidic_whoop-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that provides access to the Whoop API, allowing language models to query cycles, recovery, strain, and workout data.
The Whoop MCP Server is a Python-based server that facilitates interaction with the Whoop API, enabling language models to access and query various health and fitness data. It supports querying cycle data, recovery, strain, and user profile information. The server requires Whoop credentials for authentication and offers both a command-line interface and an HTTP API server for flexible integration. The server is designed to handle common errors gracefully, providing clear error messages for issues like invalid date formats and authentication errors.
Features
- Cycle Queries: Access cycle data for specific date ranges or the latest cycle.
- Recovery and Strain: Retrieve recovery and strain data, including average strain calculations.
- Profile and Authentication: Access user profile information and check authentication status.
- Error Handling: Provides human-readable error messages for common issues.
- HTTP API Server: Exposes functionality over HTTP endpoints for broader accessibility.