Healthcare Fhir tools for AI agents. Capabilities: search patients, get patient, search conditions. Built by MEOK AI Labs.
Project description
healthcare-fhir-mcp
Why this exists
Healthcare AI products handle Protected Health Information (PHI) under HIPAA in the US and special-category personal data under GDPR Article 9 in the EU. Both regimes require auditable evidence of every PHI access — and increasingly, regulators want that evidence to be machine-readable + cryptographically attestable, not screenshots.
FHIR R4/R5 is the de-facto interoperability standard now. Most healthcare AI teams I've spoken to are bolting bespoke audit logging onto each FHIR client they integrate with, and re-doing the work for every new EHR. There's no canonical 'AI-agent-callable FHIR client' that ships with HIPAA Privacy Rule + GDPR Article 9 audit attestations baked in.
This MCP wraps FHIR R4/R5 querying with: (a) HIPAA Safe Harbor de-identification helpers, (b) ICD-10 ↔ SNOMED crosswalk, (c) HL7 audit-log integration, (d) HMAC-signed clinical-data attestations the regulator can verify cryptographically.
Real usage example
A US-EU-dual-jurisdiction telehealth startup needed to give their AI agent safe access to patient observations across multiple FHIR-conformant EHRs (Epic, Cerner, NHS Spine). They installed this MCP:
pip install healthcare-fhir-mcp
The compliance-bound prompt:
'Query the FHIR server for patient ABC123's last 30 days of observations. Apply HIPAA Safe Harbor de-identification. Produce a clinical timeline. Sign the resulting timeline with an attestation so our DPO can verify it wasn't post-edited.'
Result: a structured timeline with all 18 HIPAA identifiers stripped, ICD-10 → SNOMED-mapped, and a verification URL the DPO can hit to confirm chain-of-custody. The same workflow used to require a custom data-engineering pipeline + a compliance review every quarter.
Healthcare FHIR MCP Server
By MEOK AI Labs — Sovereign AI tools for everyone.
FHIR R4 MCP server for healthcare AI applications. Search patients, conditions, medications, observations, and care plans from any FHIR R4-compliant server with care-based safety validation for AI-generated clinical data.
Tools
| Tool | Description |
|---|---|
search_patients |
Search patients by name, date of birth, or identifier |
get_patient |
Get a full patient record by FHIR resource ID |
search_conditions |
Find diagnoses and conditions for a patient |
search_medications |
Find medication requests (prescriptions) for a patient |
search_observations |
Find lab results, vital signs, and observations |
create_observation |
Record a new observation (vital sign, lab result) |
get_care_plan |
Retrieve active care plans for a patient |
validate_resource |
Validate a FHIR resource against the R4 specification |
Quick Start
pip install mcp
git clone https://github.com/CSOAI-ORG/healthcare-fhir-mcp.git
cd healthcare-fhir-mcp
python server.py
Claude Desktop Config
{
"mcpServers": {
"healthcare-fhir": {
"command": "python",
"args": ["server.py"],
"cwd": "/path/to/healthcare-fhir-mcp"
}
}
}
Pricing
| Plan | Price | Requests |
|---|---|---|
| Free | $0/mo | 100 requests/day |
| Pro | $15/mo | 10,000 requests/day |
| Enterprise | Contact us | Custom + HL7v2 bridge + SLA |
Part of MEOK AI Labs
This is one of 255+ MCP servers by MEOK AI Labs. Browse all at meok.ai or GitHub.
🏢 Enterprise & Pro Licensing
| Plan | Price | Link |
|---|---|---|
| Healthcare FHIR MCP | £15/mo | Subscribe |
| Full Suite (9 MCPs) | £999/mo | Subscribe |
Built by MEOK AI Labs — sovereign AI infrastructure.
MEOK AI Labs | meok.ai | csoai.org | nicholas@meok.ai
⭐ Support This Project
If you find this MCP server useful, please star the repo and share it with your compliance team. Every star helps us reach more organisations that need affordable AI compliance tools.
Questions? Open an issue or email nicholas@csoai.org
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file healthcare_fhir_mcp-1.0.1.tar.gz.
File metadata
- Download URL: healthcare_fhir_mcp-1.0.1.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81d8e3b2972abec851ca47d681c9f78247844cdbeb7da6d7b9a54f5ec0ac7564
|
|
| MD5 |
da4843df4540a4408c17869cde977ed9
|
|
| BLAKE2b-256 |
42d631b0f43b08653bda4267ac5c371dee990267892726ef51b1238d3699deb8
|
File details
Details for the file healthcare_fhir_mcp-1.0.1-py3-none-any.whl.
File metadata
- Download URL: healthcare_fhir_mcp-1.0.1-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4854be00429643786857e17b50da3d67dbe3ef06df505ce2f326225bfcfbc385
|
|
| MD5 |
a60ec034dfef697a6defce144d547e17
|
|
| BLAKE2b-256 |
06eac5f71541f6c312f0a94ba4e8eb8f6a8a4d99414cacc6536ada98d8a5ebaf
|