🔵 Oura MCP Server
MCP server for accessing Oura Ring data via OAuth2
Available Endpoints
GET /oauth/authorize
Start OAuth2 authorization flow
GET /oauth/callback
OAuth2 callback endpoint (automatic)
GET /oauth/status
Get OAuth connection status (requires API key)
POST /oauth/disconnect
Disconnect OAuth and clear tokens (requires API key)
GET /sse
MCP SSE endpoint for establishing connection (requires API key)
POST /message
MCP message endpoint for tool calls (requires API key)
Quick Start
- Visit /oauth/authorize to connect your Oura account
- Configure your MCP client with this server URL and your API key
- Start making tool calls through the MCP protocol
Documentation
For full documentation, see the README.md