FHIR MCP Server by CData
@CDataSoftware
FHIR MCP Server by CData について
This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for FHIR (beta): https://www.cdata.com/download/download.aspx?sku=KIZK-V&type=beta
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\fhir.prp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is FHIR MCP Server by CData?
FHIR MCP Server by CData is a read-only Model Context Protocol (MCP) server that wraps the CData JDBC Driver for FHIR to expose FHIR data as relational SQL models. It allows large language models (LLMs) like Claude Desktop to query live FHIR data using natural language, without requiring SQL.
How to use FHIR MCP Server by CData?
Clone the repository, build with mvn clean install, download and license the CData JDBC Driver for FHIR, then create a .prp file with your JDBC connection string. Configure Claude Desktop or another MCP client to launch the JAR with the .prp file as an argument. The server runs using stdio transport, so it must be on the same machine as the client.
Key features of FHIR MCP Server by CData
- Read-only querying of FHIR data via natural language
- Powered by the CData JDBC Driver for FHIR (relational SQL model)
- Tools:
get_tables,get_columns, andrun_query(SQL SELECT) - Works with Claude Desktop and other stdio-based MCP clients
- No SQL required for end users
Use cases of FHIR MCP Server by CData
- Answer natural language questions about FHIR resources (e.g., patients, observations)
- Retrieve live FHIR data for analytics without writing SQL
- Integrate FHIR data into AI-driven chat interfaces for clinical decision support
- Explore FHIR data structures through automated table/column discovery
FAQ from FHIR MCP Server by CData
Is this server read-only?
Yes. This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities, CData offers a separate beta MCP Server for FHIR.
What dependencies are required?
Java, Maven (for building), and the CData JDBC Driver for FHIR (requires a license or trial key).
Where does the data live?
Data remains in the original FHIR server. The JDBC Driver connects to it live; no data is stored locally by the MCP server.
What transport protocol does the server use?
The server uses stdio transport, so it can only be used with clients running on the same machine.
Can I write or update FHIR data?
No. This server only supports read operations (SQL SELECT). Write/update/delete functionality is available in the separate full CRUD beta version.
「その他」の他のコンテンツ
ghidraMCP
LaurieWiredMCP Server for Ghidra
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Blender
ahujasidOpen-source MCP to use Blender with any LLM
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
コメント