MCP.so
登录

Example MCP SSE Server intgrated with FHIR Server

@j4jayant

关于 Example MCP SSE Server intgrated with FHIR Server

Example MCP SSE Server with FHIR Integration

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

j4jayant

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器