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.
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.
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.
Executes a FHIR "create" interaction to persist a new resource of the specified type.
Performs a FHIR "update" interaction by replacing an existing resource instance's content with the provided payload.
Execute a FHIR "delete" interaction on a specific resource instance.
Retrieves the currently authenticated user's FHIR resource and returns a concise profile containing available demographic fields.
{
"type": "http",
"url": "http://localhost:8000/mcp"
}