Sleep, readiness, HRV, resting heart rate, activity and stress from your Oura Ring
Oura Ring MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. Sleep, readiness, HRV, resting heart rate, activity and stress from your Oura Ring.
Once Oura Ring is connected, these are the calls the assistant has available:
get_daily_summary — Sleep, readiness and activity scores at onceget_sleep — Sleep stages, efficiency, HRV, resting HR, breathing, temperatureget_sleep_score — Daily sleep score only — lighter than get_sleepget_readiness — Readiness score, HRV balance, temperature deviationget_activity — Activity score, steps, caloriesget_heartrate — Per-minute heart rate collapsed to daily statsget_spo2 — Blood oxygen during sleep, breathing disturbance indexget_stress — Time under load and in recoveryget_heart_health — Cardiovascular age, VO₂maxget_tags — Tags you entered in the Oura appget_status — Server mode and authorization stateYou will need 5 environment variables: OURA_MCP_TOKEN, OURA_CLIENT_ID, OURA_CLIENT_SECRET, OURA_PUBLIC_URL, YOUR_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Oura Ring's toolset — get_daily_summary, get_sleep, get_sleep_score and 8 more — is a fair guide to whether it matches your workflow. It is maintained by AntVsl; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| get_daily_summary | Sleep, readiness and activity scores at once |
| get_sleep | Sleep stages, efficiency, HRV, resting HR, breathing, temperature |
| get_sleep_score | Daily sleep score only — lighter than get_sleep |
| get_readiness | Readiness score, HRV balance, temperature deviation |
| get_activity | Activity score, steps, calories |
| get_heartrate | Per-minute heart rate collapsed to daily stats |
| get_spo2 | Blood oxygen during sleep, breathing disturbance index |
| get_stress | Time under load and in recovery |
| get_heart_health | Cardiovascular age, VO₂max |
| get_tags | Tags you entered in the Oura app |
| get_status | Server mode and authorization state |
| Variable | Description | Required |
|---|---|---|
| OURA_MCP_TOKEN | Credential the server authenticates with. | Yes |
| OURA_CLIENT_ID | Configuration value read at startup. | Optional |
| OURA_CLIENT_SECRET | Credential the server authenticates with. | Yes |
| OURA_PUBLIC_URL | Endpoint or connection string the server talks to. | Yes |
| YOUR_TOKEN | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.