Oura-MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OURA_SANDBOX | No | Set to '1' to serve Oura's fake sandbox data | |
| OURA_CLIENT_ID | No | Your Oura app's client id | |
| MCP_PATH_SECRET | No | Long random URL path segment for access control (HTTP entry only) | |
| OURA_CLIENT_SECRET | No | Your Oura app's client secret |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| oura_get_sleepA | Daily sleep scores (0-100) with contributor scores (deep sleep, REM, latency, timing, etc.). Use for "how did I sleep" questions. For bedtimes, sleep stages in minutes, or night heart rate use oura_get_sleep_detail instead. Defaults to the last 7 days. |
| oura_get_sleep_detailA | Per-night sleep sessions: bed and wake times, sleep stages in minutes (deep/REM/light/awake), latency, efficiency, night heart rate, HRV and breathing rate. Also returns bedtime recommendations when Oura has them. Use for "when did I fall asleep", "how much deep sleep", "what was my pulse at night". Defaults to the last 7 days. |
| oura_get_readinessA | Daily readiness scores (0-100) showing how recovered the body is, with contributors (HRV balance, resting heart rate, sleep balance, body temperature) and temperature deviation in °C. Use for "how recovered am I", "should I train today", "is my temperature elevated". Defaults to the last 7 days. |
| oura_get_activityA | Daily activity: score (0-100), steps, active and total calories. response_format 'detailed' adds minutes by intensity (high/medium/low), sedentary and resting minutes, walking distance. Use for "how many steps", "how active was I", "did I move enough". Defaults to the last 7 days. |
| oura_get_stressA | Daily stress summary: minutes of high stress, minutes of high recovery, and a day verdict (e.g. 'restored', 'normal', 'stressful'). Use for "how stressed was I", "did I recover today". Defaults to the last 7 days. |
| oura_get_vitalsA | Slow-moving health metrics in one call: blood oxygen (SpO2 average % and breathing disturbance index), resilience level (how well the body handles stress long-term), cardiovascular age, and VO2 max. Use for "what is my SpO2 / vascular age / VO2 max / resilience". Sections the ring does not measure come back empty. Defaults to the last 7 days. |
| oura_get_workoutsA | Workouts (activity type, intensity, calories, distance, start/end times) plus mind-body sessions (meditation, breathing, relaxation). Use for "how was my run", "did I work out", "did I meditate". Defaults to the last 7 days. |
| oura_get_tagsA | Tags the user logged in the Oura app: caffeine, alcohol, sickness, medication, custom notes, etc. Useful context when explaining why sleep or readiness changed. Read-only: tags can only be created in the Oura app. Defaults to the last 7 days. |
| oura_get_heartrateA | Heart rate aggregated per hour (avg/min/max bpm and sample count) across day and night. Use for "what was my pulse today/this afternoon". For sleep-time heart rate prefer oura_get_sleep_detail. Range is capped at 3 days; defaults to the last 24 hours. |
| oura_get_profileA | User profile (age, biological sex, height in meters, weight in kg) plus ring info: model, size, firmware and current battery level. Use for "how charged is my ring", "what does Oura know about me". Email is never returned. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Rajskij/oura-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server