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.
暂无评论. 成为第一个评论的人!
登录以参与讨论
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.