mCharge — AI Assistant for India's Doctors
Jun 2026 – Present
TypeScript · React Native · Expo · Node.js · MongoDB · MCP · Cloudflare Workers
- Built an AI orchestration platform with custom and remote MCP servers, skills, projects, and patient history memory; shipped an Android app on Google Play and a web app in six weeks.
- Wrote clinical-mcp, a TypeScript MCP server exposing 60+ tools: ICD-10/11, LOINC, and HCPCS code lookups, RxNorm drug search, drug-drug interaction checks, and 35 deterministic clinical calculators; deployed as a remote MCP server on Cloudflare Workers, usable by any MCP client.
- Designed a document-reading pipeline where a vision model transcribes photographed lab reports, ECGs, and prescriptions for a text-only chat model, with extractions cached by content hash to avoid re-billing.
- Enforced safety rules for clinical use: dose and score arithmetic goes through deterministic calculators instead of the LLM, citations come only from doctor-provided documents, and memory sits behind consent controls with an audit trail.
AI Voice Lead Qualification Agent (MCP)
Jan 2026 – May 2026
MCP · LangGraph · Sarvam AI · Python · WebSocket · REST APIs · LLMs
- Built agentic voice calling pipeline using Sarvam AI text-to-voice; the agent calls leads, listens to responses, and generates follow-up questions from conversation context to assess purchase intent.
- Implemented MCP-based orchestration to coordinate the calling agent, response analysis agent, and CRM update agent; each agent hands structured context to the next without human intervention.
- Designed lead scoring model that classifies leads as hot, warm, or cold based on conversation transcript analysis using LLMs; reduced manual follow-up effort by filtering out uninterested leads before reaching the sales team.
AI Grocery Orchestration (MCP)
Oct 2025 – Jan 2026
MCP · LangChain · LangGraph · OpenAI API · Claude API · Python · REST APIs
- Designed multi-agent pipeline where a diet-planning agent generates weekly meal plans from user health preferences, then a procurement agent breaks meals into ingredient lists and places orders via grocery store APIs.
- Implemented Model Context Protocol (MCP) to enable context handoff between ChatGPT and Claude agents across planning and ordering steps without losing user preference state.
- Integrated location-aware store selection and real-time inventory checks to route orders to the nearest available store, reducing fulfillment gaps.
React · TypeScript · WebSocket
- Traders needed faster access to unusual options activity; built real-time analytics dashboard with WebSocket streaming; reduced decision-making time by 35%.
- Users requested customizable views for different trading strategies; implemented advanced filtering with saveable presets; increased daily active user engagement by 45%.
- Market data was hard to visualize at scale; designed responsive S&P 500 heatmap with sector-based rendering; improved data comprehension based on user feedback.