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.

コメント

「その他」の他のコンテンツ