MCP-oura
Verified Safeby YuzeHao2023
Overview
An MCP server that provides language models access to Oura API for querying sleep, readiness, and resilience health data.
Installation
uvx oura-mcp-serverEnvironment Variables
- OURA_API_TOKEN
Security Notes
The server retrieves API access tokens from environment variables, which is a good security practice. It uses `httpx` for network requests with a defined timeout. Input validation for dates is implemented. There are no obvious signs of 'eval' or other dangerous patterns, nor hardcoded secrets. Error handling is present for API and date parsing issues.
Similar Servers
Dida365MCP
This server integrates Dida365 (TickTick) task management capabilities, allowing an AI agent to create, read, update, and delete tasks and projects via the Model Context Protocol (MCP).
oura-ring-mcp-server
Integrate Oura Ring health data with LLMs via the Model Context Protocol (MCP).
drilling_mcp_server
Analyzes oil and gas drilling data from CSV files, providing tools for Rate of Penetration (ROP), Mechanical Specific Energy (MSE), Non-Productive Time (NPT) calculations, and data visualization via an MCP server.
nancy-brain
Builds a searchable knowledge base from GitHub repositories and research papers to provide AI agents with context-aware information.