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.