Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

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

0 this week 84 Trust /100
Trust breakdown (7 categories)

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
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
Install

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

# add to Claude Code
claude mcp add philipad-health-export-mcp -- npx -y health-export-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "philipad-health-export-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "health-export-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "philipad-health-export-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "health-export-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add philipad-health-export-mcp -- npx -y health-export-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "philipad-health-export-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "health-export-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add philipad-health-export-mcp --command npx --arg -y --arg health-export-mcp
# ~/.hermes/config.yaml
mcp_servers:
  philipad-health-export-mcp:
    command: "npx"
    args: ["-y", "health-export-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "philipad-health-export-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "health-export-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add philipad-health-export-mcp -t stdio -c npx -a -y health-export-mcp
// mcp.json
{
  "mcpServers": {
    "philipad-health-export-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "health-export-mcp"
      ]
    }
  }
}
Changelog

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.

Diagnostics

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 →

MCP tools · 14 exposed · ~1,981 tokens

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 →

Tool Tokens
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).

NameTypeReqDescription
anchorobjectBuild 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…
excludeTravelDaysbooleanDrop 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…
metricstringyes
periodAobject
periodBobject

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.

NameTypeReqDescription
endstringYYYY-MM-DD
laginteger0 to 3 days. lag 1 pairs metricA on day d with metricB on the following day.
metricAstringyes
metricBstringyes
startstringYYYY-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.

NameTypeReqDescription
datestringYYYY-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.

NameTypeReqDescription
aggregationstring
endstringYYYY-MM-DD
filterDaysobjectRestrict 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…
granularitystringRoll 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…
limitintegerMaximum data points to return (default 365, max 3000). The server rolls up rather than truncating.
metricstringMetric name, e.g. step_count, heart_rate, sleep_analysis. Omit for all.
startstringYYYY-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.

NameTypeReqDescription
metricstringMetric 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.

NameTypeReqDescription
daystringA single waking day, YYYY-MM-DD.
endstringLast waking day (inclusive), YYYY-MM-DD.
startstringFirst 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.

NameTypeReqDescription
cursorstringOpaque cursor from a previous call's nextCursor.
endstringYYYY-MM-DD
granularitystringRoll 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…
limitintegerMaximum data points to return (default 365, max 3000). The server rolls up rather than truncating.
metricsarray
startstringYYYY-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.

NameTypeReqDescription
excludeTravelDaysbooleanDrop 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…
metricstringyes
windowintegerdays 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.

NameTypeReqDescription
activityTypestringActivity name (e.g. Running) or raw HealthKit activity id (e.g. 37).
cursorstringOpaque cursor from a previous call's nextCursor.
endstringYYYY-MM-DD
limitintegerWorkouts per page (default 50, max 200).
startstringYYYY-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.

NameTypeReqDescription
endstringYYYY-MM-DD
startstringYYYY-MM-DD
tagstringMatch events carrying this tag.
typestringEvent 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.

NameTypeReqDescription
questionstringyes

No output schema declared.

No examples provided.

Common questions

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.