oura-mcp-server logo

oura-mcp-server只需添加 API 令牌,您就可以使用 AI 助手查看今天的睡眠、准备和韧劲分数,也可以回顾过去的一周

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

Oura MCP 服务器是一种Model Context Protocol(MCP)服务器,提供对 Oura API 的访问权限,允许语言模型查询睡眠、准备和韧劲数据。这项服务需要 Oura API令牌才能正常运行,令牌可以通过 Oura 开发者门户获取。该服务器公开了各种工具来查询数据,包括时间范围查询和今天的数据查询。它支持查询,如获取睡眠、准备和韧劲数据的特定时间范围内的数据,也可以获取今天的睡眠、准备和韧劲数据。该服务提供人类可读的错误消息,用于处理像无效的日期格式、API鉴权错误和网络连接问题这样的常见问题。这项工作由 MIT 许可证授权。

主要功能

  • 时间范围查询:get_sleep_data、get_readiness_data、get_resilience_data
  • 今天的数据查询:get_today_sleep_data、get_today_readiness_data、get_today_resilience_data
  • ISO 日期格式支持(YYYY-MM-DD)
  • 处理无效日期格式、API鉴权错误和网络连接问题的错误处理

价格

模型
Free
评分
暂无评价

使用场景

今天的健康指标查询

使用Our MCP 服务器向 AI 助手询问今天的睡眠分数、准备数据或韧劲分数。

过去的健康数据审查

使用Our MCP 服务器查询睡眠、准备或韧劲数据的特定时间范围,例如一个星期或一个月。

优点 & 缺点

优点

  • 易于与 Oura API 集成
  • 提供睡眠、准备和韧劲数据的访问
  • 处理常见问题的可读性错误消息
  • MIT 许可证开源使用

缺点

  • 需要 Oura API 令牌才能访问
  • 仅限于 Python 环境

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

Is the server limited to any programming environment?

Yes, it is designed for a Python environment only, so integration requires Python to run the MCP server and its tools.

Asked by Hosanna Marte · Sep 25, 2025

What errors does the server handle and how are they reported?

It returns human‑readable messages for invalid date formats, API authentication failures, and network connectivity problems, helping you quickly identify and fix common issues.

Asked by Boris Yankov · Aug 27, 2025

What data can the server retrieve and how can I query it?

The server exposes three date‑range tools (get_sleep_data, get_readiness_data, get_resilience_data) and three today‑only tools (get_today_sleep_data, get_today_readiness_data, get_today_resilience_data). Dates must be in ISO YYYY-MM-DD format.

Asked by Jarrah Whitlock · Aug 25, 2025

How do I set up the Oura MCP Server to use my Oura API token?

Create a Personal Access Token via the Oura Developer Portal, then add it to your Claude desktop config under mcpServers.ora by setting the OURA_API_TOKEN environment variable when running the server with uvx.

Asked by Devin Walker · Aug 22, 2025

提问

服务配缩器 的替代品