fhir-mcp-server

wso2/fhir-mcp-server

3.5

If you are the rightful owner of fhir-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Model Context Protocol (MCP) Server for FHIR is a Python-based service designed to provide seamless access to FHIR data, bridging modern AI/LLM tools and healthcare data.

Tools

Functions exposed to the LLM to take actions

get_capabilities

Retrieves metadata about a specified FHIR resource type, including its supported search parameters and custom operations.

search

Executes a standard FHIR search interaction on a given resource type, returning a bundle or list of matching resources.

read

Performs a FHIR 'read' interaction to retrieve a single resource instance by its type and resource ID.

create

Executes a FHIR 'create' interaction to persist a new resource of the specified type.

update

Performs a FHIR 'update' interaction by replacing an existing resource instance's content with the provided payload.

delete

Execute a FHIR 'delete' interaction on a specific resource instance.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources