Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Oura Ring

PYPI · MY-OURA-MCP · 2 COMPONENTS · SCANNED SEP 20

Sleep, readiness, HRV, resting heart rate, activity and stress from your Oura Ring

0 this week 73 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security83
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects cryptography 48.0.1, a direct dependency. A fixed version is available. View diagnostics → Fail
  • Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 0 of 32 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency32
Schema Quality & AI Usability80
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 799 tokens (~57/item across 14 items; 11 tools + 3 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management80
  • Stability observed for 24 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage71
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 11 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 12 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Oura Ring MCP server?

Oura Ring runs locally as a PyPI package, launched with uvx my-oura-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · my-oura-mcp

# add to Claude Code
claude mcp add antvsl-oura-mcp -- uvx my-oura-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "antvsl-oura-mcp": {
      "command": "uvx",
      "args": [
        "my-oura-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "antvsl-oura-mcp": {
      "command": "uvx",
      "args": [
        "my-oura-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add antvsl-oura-mcp -- uvx my-oura-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "antvsl-oura-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "my-oura-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add antvsl-oura-mcp --command uvx --arg my-oura-mcp
# ~/.hermes/config.yaml
mcp_servers:
  antvsl-oura-mcp:
    command: "uvx"
    args: ["my-oura-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "antvsl-oura-mcp": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "my-oura-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add antvsl-oura-mcp -t stdio -c uvx -a my-oura-mcp
// mcp.json
{
  "mcpServers": {
    "antvsl-oura-mcp": {
      "command": "uvx",
      "args": [
        "my-oura-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 19 Sept 26 0
    • Stability: 0.97 → pass security
  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +16
    • Malware scan: unverified → pass security
  • 14 Sept 26 −15
    • Malware scan: pass → unverified security
  • 13 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 12 Sept 26 0
    • Stability: 0.97 → pass security
  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed pypi/my-oura-mcp@0.4.2

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build

Background: Why install scripts are a supply-chain risk →

Vulnerabilities 6 findings
ID CVE Severity Vector Fix available
GHSA-g6cj-pr64-35w5 CVE-2026-69247 high yes
GHSA-jwv3-5hgf-82ww CVE-2026-69249 high yes
GHSA-m2h6-j472-rp4c CVE-2026-69248 medium yes
PYSEC-2026-3552 CVE-2026-69247 none yes
PYSEC-2026-3553 CVE-2026-69249 none yes
PYSEC-2026-3554 CVE-2026-69248 none yes

Background: What a vulnerability scan can and cannot prove →

Dependencies 32 packages
Packages resolved 32
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 11 exposed · ~716 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
get_activity ~61

Активность: оценка, шаги, активные и общие калории. По умолчанию — последние 7 дней.

NameTypeReqDescription
days_back
end_date
rawboolean
start_date

Structured output declared, but exposes no named fields.

No examples provided.

get_daily_summary ~85

Общая картина по дням: оценки сна, готовности и активности сразу. По умолчанию — последние 7 дней. Самый частый запрос — начинай с него, а за деталями иди в get_sleep и остальные инструменты.

NameTypeReqDescription
days_back
end_date
rawboolean
start_date

Structured output declared, but exposes no named fields.

No examples provided.

get_heart_health ~63

Сосудистый возраст и VO2max. Обновляются редко, поэтому по умолчанию отдаются последние 30 дней.

NameTypeReqDescription
days_back
end_date
rawboolean
start_date

Structured output declared, but exposes no named fields.

No examples provided.

get_heartrate ~90

Поминутный пульс, свёрнутый посуточно (среднее, минимум, максимум). По умолчанию — последние 3 дня. raw=True отдаёт весь ряд — это тысячи точек в сутки, бери узкий диапазон.

NameTypeReqDescription
days_back
end_date
rawboolean
start_date

Structured output declared, but exposes no named fields.

No examples provided.

get_readiness ~63

Готовность (readiness): оценка, баланс HRV, отклонение температуры. По умолчанию — последние 7 дней.

NameTypeReqDescription
days_back
end_date
rawboolean
start_date

Structured output declared, but exposes no named fields.

No examples provided.

get_sleep ~82

Детальный сон: стадии, эффективность, HRV, пульс покоя, дыхание, отклонение температуры тела. Здесь же лежат ночные HRV и lowest_hr. По умолчанию — последние 7 дней.

NameTypeReqDescription
days_back
end_date
rawboolean
start_date

Structured output declared, but exposes no named fields.

No examples provided.

get_sleep_score ~63

Только дневная оценка сна и её вклады. Легче, чем get_sleep. По умолчанию — последние 7 дней.

NameTypeReqDescription
days_back
end_date
rawboolean
start_date

Structured output declared, but exposes no named fields.

No examples provided.

get_spo2 ~62

Насыщение крови кислородом во сне и индекс нарушений дыхания. По умолчанию — последние 7 дней.

NameTypeReqDescription
days_back
end_date
rawboolean
start_date

Structured output declared, but exposes no named fields.

No examples provided.

get_status ~27

Режим работы сервера и состояние авторизации. Полезно при отладке.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

get_stress ~62

Дневной стресс: время под нагрузкой и в восстановлении, оценка дня. По умолчанию — последние 7 дней.

NameTypeReqDescription
days_back
end_date
rawboolean
start_date

Structured output declared, but exposes no named fields.

No examples provided.

get_tags ~58

Отметки, проставленные вручную в приложении Oura. По умолчанию — последние 30 дней.

NameTypeReqDescription
days_back
end_date
rawboolean
start_date

Structured output declared, but exposes no named fields.

No examples provided.

Common questions

What is the Oura Ring MCP server?

Oura Ring is an MCP server listed in the public MCP registry as io.github.AntVsl/oura-mcp. Sleep, readiness, HRV, resting heart rate, activity and stress from your Oura Ring. This page covers its PyPI package (my-oura-mcp).

Is the Oura Ring MCP server safe to use?

Oura Ring scores 73 out of 100 on VerifyMCP. We recorded 6 known advisories against it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Oura Ring MCP server expose?

Oura Ring exposes 11 tools: get_daily_summary, get_sleep, get_sleep_score, get_readiness, get_activity, and 6 more. Their descriptions and schemas cost roughly 716 tokens of context every time the server is loaded.

Is the Oura Ring MCP server still maintained?

Oura Ring is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.