MCP Servers / database / EHR Tools with MCP and FHIR

EHR Tools with MCP and FHIR

JSON →
stdionone79database

Search and query patient Electronic Health Record (EHR) data using SMART on FHIR.

Install
How to run this server

No install command recorded.

server path: ehr-tools-with-mcp-and-fhir
Tools
What this server exposes
grep_record
Performs text or regular expression searches across all parts of the fetched record (structured FHIR data + text from notes/attachments). Ideal for finding keywords or specific mentions (e.g., 'diabetes', 'aspirin').
query_record
Executes read-only SQL SELECT queries directly against the structured FHIR data. Useful for precise lookups based on known FHIR resource structures (e.g., finding specific lab results by LOINC code).
eval_record
Executes custom JavaScript code directly on the fetched data (FHIR resources + attachments). Offers maximum flexibility for complex calculations, combining data from multiple sources, or custom formatting.
Configuration
Environment & auth
authnone
Resources
EHR Tools with MCP and FHIR — MCP Server · libregistry