43
/ 100
1 month ago
glama

health-export-mcp

An MCP server that enables AI agents to query Apple Health data (190+ metrics) in natural language, including trends, comparisons, and structured exports.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 4 credentials: HEALTH_EXPORT_LISTEN_TOKEN, HEALTH_EXPORT_PAIRING_SECRET, HEALTH_LISTEN_TOKEN, PAIRING_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configHEALTH_DATA_DIR"env": { "": "~/Library/Mobile Documents/iCloud~ai~healthexport~app/Documents" }
🔐 secretHEALTH_EXPORT_LISTEN_TOKEN
🔐 secretHEALTH_EXPORT_PAIRING_SECRET
configHEALTH_LISTENstdio transport (newline-delimited JSON-RPC 2.0) — the universal MCP transport. Optionally set =1 to also accept LAN pushes from the iOS app in the same process (see [receiver.mjs](receiver.mjs)).
configHEALTH_LISTEN_HOST
configHEALTH_LISTEN_PORT
🔐 secretHEALTH_LISTEN_TOKEN
🔐 secretPAIRING_SECRETOptional pairing. Set to the code the iOS app shows (Settings → Agent pairing) to gate access.
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 1 concrete improvement we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/philipad-health-export-mcp-ewy3ot)](https://m8ven.ai/mcp/philipad-health-export-mcp-ewy3ot)
commit: 6783f89a23154e864a7ee4ef1ff18b3a6eed1403
code hash: 67695842290cad274b235ff34ea413e1bc0a29c2ee455f795cf009cf8d7c8134
verified: 6/27/2026, 8:50:42 AM
view raw JSON →