
Fulcra Context
Let your coding agent query Apple Health metrics from the Context app and wearables while you work on health or productivity side projects.
Overview
Fulcra Context is an MCP server for the Build phase that exposes Apple Health and wearable data from the Context app for agent queries over streamable HTTP.
What is this MCP server?
- Streamable HTTP remote at mcp.fulcradynamics.com for hosted MCP access
- Apple Health data collected through the Fulcra Context companion app
- Query wearable-derived metrics from Claude Code, Cursor, Windsurf, or other MCP clients
- Version 1.0.0 server schema aligned with Model Context Protocol catalog format
- No self-hosted bridge required when using the published remote endpoint
- Server version 1.0.0
- Single published remote: streamable-http at mcp.fulcradynamics.com/mcp
What problem does it solve?
Your agent cannot see sleep, steps, or workout data locked in Apple Health unless you build a custom export pipeline or copy numbers by hand.
Who is it for?
Solo builders on Apple who already use or will install Context and want health metrics available inside Claude Code, Cursor, or Windsurf without writing HealthKit glue code.
Skip if: Teams on Android-only stacks, builders who cannot use Apple Health, or anyone who needs population-level analytics instead of personal wearable streams.
What do I get? / Deliverables
After you add the remote MCP server and Context app, your agent can answer questions and draft code using your authorized wearable metrics in context.
- Registered remote MCP endpoint pointing at Fulcra Context
- Agent-queryable access to wearable-derived Apple Health data you authorized in Context
Recommended MCP Servers
Journey fit
MCP servers that wire external data into the agent belong on the build shelf under integrations—the step where solo builders connect third-party APIs and personal data sources to Claude, Cursor, or Codex. Wearable and Apple Health access is an integration problem: authenticate the Context app, expose streamable HTTP MCP, and surface steps, sleep, and workouts to the agent without custom scrapers.
How it compares
Wearable health MCP integration, not a game analytics SDK or a generic fitness API wrapper you host yourself.
Common Questions / FAQ
Who is Fulcra Context for?
Indie developers and solo builders who use Apple wearables or Health data and want their coding agent to read that data through MCP after Context collects it.
When should I use Fulcra Context?
Use it during build and operate workflows when you need the agent to correlate shipping pace with sleep or activity, or when prototyping health-aware automations tied to your own metrics.
How do I add Fulcra Context to my agent?
Install the Context app for Apple Health collection, then register the streamable-http remote https://mcp.fulcradynamics.com/mcp in your MCP-capable client such as Claude Code or Cursor following that tool's MCP server setup.