# io.github.PhilipAD/health-export-mcp (npm · health-export-mcp)

Query 190 Apple Health metrics from any MCP agent — zero-dependency, read-only, local-first.

- Trust score: 66/100 (medium)
- Change this week: −11
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `health-export-mcp`: 66/100 (this document), [markdown](https://verifymcp.io/servers/philipad-health-export-mcp/health-export-mcp.md), [page](https://verifymcp.io/servers/philipad-health-export-mcp/health-export-mcp)

## Channel facts

- Registry: `npm`
- Package: `health-export-mcp`
- Version: `1.0.1`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 26 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 70/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 432 tokens (~61/item across 7 items; 7 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 82/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 46% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add philipad-health-export-mcp -- npx -y health-export-mcp
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add philipad-health-export-mcp --command npx --arg -y --arg health-export-mcp
```

### Hermes

```yaml
mcp_servers:
  philipad-health-export-mcp:
    command: "npx"
    args: ["-y", "health-export-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "philipad-health-export-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "health-export-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 66, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-07-31 (score 51, −8)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 59, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 77, +30)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: good
- [functional] First check of Schema quality: fail
- [functional] First check of Tool coverage: 46
- [functional] First check of Schema quality: pass

### 2026-07-26 (score 47)

First indexed and scored.

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

## MCP tools (7)

### `get_mcp_status` (~41 tokens)

Health check: data source, how many metrics/workouts are available, and the most recent data date. Call this first to confirm the bridge is connected.

### `list_metrics` (~34 tokens)

List every available Apple Health metric with its unit, day count, and date range. Use this to discover metric names before querying.

### `get_health_metrics` (~98 tokens)

Get daily 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.

Input parameters:

- `aggregation` (string)
- `end` (string): YYYY-MM-DD
- `metric` (string): Metric name, e.g. step_count, heart_rate, sleep_analysis. Omit for all.
- `start` (string): YYYY-MM-DD

### `get_trends` (~59 tokens)

Compare the most recent N-day window against the prior N days for a metric — returns change, percent change and direction (up/down/flat).

Input parameters:

- `metric` (string, required)
- `window` (integer): days per window (default 7)

### `compare_periods` (~56 tokens)

Compare a metric between two arbitrary date periods (A vs B) — returns each aggregate plus the change and percent change.

Input parameters:

- `metric` (string, required)
- `periodA` (object, required)
- `periodB` (object, required)

### `get_structured_export` (~59 tokens)

Return clean structured JSON for the chosen metrics/date range — ideal to drop straight into an agent's context window.

Input parameters:

- `end` (string): YYYY-MM-DD
- `metrics` (array)
- `start` (string): YYYY-MM-DD

### `query_health_data` (~49 tokens)

Natural-language convenience: pass a question (e.g. "average HRV last month") and get routed structured results. Prefer the specific tools above when you can.

Input parameters:

- `question` (string, required)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/philipad-health-export-mcp/health-export-mcp#diagnostics

## Score history

- 2026-08-03: 66
- 2026-08-02: 66
- 2026-08-01: 51
- 2026-07-31: 51
- 2026-07-30: 59
- 2026-07-28: 77
- 2026-07-27: 77
- 2026-07-26: 47

## Links

- npm package: https://www.npmjs.com/package/health-export-mcp
- Socket report: https://socket.dev/npm/package/health-export-mcp
- Repository: https://github.com/PhilipAD/health-export-mcp
- Changelog RSS feed: https://verifymcp.io/servers/philipad-health-export-mcp/health-export-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/philipad-health-export-mcp/health-export-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/philipad-health-export-mcp/health-export-mcp
