An MCP server for your own health data
Pomme is a health-data MCP server: one endpoint, one key, your record behind it. The iPhone app syncs ten categories from Apple Health, and the server answers three tools over MCP — query a metric by date range, list what's stored, describe a metric's shape. Syncing is free; answers are £19.99 a year, bought in the app.
Install the app
It reads Apple Health on your iPhone and syncs in the background.
Make a key
One per machine, revocable in the app.
Paste the block
Drop it into your client's MCP config with your own key in the header.
"pomme": {
"type": "http",
"url": "https://pomme-server-hdtdaw3noq-ew.a.run.app/mcp",
"headers": { "Authorization": "Bearer <your-key>" }
}What does the server expose?
Three tools: query_metric over a date range, list_metrics with each one's earliest and latest day, and describe_schema for the unit and shape of a value.
How much history can one query cover?
Up to 1,000 days at a time. Ask again for the stretch before it — the answer says which range came back.
Where is the record kept?
Your health records are stored in the United Kingdom, in one London database. Deleting your account erases them immediately.
What does it cost?
Syncing and storage are free. Agent queries are £19.99 a year, bought in the app through the App Store, after a free first week.
Go on then — point an agent at it
In beta testing. Leave your email and install it straight away.