Back to Home
sdesani icon

mcp-fhir

Verified Safe

by sdesani

Overview

The server provides a Model Context Protocol (MCP) interface for securely interacting with Oracle Millennium Platform's FHIR APIs to access patient, clinical, and administrative healthcare data.

Installation

Run Command
uv run --with fastmcp fastmcp run fhir-mcp-server.py

Environment Variables

  • FHIR_CLIENT_ID
  • FHIR_CLIENT_SECRET

Security Notes

The server correctly implements OAuth 2.0 Client Credentials flow, automatically managing access tokens with refreshing. Client ID and Secret are loaded from environment variables (or .env file), preventing hardcoding. It uses HTTPS for API communication and raises errors for authentication failures. Reliance on external FHIR server security and correct credential management by the user are key considerations.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens2000
Stars0
Forks0
Last Update2025-12-02

Tags

FHIRHealthcareAPI ClientOracle MillenniumOAuth2