Oura MCP Server
MCP ServerA Model Context Protocol (MCP) server that provides access to the Oura API. It allows language models to query sleep, readiness, and resilience data from Oura API. The server exposes the following tools: - getsleepdata(startdate: str, enddate: str): Get sleep data for a specific date range - getreadinessdata(startdate: str, enddate: str): Get readiness data for a specific date range - getresilienc
7.0tomekkorbak/oura-mcp-server