Hey r/ArtificialInteligence , I recently got fascinated by the idea of moving AI from a reactive chatbot to a proactive agent. I wanted to see if an LLM could actively monitor physiological stress and intervene before a burnout spiral happens. I ended up building an iOS app called Maha OS that acts as this intervention layer. The most interesting part (and the reason I’m posting here) is that it uses the Model Context Protocol (MCP) to let you connect your own AI agent (like Claude) to your live health data. Here is a breakdown of how it works under the hood, the technical hurdles I’ve hit, and an ask for some blunt feedback from other builders. The Architecture & How It Works The Data: The app pulls your live heart rate and calculates a readiness score (based on HRV) using Apple HealthKit. The Agent Link (MCP): Instead of forcing a proprietary cloud AI on you, you can connect your own MCP-compatible client. The agent reads your biometrics relay stream (which is encrypted through my server to compute readiness). The “Circuit Breaker”: When the agent determines your vitals indicate you are genuinely “cooked,” it fires a trigger back to the app. This initiates a full-screen breathing reset that temporarily takes over your phone (it’s always dismissable, so you retain ultimate control of your device). The Offline Fallback: If you prefer your health data to stay entirely off the cloud, there’s a built-in on-device version. It triggers the same circuit breaker using hard mathematical thresholds rather than LLM inference. A Current Technical Quirk Getting MCP pairing to feel seamless on iOS is tricky. Right now, the agent pairing link (Settings → link agent) has to be explicitly copied and pasted into Safari’s address bar rather than tapped directly. I’m working on replacing this with proper universal links soon, but it’s a known friction point. I need people to try and break it (and let’s trade feedback) To respect the community guidelines: I am the solo developer of this app. I am not looking for App Store reviews or marketing hype. I am looking for technical users—especially those who use Claude or run custom MCP clients—to install it, set up the agent-link flow, and try to break the integration. Tear the UX apart, tell me where the agent interaction fails, and give me unfiltered, blunt feedback in the comments or via DM. I want to make this a two-way street. If you are building your own AI tool, agent, or platform, let me know. If you take the time to stress-test the MCP integration on Maha OS, I will gladly return the favor and thoroughly test whatever you are working on. Note: If you just want to see the UI/UX, the second screen of the onboarding flow has a “try a demo intervention” button. You don’t need an account, health permissions, or an agent setup to see the screen-takeover mechanic in action. You can grab the iOS build here: https://apps.apple.com/us/app/maha-os/id6778333838 I’d love to hear your thoughts on using MCP for biometrics and mobile device control. Tear it apart! It’s on Android as well, but the current build hasn’t been approved yet. If you use Android and want feedback on your project, just shoot me a DM. submitted by /u/Magayone
Originally posted by u/Magayone on r/ArtificialInteligence
