oura-mcp-server

tomekkorbak/oura-mcp-server

3.5

If you are the rightful owner of oura-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server that provides access to the Oura API, allowing language models to query sleep, readiness, and resilience data.

Tools

Functions exposed to the LLM to take actions

get_sleep_data

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

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

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_today_sleep_data

Get sleep data for today.

Returns: Dictionary containing sleep data for today

get_today_readiness_data

Get readiness data for today.

Returns: Dictionary containing readiness data for today

get_today_resilience_data

Get resilience data for today.

Returns: Dictionary containing resilience data for today

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources