pingpomme.com / health-data-mcp-server

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.

WHAT IT LOOKS LIKE IN PRACTICE
✓ connected · 2,190 days of data
> list what you've got and how far back it goes
10 metrics. Steps and sleep from 12 June 2019,HRV from March 2021, VO₂max whenever the Watchfelt like it. Newest day on the server: yesterday.
SET IT UP
1

Install the app

It reads Apple Health on your iPhone and syncs in the background.

2

Make a key

One per machine, revocable in the app.

3

Paste the block

Drop it into your client's MCP config with your own key in the header.

ANY MCP CLIENT, THE SAME THREE LINES
"pomme": {
  "type": "http",
  "url": "https://pomme-server-hdtdaw3noq-ew.a.run.app/mcp",
  "headers": { "Authorization": "Bearer <your-key>" }
}
COMMON QUESTIONS

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.