Oura Ring MCP server for the Oura API v2: sleep, readiness, activity, heart rate, and more.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
oura-ring-mcp-server · npm · 0.2.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.jordanburke/oura-ring-mcp-server",
"description": "Oura Ring MCP server for the Oura API v2: sleep, readiness, activity, heart rate, and more.",
"repository": {
"url": "https://github.com/jordanburke/oura-ring-mcp-server",
"source": "github"
},
"version": "0.2.0",
"packages": [
{
"registryType": "npm",
"identifier": "oura-ring-mcp-server",
"version": "0.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Oura OAuth2 client ID (register an app at https://cloud.ouraring.com/oauth/applications, then run `oura-ring-mcp-server login` once to authorize)",
"isRequired": true,
"format": "string",
"name": "OURA_CLIENT_ID"
},
{
"description": "Oura OAuth2 client secret from the same application",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "OURA_CLIENT_SECRET"
},
{
"description": "Use Oura's /sandbox/ demo data instead of real data (true/false, default false)",
"format": "string",
"name": "OURA_SANDBOX"
},
{
"description": "Transport: 'stdio' (default) or 'httpStream' for remote/Docker deployments",
"format": "string",
"name": "TRANSPORT_TYPE"
},
{
"description": "HTTP port for httpStream transport (default 3000)",
"format": "string",
"name": "PORT"
},
{
"description": "HTTP host for httpStream transport (default 0.0.0.0)",
"format": "string",
"name": "HOST"
},
{
"description": "Write NDJSON telemetry events to this file path (safe under any transport)",
"format": "string",
"name": "OURA_TELEMETRY_FILE"
},
{
"description": "Console telemetry under httpStream transport: true (default) or false",
"format": "string",
"name": "OURA_TELEMETRY_CONSOLE"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-13T03:52:31.752535Z",
"publishedAt": "2026-07-13T03:52:31.752535Z",
"updatedAt": "2026-07-13T03:52:31.752535Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.2.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.