Your AI agent reads your E2EE Apple Health data (sleep, HRV, cycle) — decrypted only locally
If you already use Vaultbeat, the vaultbeat mcp server is the piece that lets your assistant work with it directly. Your AI agent reads your E2EE Apple Health data (sleep, HRV, cycle) — decrypted only locally.
Vaultbeat embeds no AI and runs no model on your phone. Intelligence lives where you control it: Claude Code, Claude Desktop, or any MCP-capable agent running on your own machine. This server is the bridge — it holds a private key that never leaves your computer, pulls ciphertext from the cloud, and decrypts only locally.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
vaultbeat_status — Local binding state (never exposes keys or tokens)vaultbeat_doctor — Full self-diagnosis: install/binding chain plus which data types have data and which need a newer iOS build — call this before concluding data isvaultbeat_start_binding — A fresh QR binding payload for the iOS app to scanvaultbeat_poll_binding — One poll for the iOS authorization to complete bindingvaultbeat_sync_sleep — Recent sleep sessions incl. heart-rate samples, per-day primary-session selection matching the iOS appget_sleep_detail — Per-night heart-rate + respiratory-rate + sleep-stage timelineget_water_intake — Daily water intake + computed daily averageget_weight_trend — Daily weights + latest/avg/min/max + weekly trend rateget_menstrual_cycle — Cycle samples + next-period prediction (sensitive — explicit iOS opt-in required)get_symptoms — HealthKit symptom days grouped by data owner (sensitive)get_notes — Free-text day annotations with their writer (sensitive)get_activity — Daily activity rings: steps / energy / exercise minutes / stand hours / distanceInstallation goes through your MCP client rather than a global install: point it at @modelcontextprotocol/inspector on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Vaultbeat's toolset — vaultbeat_status, vaultbeat_doctor, vaultbeat_start_binding and 11 more — is a fair guide to whether it matches your workflow. It is maintained by Fino-wind; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| vaultbeat_status | Local binding state (never exposes keys or tokens) |
| vaultbeat_doctor | Full self-diagnosis: install/binding chain **plus** which data types have data and which need a newer iOS build — call this before concluding data is missing |
| vaultbeat_start_binding | A fresh QR binding payload for the iOS app to scan |
| vaultbeat_poll_binding | One poll for the iOS authorization to complete binding |
| vaultbeat_sync_sleep | Recent sleep sessions incl. heart-rate samples, per-day primary-session selection matching the iOS app |
| get_sleep_detail | Per-night heart-rate + respiratory-rate + sleep-stage timeline |
| get_water_intake | Daily water intake + computed daily average |
| get_weight_trend | Daily weights + latest/avg/min/max + weekly trend rate |
| get_menstrual_cycle | Cycle samples + next-period prediction *(sensitive — explicit iOS opt-in required)* |
| get_symptoms | HealthKit symptom days grouped by data owner *(sensitive)* |
| get_notes | Free-text day annotations with their writer *(sensitive)* |
| get_activity | Daily activity rings: steps / energy / exercise minutes / stand hours / distance |
| get_resting_hr | Resting heart-rate records + window mean |
| get_workouts | Workout records: type / duration / calories / distance |
{
"mcpServers": {
"vaultbeat": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/inspector"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.