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.AntVsl/oura-mcp",
"description": "Sleep, readiness, HRV, resting heart rate, activity and stress from your Oura Ring",
"title": "Oura Ring",
"repository": {
"url": "https://github.com/AntVsl/oura_mcp",
"source": "github"
},
"version": "0.4.1",
"websiteUrl": "https://github.com/AntVsl/oura_mcp#readme",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "my-oura-mcp",
"version": "0.4.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Client ID of your Oura application from developer.ouraring.com",
"name": "OURA_CLIENT_ID"
},
{
"description": "Client secret of your Oura application",
"isSecret": true,
"name": "OURA_CLIENT_SECRET"
},
{
"description": "OAuth redirect URI; must match the Oura application byte for byte",
"default": "http://localhost:8765/callback",
"name": "OURA_REDIRECT_URI"
},
{
"description": "sandbox for Oura's synthetic data (no auth needed), production for your own",
"default": "sandbox",
"name": "OURA_API_MODE"
},
{
"description": "IANA timezone deciding what counts as today. Set it explicitly on servers, whose clocks run in UTC",
"default": "UTC",
"name": "OURA_TZ"
},
{
"description": "Where the OAuth flow stores tokens. Written by the server, not set by hand",
"default": ".oura/tokens.json",
"name": "OURA_TOKEN_STORE"
},
{
"description": "Public https address, without a trailing slash. Enables OAuth 2.1 for Claude.ai and ChatGPT; leave empty for local or Bearer-token clients",
"name": "OURA_PUBLIC_URL"
},
{
"description": "Comma-separated trusted OAuth redirect origins; defaults to Claude.ai and ChatGPT",
"name": "OURA_OAUTH_ALLOWED_REDIRECT_ORIGINS"
}
]
},
{
"registryType": "oci",
"identifier": "docker.io/iican/oura-mcp:0.4.1",
"transport": {
"type": "streamable-http",
"url": "http://localhost:8000/mcp"
},
"environmentVariables": [
{
"description": "Shared secret guarding the HTTP endpoint. Required whenever the server binds to anything other than loopback; without it the server refuses to start",
"isRequired": true,
"isSecret": true,
"name": "OURA_MCP_TOKEN"
},
{
"description": "Public https address, without a trailing slash. Enables OAuth 2.1 for Claude.ai and ChatGPT; leave empty for local or Bearer-token clients",
"name": "OURA_PUBLIC_URL"
},
{
"description": "Comma-separated trusted OAuth redirect origins; defaults to Claude.ai and ChatGPT",
"name": "OURA_OAUTH_ALLOWED_REDIRECT_ORIGINS"
},
{
"description": "Client ID of your Oura application from developer.ouraring.com",
"name": "OURA_CLIENT_ID"
},
{
"description": "Client secret of your Oura application",
"isSecret": true,
"name": "OURA_CLIENT_SECRET"
},
{
"description": "IANA timezone deciding what counts as today. Container clocks run in UTC, so set this",
"default": "UTC",
"name": "OURA_TZ"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-02T19:39:15.141889Z",
"publishedAt": "2026-08-02T19:39:15.141889Z",
"updatedAt": "2026-08-02T19:39:15.141889Z",
"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.4.1last 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.