Back to Home
healthkowshik icon

open-wearables-mcp

Verified Safe

by healthkowshik

Overview

Enables AI assistants to query wearable health data through natural language by integrating with an Open Wearables backend.

Installation

Run Command
uv run start

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens700
Stars0
Forks0
Last Update2026-01-18

Tags

WearablesHealth DataAI AssistantMCPPython