Whoop
Summary
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.
Available Actions(7)
get_cycle_collection
Get cycle data for a specific date range. Parameters: start_date (string), end_date (string)
get_latest_cycle
Get the most recent cycle data.
get_recovery_data
Get recovery data for a specific date range. Parameters: start_date (string), end_date (string)
get_strain_data
Get strain data for a specific date range. Parameters: start_date (string), end_date (string)
get_average_strain
Calculate average strain over specified number of days. Parameters: days (int, default is 7)
get_profile
Get user profile information.
check_auth_status
Check authentication status with Whoop API.
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论