Stream real-time heart rate data from any Bluetooth chest strap to AI agents via MCP (Model Context Protocol).
Download for iOS or Android to start streaming your heart rate data.
Works with popular Bluetooth heart rate monitors
Get streaming in under 5 minutes.
Download the app and set your heart rate zones. You can use defaults based on your age or customize them.
Put on your Bluetooth chest strap and wet the sensors for better contact.
Add the MCP server to your AI platform (Claude, Vermillion, etc.) and share your pairing code.
Integrate heart rate data into your AI agents and applications.
Get the latest heart rate reading with BPM, zone, and timestamp.
Get all readings from the last N seconds (1-1800).
Get statistics: average, min, max, and time in each zone.
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "getCurrentHeartRate",
"arguments": { "pairingCode": "condor34" }
}
}
# Get current heart rate GET https://hr2mcp.com/api/hr/current?code={pairingCode} # Get history GET https://hr2mcp.com/api/hr/history?code={pairingCode}&seconds=300 # Get stats GET https://hr2mcp.com/api/hr/stats?code={pairingCode}&seconds=300