healthex
Hosted Model Context Protocol server exposing a consented patient's FHIR-based health record to AI agents through standardized tools, with per-patient data isolation and natural-language search. Also reachable at https://mcp.healthex.io/.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Endpoint
Hosted endpoint · transport http
Connect
This is a remote MCP server — point an MCP client at the endpoint URL. Clients with native remote support (Claude, Cursor, VS Code, …):
For stdio-only clients (older Claude Desktop, etc.), bridge with mcp-remote:
If the server requires authentication, add the provider's token/header (e.g. an X-API-Key) per its docs. A quick reachability check:
Tools
get_health_summary— Retrieve a comprehensive current health snapshot including age, date of birth, gender, active medical conditions, current medications.get_conditions— Retrieve all medical conditions with start dates and end dates (for resolved, treated, or inactive conditions).get_medications— Access detailed medication information including complete dosing instructions, prescribing provider, indication, start date.get_allergies— Retrieve patient allergy and intolerance information including allergen name, clinical status, verification status.get_labs— Access laboratory test results including test name, value with units, reference range, date performed, ordering provider.get_vitals— Access vital sign measurements including blood pressure, heart rate, body temperature, respiratory rate, oxygen saturation.get_procedures— Retrieve medical procedures including surgeries, diagnostic procedures, biopsies, and interventions.get_immunizations— Access complete vaccination history including vaccine name, date administered, dose number, series completion status.get_visits— Retrieve complete clinical visit history including visit date, visit type, provider name, location, chief complaint.get_notes_by_visit— Retrieve clinical notes for a specific visit using encounter ID.search_clinical_notes— Search across all clinical notes for specific keywords or phrases, or retrieve notes by encounter ID.search— Semantically search across all patient health record categories using natural language queries.update_records— Requests a background refresh of health records from connected locations.check_records_status— Returns the current sync status of health records (read-only, no refresh triggered).update_and_check_recent_records— Legacy tool for checking recency without starting a refresh.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.