The Oura v2 API as an MCP server. Paginates, fixes the date range, warns when data is missing.
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.
mcp-oura · pypi · 0.3.3
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.proscar87/oura-mcp",
"description": "The Oura v2 API as an MCP server. Paginates, fixes the date range, warns when data is missing.",
"repository": {
"url": "https://github.com/proscar87/oura-mcp",
"source": "github"
},
"version": "0.3.3",
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-oura",
"version": "0.3.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Set to 1 to use Oura's official synthetic data with no credentials. The recommended way to try the server before authenticating.",
"name": "OURA_SANDBOX"
},
{
"description": "client_id of your Oura application, for OAuth2. Register one at https://cloud.ouraring.com/oauth/applications with the redirect http://localhost:9876/callback/ (the trailing slash is required).",
"name": "OURA_CLIENT_ID"
},
{
"description": "client_secret of your Oura application. Only needed when running `oura-mcp --authorize` and when refreshing the token.",
"isSecret": true,
"name": "OURA_CLIENT_SECRET"
},
{
"description": "Where the OAuth2 credentials file lives. Defaults to ~/.config/oura-mcp/credentials.json, mode 600.",
"name": "OURA_CREDENTIALS"
},
{
"description": "Oura Personal Access Token. Only if you already had one: Oura stopped issuing them in December 2025.",
"isSecret": true,
"name": "OURA_PAT"
},
{
"description": "Path to a file holding the personal token. Preferable to OURA_PAT: an MCP server is registered in a JSON that gets backed up and shared when asking for help; a separate file rotates without touching the config.",
"name": "OURA_PAT_FILE"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-18T04:28:22.234197Z",
"publishedAt": "2026-08-18T04:28:22.234197Z",
"updatedAt": "2026-08-18T04:28:22.234197Z",
"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.3.3last 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.