LogoSTMCP
Download
fhir-mcp-server

Model Context Protocol (MCP) Server for Fast Healthcare Interoperability Resources (FHIR) APIs

A Model Context Protocol (MCP) server that bridges AI/LLM tools with healthcare data by providing seamless integration with FHIR APIs for searching, retrieving, and analyzing clinical information.

Tools

1. get_capabilities

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

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

3. read

Performs a FHIR "read" interaction to retrieve a single resource instance by its type and resource ID, optionally refining the response with search parameters or custom operations.

4. create

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

5. update

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

6. delete

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

7. get_user

Retrieves the currently authenticated user's FHIR resource and returns a concise profile containing available demographic fields.

Open Graph image for Model Context Protocol (MCP) Server for Fast Healthcare Interoperability Resources (FHIR) APIs

JSON Config

{
  "type": "http",
  "url": "http://localhost:8000/mcp"
}

Useful Links

Information

  • Author@wso2
  • Published date2025/09/21