ultrahuman_mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ULTRAHUMAN_API_KEY | Yes | API key obtained from Ultrahuman Vision (https://vision.ultrahuman.com) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_health_summaryA | Get a comprehensive health overview with key scores and insights. Returns sleep score, recovery score, activity score, vital signs, and AI-generated health insights. This is the best tool for getting a quick understanding of overall health status. |
| get_heart_vitalsA | Get heart-related metrics including heart rate, HRV (heart rate variability), and SpO2 (blood oxygen). By default returns SUMMARY with: avg, min, max, trend, resting HR. Use format="detailed" to get individual readings with timestamps. Use last_minutes to filter to recent data (e.g., last_minutes=30 for last 30 min). |
| get_sleep_analysisA | Get comprehensive sleep data including sleep score, duration, efficiency, sleep stages (REM, deep, light), sleep cycles, and quality assessment. Returns a summary with quality indicator (excellent/good/fair/poor). |
| get_activity_dataB | Get activity and movement data including step count, active minutes, movement index, VO2 max, and activity level classification (very_active/active/moderate/sedentary). Use last_minutes to get recent activity data. |
| get_recovery_scoreA | Get recovery metrics indicating physical recovery status. Returns recovery score (0-100) and status classification (excellent/good/fair/poor). Use this to determine if the body is ready for intense activity. |
| get_temperature_dataA | Get body temperature metrics including skin temperature readings, temperature deviation from baseline, and average body temperature. Useful for detecting illness or stress. Use last_minutes to get recent temperature data. |
| get_daily_metricsA | Get ALL raw health metrics from the Ultrahuman API. Returns the complete unprocessed response. Use this only when you need access to data not exposed by other tools. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool targets a specific health metric (recovery, temperature, heart, sleep, activity), but get_health_summary and get_daily_metrics overlap with the specific tools, though descriptions clarify their distinct purposes as summary and raw access.
All tools follow a consistent get_<metric> naming pattern, making it easy to predict tool names and purposes.
Seven tools is well-scoped for a health data server, covering the major health domains without unnecessary redundancy.
The tool set covers key health metrics (recovery, temperature, heart, sleep, activity) and provides both summary and raw data access. Minor gaps include lack of historical trend queries beyond recent minutes, but core read-only health tracking is well covered.