This MCP server implementation integrates with the Whoop API, providing a bridge for accessing Whoop fitness data. Built using FastAPI and uvicorn, it offers a streamlined way to retrieve and process Whoop metrics. The server is designed for developers looking to incorporate Whoop data into their applications, enabling use cases such as fitness tracking, performance analysis, and health monitoring.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Get cycle data for a specific date range. Parameters: start_date (string), end_date (string)
Get the most recent cycle data.
Get recovery data for a specific date range. Parameters: start_date (string), end_date (string)
Get strain data for a specific date range. Parameters: start_date (string), end_date (string)
Calculate average strain over specified number of days. Parameter: days (int, default is 7)
Get user profile information.
Check authentication status with Whoop API.