apple-health-export-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AH_DB_PATH | Yes | Path to the SQLite database file containing Apple Health data. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_typesA | List which health metrics exist in this export, with row counts and date spans. Call this first to discover the exact |
| list_sourcesA | List which sources/devices wrote a metric, with counts and date spans. Use it to see why a |
| get_quantityA | Aggregate a numeric metric (steps, weight, heart rate, energy…) over a date range. Call |
| get_sleepA | Per-night sleep stage durations (minutes), attributed to the wake-up day. Returns [{night, asleep_min, rem_min, deep_min, core_min, awake_min, in_bed_min}]. Older nights may report only in_bed_min (legacy devices lack stage detail). |
| get_workoutsA | Workout summary per activity type in a date range: count, total & avg minutes. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| daily_summary | A single day's health snapshot: steps, sleep, resting heart rate, workouts, energy. |
| weekly_review | Calendar-week review (Mon–Sun): training load, sleep, recovery, and a recommendation. |
| monthly_summary | A month in review: totals, averages, body-weight change, and trend. |
| yearly_summary | A year in review: big-picture fitness trajectory and milestones. |
| readiness_check | Should I train hard today? Based on last night's sleep and recent recovery markers. |
| sleep_report | Sleep deep-dive over a range: duration, stage breakdown, and consistency. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/burakdirin/apple-health-export-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server