Oura MCP Server
Oura MCP サーバー
Oura APIへのアクセスを提供するモデルコンテキストプロトコル(MCP)サーバー。言語モデルがOura APIから睡眠、準備状態、回復力に関するデータを照会できるようにします。
利用可能なツール
サーバーは次のツールを公開します。
日付範囲クエリ
get_sleep_data(start_date: str, end_date: str): 特定の日付範囲の睡眠データを取得するget_readiness_data(start_date: str, end_date: str): 特定の日付範囲の準備状況データを取得します。get_resilience_data(start_date: str, end_date: str): 特定の日付範囲のレジリエンスデータを取得します。
日付は ISO 形式 ( YYYY-MM-DD ) で指定する必要があります。
今日のデータクエリ
get_today_sleep_data(): 今日の睡眠データを取得するget_today_readiness_data(): 今日の準備状況データを取得するget_today_resilience_data(): 今日のレジリエンスデータを取得する
Related MCP server: oura-mcp-server
使用法
このサーバーを利用するには、Oura APIトークンが必要です。以下の方法で取得できます。
個人アクセストークンの作成
デスクトップ版クロード
claude_desktop_config.json (macOS では~/Library/Application\ Support/Claude/claude_desktop_config.json 、Windows では%APPDATA%/Claude/claude_desktop_config.jsonにあります) を更新して、以下を追加します。
{
"mcpServers": {
"oura": {
"command": "uvx",
"args": [
"oura-mcp-server"
],
"env": {
"OURA_API_TOKEN": "YOUR_OURA_API_TOKEN"
}
}
}
}クエリの例
接続すると、次のような質問をクロードに尋ねることができます。
「今日の睡眠スコアは?」
「過去1週間の準備状況データを見せてください」
「1月1日から1月7日までの私の睡眠はどうでしたか?」
「今日の私のレジリエンススコアは?」
エラー処理
サーバーは、一般的な問題に関して人間が判読できるエラー メッセージを提供します。
無効な日付形式
API認証エラー
ネットワーク接続の問題
ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細については LICENSE ファイルを参照してください。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides access to Oura Ring health data, including sleep, activity, readiness, and stress metrics via the Model Context Protocol. It enables users to query their personal biometric information and daily health summaries through natural language in MCP-compatible clients.1,299MIT
- Alicense-qualityCmaintenanceEnables AI assistants to query Oura Ring health data (sleep, readiness, activity, heart rate, SpO2, stress) via a remote MCP server.11MIT
- Alicense-qualityDmaintenanceEnables Claude to access and query Oura Ring health data including sleep, activity, readiness, heart rate, and more via the Oura API.MIT
- Alicense-qualityDmaintenanceEnables users to query their Oura Ring data (sleep, readiness, activity, heart rate) via natural language through any MCP-compatible LLM.191MIT
Related MCP Connectors
WHOOP recovery, strain, sleep and workouts in Claude via official WHOOP OAuth. Free, open source.
Connect your Oura Ring account securely in minutes. Enable authorized access to your sleep, activi…
Connect your Oura Ring account and enable access to your wellness data in apps and automations. In…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tomekkorbak/oura-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server