Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by tomekkorbak • Testing & QA
An MCP server that lets language models query sleep, readiness, and resilience data from the Oura API.
Fetch a user's sleep metrics for a specific date range (start_date to end_date) to summarize sleep quality or trends.
Retrieve today's readiness or resilience scores to provide immediate recommendations or contextual responses.
Integrate Oura-derived health signals into conversational workflows (e.g., daily briefings, coaching, or longitudinal health summaries).
This open-source MCP (Model Context Protocol) server provides tools for retrieving Oura sleep, readiness, and resilience metrics via the Oura API. It exposes date-range and "today" query endpoints and returns human-readable error messages for common problems like invalid dates or authentication issues. The server requires an Oura personal access token for use and includes example configuration for integration with Claude for Desktop. It is designed to let agents and assistants integrate personal Oura health data into conversational workflows.
Get sleep data for a specific date range. Args: start_date: Start date in ISO format (YYYY-MM-DD) end_date: End date in ISO format (YYYY-MM-DD) Returns: Dictionary containing sleep data
Get readiness data for a specific date range. Args: start_date: Start date in ISO format (YYYY-MM-DD) end_date: End date in ISO format (YYYY-MM-DD) Returns: Dictionary containing readiness data
Get resilience data for a specific date range. Args: start_date: Start date in ISO format (YYYY-MM-DD) end_date: End date in ISO format (YYYY-MM-DD) Returns: Dictionary containing resilience data
Get sleep data for today. Returns: Dictionary containing sleep data for today
Get readiness data for today. Returns: Dictionary containing readiness data for today
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.