Overview
what is MCP FHIR Server?
MCP FHIR Server is a Model Context Protocol (MCP) server implementation that integrates with a FHIR server to demonstrate FHIR-specific tool definitions.
how to use MCP FHIR Server?
To use the MCP FHIR Server, you can create or read FHIR resources by sending requests with the required parameters: for creating, provide ResourceType and ResourceBody; for reading, provide ResourceType and ResourceID.
key features of MCP FHIR Server?
- Integration with FHIR server for resource management
- Ability to create and read FHIR resources
- Quick demonstration of MCP + FHIR integration
use cases of MCP FHIR Server?
- Managing patient records through FHIR resources.
- Scheduling and managing appointments using FHIR standards.
- Demonstrating integration capabilities between MCP and FHIR.
FAQ from MCP FHIR Server?
- Does MCP FHIR Server support OAuth?
No, this implementation does not cover FHIR server OAuth and relies on a supplied Auth token.
- What resources have been tested?
The integration has been tested for Patient and Appointment resources without any issues.
- What are the dependencies for this project?
The project depends on the @modelcontextprotocol/sdk and Express framework for Node.js.