Whoop allows language models to query various data points from the Whoop API, including cycle, recovery, strain, and workout information. It functions as a Model Context Protocol (MCP) server, enabling users to access their Whoop data through natural language queries. The server exposes tools for retrieving cycle data, recovery and strain metrics, and user profile information, making it easy to integrate Whoop data into language model applications.
Key Features
01Provides access to recovery and strain data.
02Fetches user profile information.
03Retrieves Whoop cycle data for specified date ranges.
04Calculates average strain over a specified number of days.
05Offers both MCP and HTTP API server implementations.