Labsco
MCP SERVER

Healthcare FHIR MCP

by CSOAI-ORG

Search FHIR patients and conditions with HIPAA and GDPR handling built into the same server.

Biomedical: Genomics & Clinical Data
Summary
Dual compliance is the reason to use this rather than a plain FHIR client.

Reading FHIR resources is not hard; doing it in a way that survives both a HIPAA and a GDPR review is, and that is what the server puts around the queries. Clinical decision support safety is named as part of the scope, which sets expectations about how the results are meant to be used.

What it is

A Python server for healthcare FHIR work — patient data handling under HIPAA and GDPR at the same time, plus clinical decision support safety. It sits where a clinical record query and a compliance obligation meet, rather than treating them as separate systems.

What you get

Three tools, named in the repository's own examples: `search_patients`, `get_patient`, and `search_conditions` — find patients, read one, and search conditions across them.

Requirements

`pip install healthcare_fhir_mcp`, or point your client at `uvx` with the argument `healthcare-fhir-mcp` (package version 1.0.8, stdio transport). MIT-licensed.

Setup effort

One command — pip install healthcare-fhir-mcp