MCP-oura
Verified Safeby YuzeHao2023
Overview
Provides language models with access to Oura API health data (sleep, readiness, resilience) via the Model Context Protocol.
Installation
uvx oura-mcp-serverEnvironment Variables
- OURA_API_TOKEN
Security Notes
The server retrieves the Oura API token from environment variables, which is a good security practice. It uses `httpx` for external API calls, and the data transformation logic does not appear to introduce direct security vulnerabilities. No usage of `eval`, obfuscation, or other immediately malicious patterns were found. Error handling is present, returning human-readable messages.
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).
nancy-brain
Builds a searchable knowledge base from GitHub repositories and PDF articles for AI agents and assistants.
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.