Example MCP SSE Server intgrated with FHIR Server
@j4jayant
关于 Example MCP SSE Server intgrated with FHIR Server
Example MCP SSE Server with FHIR Integration
基本信息
配置
工具
未检测到工具
工具是从 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 服务器
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
评论