oura-mcp
Related Servers
Alternatives to oura-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceMCP server for the Oura Ring API v2, providing access to sleep, activity, readiness, heart rate, and workout data via OAuth.582 npm1MIT
- AlicenseAqualityAmaintenanceMCP server for the Oura Ring API v2, enabling natural language queries about sleep, readiness, activity, heart rate, and more.267 npm1MIT
- FlicenseNot gradedqualityBmaintenanceAn MCP server that enables access to Oura Ring data, including sleep, activity, readiness, and other health metrics, through local stdio or remote HTTP with OAuth.15 npm-
- AlicenseAqualityCmaintenanceComprehensive MCP server for the Oura Ring API v2, exposing 17 tools to access sleep, activity, heart rate, stress, SpO2, workouts, and user data.171MIT
- AlicenseNot gradedqualityBmaintenanceEnables MCP clients to query Oura Ring health data, including sleep, readiness, HRV, activity, and SpO2, through OAuth2-authenticated tools running on Cloudflare Workers.15 npmMIT
- AlicenseAqualityBmaintenanceA read-only MCP server for the WHOOP API v2 that lets you query and analyze your own recovery, sleep, strain, cycles, and workout data. Note: currently a pre-alpha scaffold with stubbed internals.161MIT
TDQS
Scored across 4 tools
Each tool has a distinct role: oura_today is a composite sleep/readiness shortcut, oura_query is the general-purpose collection fetcher, oura_collections is discovery, and oura_check is diagnostics. oura_today partially overlaps with oura_query (which can also fetch sleep/readiness), but the descriptions clearly frame today as a convenience wrapper, so misselection risk is low.
All four tools share a uniform oura_ prefix followed by a single lowercase snake_case word (today, check, collections, query). The convention is applied without deviation, making the set easy to scan and predict.
Four tools is on the lean side but each earns its place: a diagnostic, a discovery catalog, a general query, and a composite shortcut. A generic query tool absorbs most remaining coverage, so nothing feels padded or redundant.
The surface covers the read-only Oura domain well: catalog discovery (oura_collections), generic full-pagination retrieval across all collections (oura_query), a common composite case (oura_today), and credential/connectivity validation (oura_check). No obvious read-path gaps remain for the stated purpose.