io.github.PhilipAD/health-export-mcp
NPM · HEALTH-EXPORT-MCP · SCANNED SEP 21
Query 190 Apple Health metrics from any MCP agent: zero-dependency, read-only, local-first.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security100
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 32 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability83
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 2070 tokens (~147/item across 14 items; 14 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
- Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage93
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 78% of tool parameters carry a description.Partial
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 14 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 15 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the io.github.PhilipAD/health-export-mcp server?
io.github.PhilipAD/health-export-mcp runs locally as an npm package, launched with npx -y health-export-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · health-export-mcp
claude mcp add philipad-health-export-mcp -- npx -y health-export-mcp
{
"mcpServers": {
"philipad-health-export-mcp": {
"command": "npx",
"args": [
"-y",
"health-export-mcp"
]
}
}
} {
"servers": {
"philipad-health-export-mcp": {
"command": "npx",
"args": [
"-y",
"health-export-mcp"
]
}
}
} codex mcp add philipad-health-export-mcp -- npx -y health-export-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"philipad-health-export-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"health-export-mcp"
],
"enabled": true
}
}
} openclaw mcp add philipad-health-export-mcp --command npx --arg -y --arg health-export-mcp
mcp_servers:
philipad-health-export-mcp:
command: "npx"
args: ["-y", "health-export-mcp"] {
"McpServers": {
"philipad-health-export-mcp": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"health-export-mcp"
]
}
}
} assistant mcp add philipad-health-export-mcp -t stdio -c npx -a -y health-export-mcp
{
"mcpServers": {
"philipad-health-export-mcp": {
"command": "npx",
"args": [
"-y",
"health-export-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 21 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 19 Sept 26 −2
- Stability: pass → 0.80 functional
- 17 Sept 26 0
- Stability: 0.97 → pass security
- 16 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 15 Sept 26 0
- Security disclosure: unverified → fail ▼ functional
- 14 Sept 26 −1
- Security disclosure: fail → unverified ▼ functional
- Stability: pass → 0.90 functional
- 13 Sept 26 0
- Stability: 0.97 → pass security
- 12 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 21 Sept 2026 · Analysed npm/health-export-mcp@1.4.3
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 0 packages
| Packages resolved | 0 |
|---|---|
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
compare_periods ~215
Compare a metric between two arbitrary date periods (A vs B): each aggregate plus the change and percent change. Pass periodA/periodB explicitly, or pass anchor {eventId, days} to build both periods around a logged event (the before/after question, with the event day excluded from both sides).
| Name | Type | Req | Description |
|---|---|---|---|
| anchor | object | – | Build both periods around a logged event instead of passing dates: periodA is the {days} days before the event date, periodB the {days} days after, the event day itself excluded from both. Get event… |
| excludeTravelDays | boolean | – | Drop days on which a timezone change landed (health-days.json): those days were not 24 hours long, so their totals are stretched or shortened by the clock. The answer reports how many days were exclu… |
| metric | string | yes | – |
| periodA | object | – | – |
| periodB | object | – | – |
No output schema declared.
No examples provided.
correlate_metrics ~175
Pearson correlation between two metrics' daily values: {metricA, metricB, lag (0 to 3, default 0), start, end}. lag pairs metricA on day d with metricB on day d+lag, so lag 1 compares against the FOLLOWING day. Returns alignedPairs, r (withheld below 10 aligned pairs), and both means. The answer always carries the association-not-causation caveat; treat every r as alignment in this file, not mechanism.
| Name | Type | Req | Description |
|---|---|---|---|
| end | string | – | YYYY-MM-DD |
| lag | integer | – | 0 to 3 days. lag 1 pairs metricA on day d with metricB on the following day. |
| metricA | string | yes | – |
| metricB | string | yes | – |
| start | string | – | YYYY-MM-DD |
No output schema declared.
No examples provided.
get_cycle_context ~100
Cycle context derived from user-logged period starts (health-cycles.json): day-in-cycle and a coarse phase label (follicular from day 1 to the observed midpoint of that cycle, luteal for the remainder). Derived from logged periods only, never predictive, and no ovulation estimate is made. Optional {date} for a single day; default returns per-day context for the last cycle.
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | – | YYYY-MM-DD |
No output schema declared.
No examples provided.
get_health_metrics ~308
Get values for a metric (or all metrics) over an optional date range, with an aggregate (avg/sum/min/max/latest). The core data-retrieval tool. Every result carries a `coverage` block giving the metric's real firstDate/lastDate/days: check it before trusting a long window, and note that `aggregate` is always computed over the full range even when `points` are rolled up. Single-metric answers also list any logged point events inside the window as segmentBoundaries.
| Name | Type | Req | Description |
|---|---|---|---|
| aggregation | string | – | – |
| end | string | – | YYYY-MM-DD |
| filterDays | object | – | Restrict to days covered by matching logged events (health-events.json): endDate ranges cover every day inclusive, point events cover their single day, negate:true keeps only days NOT covered. The an… |
| granularity | string | – | Roll daily values up before returning them. 'auto' (default) picks the finest granularity that fits the response budget, so a multi-year range returns monthly points instead of thousands of daily one… |
| limit | integer | – | Maximum data points to return (default 365, max 3000). The server rolls up rather than truncating. |
| metric | string | – | Metric name, e.g. step_count, heart_rate, sleep_analysis. Omit for all. |
| start | string | – | YYYY-MM-DD |
No output schema declared.
No examples provided.
get_intraday ~122
The current hour-by-hour window from the iOS app's HOURLY automations (health-intraday.json, app 1.4+): each metric's hourly points plus its latest value. The file is REPLACED on every hourly run, so this is a live within-day view, not history; use get_health_metrics for day-level questions. Returns available:false with setup guidance when no hourly automation has delivered yet.
| Name | Type | Req | Description |
|---|---|---|---|
| metric | string | – | Metric name to filter, e.g. heart_rate. Omit for every metric in the window. |
No output schema declared.
No examples provided.
get_mcp_status ~47
Health check: data source, how many metrics/workouts are available, which optional context files exist, and the most recent data date. Call this first to confirm the bridge is connected.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_profile ~63
The context fields the user explicitly opted in to sharing (health-profile.json): conditions, medications, goals, allergies, notes. Returns the fields plus a presentFields list. An absent field was withheld by the user or never enabled; absence must never be read as "none".
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_sleep_sessions ~130
Clustered sleep sessions from health-sessions.json with {start, end, day} filters. Sessions are attributed to the WAKING day, matching the daily cache's sleep_analysis, so the two surfaces never disagree; a split night appears as multiple sessions with the same day, returned as-is. Timestamps carry the local UTC offset at the time of the sample.
| Name | Type | Req | Description |
|---|---|---|---|
| day | string | – | A single waking day, YYYY-MM-DD. |
| end | string | – | Last waking day (inclusive), YYYY-MM-DD. |
| start | string | – | First waking day (inclusive), YYYY-MM-DD. |
No output schema declared.
No examples provided.
get_structured_export ~193
Return clean structured JSON for the chosen metrics/date range. Paginated: the result carries `nextCursor` when more metrics remain; pass it back as `cursor` for the next page. Prefer naming the metrics you need and a date range; calling it bare over a full history is a lot of data.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | – | Opaque cursor from a previous call's nextCursor. |
| end | string | – | YYYY-MM-DD |
| granularity | string | – | Roll daily values up before returning them. 'auto' (default) picks the finest granularity that fits the response budget, so a multi-year range returns monthly points instead of thousands of daily one… |
| limit | integer | – | Maximum data points to return (default 365, max 3000). The server rolls up rather than truncating. |
| metrics | array | – | – |
| start | string | – | YYYY-MM-DD |
No output schema declared.
No examples provided.
get_trends ~164
Compare the most recent N-day window against the prior N days for a metric: change, percent change and direction (up/down/flat). Also returns `daysAvailable` and `windowSatisfied`: if windowSatisfied is false the file does not hold enough history for the window you asked for, and the comparison is over less data than requested. Logged point events inside the compared span are listed as segmentBoundaries.
| Name | Type | Req | Description |
|---|---|---|---|
| excludeTravelDays | boolean | – | Drop days on which a timezone change landed (health-days.json): those days were not 24 hours long, so their totals are stretched or shortened by the clock. The answer reports how many days were exclu… |
| metric | string | yes | – |
| window | integer | – | days per window (default 7) |
No output schema declared.
No examples provided.
get_workouts ~207
Query the workouts cache with {activityType (a name like Running, or a raw HealthKit id like 37), start, end} filters and pagination ({limit} default 50 max 200, {cursor} from a previous nextCursor). Records are returned exactly as stored, including the newer optional keys (avgHeartRate, maxHeartRate, running dynamics, cycling power, intervals, hasRoute) when the app exported them; older caches simply lack those keys and nothing is fabricated. Also returns summary {count, byActivityType} over everything that matched.
| Name | Type | Req | Description |
|---|---|---|---|
| activityType | string | – | Activity name (e.g. Running) or raw HealthKit activity id (e.g. 37). |
| cursor | string | – | Opaque cursor from a previous call's nextCursor. |
| end | string | – | YYYY-MM-DD |
| limit | integer | – | Workouts per page (default 50, max 200). |
| start | string | – | YYYY-MM-DD |
No output schema declared.
No examples provided.
list_events ~163
Logged context events from health-events.json: medication starts, habit changes, doctor visits, life events, shift blocks, episodes, travel, and any type a newer app adds. Optional {type, tag, start, end} filters; a range event matches a window it overlaps. Sorted ascending by date. Returns available:false when the file was never exported; absence means nothing was exported, not that nothing happened.
| Name | Type | Req | Description |
|---|---|---|---|
| end | string | – | YYYY-MM-DD |
| start | string | – | YYYY-MM-DD |
| tag | string | – | Match events carrying this tag. |
| type | string | – | Event type, e.g. medication, habit, visit, life, shift, episode, travel, other. Unknown types pass through and can be filtered by their stored string. |
No output schema declared.
No examples provided.
list_metrics ~34
List every available Apple Health metric with its unit, day count, and date range. Use this to discover metric names before querying.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
query_health_data ~60
Natural-language convenience: pass a question and get routed structured results. Prefer the specific tools above when you can, and call list_metrics first to see how much history exists, since this tool answers over whatever the file holds.
| Name | Type | Req | Description |
|---|---|---|---|
| question | string | yes | – |
No output schema declared.
No examples provided.
What is the io.github.PhilipAD/health-export-mcp server?
io.github.PhilipAD/health-export-mcp is listed in the public MCP registry as io.github.PhilipAD/health-export-mcp. Query 190 Apple Health metrics from any MCP agent: zero-dependency, read-only, local-first. This page covers its npm package (health-export-mcp).
Is the io.github.PhilipAD/health-export-mcp server safe to use?
io.github.PhilipAD/health-export-mcp scores 84 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.PhilipAD/health-export-mcp server expose?
io.github.PhilipAD/health-export-mcp exposes 14 tools: get_mcp_status, list_metrics, get_health_metrics, get_trends, compare_periods, and 9 more. Their descriptions and schemas cost roughly 1,981 tokens of context every time the server is loaded.
Is the io.github.PhilipAD/health-export-mcp server still maintained?
io.github.PhilipAD/health-export-mcp is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the io.github.PhilipAD/health-export-mcp server under?
io.github.PhilipAD/health-export-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.