open-wearables-mcp
Verified Safeby healthkowshik
Overview
Enables AI assistants to query wearable health data through natural language by integrating with an Open Wearables backend.
Installation
uv run startEnvironment Variables
- OPEN_WEARABLES_API_URL
- OPEN_WEARABLES_API_KEY
Security Notes
The server primarily acts as an API client, forwarding requests to a configurable Open Wearables backend. It loads sensitive API keys from environment variables (using Pydantic's SecretStr) and includes checks to ensure the API key is configured. Input parameters are validated (e.g., 'days' capped at 90). Error handling for API responses (401, 404, general HTTP errors) is present. No 'eval' or malicious patterns were identified. The overall security largely depends on the security of the connected Open Wearables backend.
Similar Servers
hevy-mcp
This server acts as a Model Context Protocol (MCP) interface, enabling AI assistants to interact with the Hevy fitness tracking app's API to manage workout data, routines, exercise templates, folders, and webhook subscriptions.
datawrapper-mcp
Enables AI assistants to programmatically create, update, publish, retrieve, and export Datawrapper charts for data visualization.
pierre_mcp_server
Conversational AI fitness coaching and data analysis platform with provider integrations and user management.
platform-mcp
Provides a Model Context Protocol (MCP) server for AI assistants to interact with the Open Targets Platform GraphQL API for drug discovery and target-disease associations.