oura-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OURA_CLIENT_ID | No | Oura API client ID (used together with OURA_CLIENT_SECRET) | |
| OURA_CALLBACK_PORT | No | Callback port for OAuth (default: 54321) | |
| OURA_CLIENT_SECRET | No | Oura API client secret (used together with OURA_CLIENT_ID) |
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_authenticateA | Start OAuth authorization flow. Returns a URL to open in browser. Used for re-authentication after refresh_token expires. |
| oura_auth_statusA | Check current authentication state and token expiry. |
| oura_clear_authA | Delete stored tokens. Re-authenticate via |
| oura_api_list_pathsA | List all available Oura API v2 GET endpoints with summaries. |
| oura_api_getA | Generic GET to Oura Ring API v2. Use oura_api_list_paths to see endpoints. Pagination via max_pages or pass next_token in params. |
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/YasuakiOmokawa/oura-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server