oura-data-api

whuang214/oura-data-api
★ 0 stars Python Security Updated 1d ago
Read-only Oura API v2 MCP server with secure local OAuth and analysis-ready health data transformations
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "oura-data-api": {
      "command": "uvx",
      "args": [
        "oura-data-api"
      ]
    }
  }
}

Or install with pip: pip install oura-data-api

README Excerpt

A self-hosted, read-only JSON API for your personal Oura data. The project exposes a stable `/api/v1` contract for sleep, readiness, activity, stress, workouts, sessions, heart-rate data, and deterministic recovery trends. It uses the latest officially supported Oura provider API behind an internal adapter, so provider changes do not leak into the public project contract.

Topics

health-datamcpmodel-context-protocolourapython