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 in ISO format), end_date (string in ISO format)
get_latest_cycle
Get the most recent cycle data.
get_recovery_data
Get recovery data for a specific date range. Parameters: start_date (string in ISO format), end_date (string in ISO format)
get_strain_data
Get strain data for a specific date range. Parameters: start_date (string in ISO format), end_date (string in ISO format)
get_average_strain
Calculate average strain over specified number of days. Parameters: days (integer, default is 7)
get_profile
Get user profile information.
check_auth_status
Check authentication status with Whoop API.
Recensioni della Community
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione