MCP.so
Sign In

Example MCP SSE Server intgrated with FHIR Server

@j4jayant

About Example MCP SSE Server intgrated with FHIR Server

Example MCP SSE Server with FHIR Integration

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Example MCP SSE Server integrated with FHIR Server?

It is a Model Context Protocol (MCP) server implementation that integrates with a FHIR server to provide FHIR-specific tool definitions. This is a quick and dirty demonstration of MCP + FHIR integration, and it does not cover FHIR server OAuth; it depends on a supplied auth token.

How to use Example MCP SSE Server integrated with FHIR Server?

Key features of Example MCP SSE Server integrated with FHIR Server

  • Provides Create FHIR Resource tool
  • Provides Read FHIR Resource tool
  • Uses Express web framework
  • Depends on supplied auth token (no OAuth)
  • Tested with Patient and Appointment resources

Use cases of Example MCP SSE Server integrated with FHIR Server

  • Demonstrate how MCP can interact with a FHIR server
  • Create FHIR resources (e.g., Patient, Appointment) via MCP
  • Read FHIR resources by type and ID
  • Quick prototyping of MCP–FHIR integration

FAQ from Example MCP SSE Server integrated with FHIR Server

What does this MCP server do?

It integrates with a FHIR server to expose FHIR-specific tools via the Model Context Protocol.

What tools does it provide?

Two tools: Create FHIR Resource (takes ResourceType and ResourceBody) and Read FHIR Resource (takes ResourceType and ResourceID).

Does it support FHIR OAuth?

No. It depends on a supplied auth token and does not cover FHIR server OAuth.

Which FHIR resources have been tested?

Patient and Appointment resources were tested without any issues.

What are the runtime dependencies?

The server depends on the @modelcontextprotocol/sdk and Express web framework.

Frequently asked questions

What does this MCP server do?

It integrates with a FHIR server to expose FHIR-specific tools via the Model Context Protocol.

What tools does it provide?

Two tools: Create FHIR Resource (takes ResourceType and ResourceBody) and Read FHIR Resource (takes ResourceType and ResourceID).

Does it support FHIR OAuth?

No. It depends on a supplied auth token and does not cover FHIR server OAuth.

Which FHIR resources have been tested?

Patient and Appointment resources were tested without any issues.

What are the runtime dependencies?

The server depends on the @modelcontextprotocol/sdk and Express web framework.

Comments

More Other MCP servers