Skip to main content
Glama

FHIR MCP Server

by the-momentum
document_schemas.pyβ€’228 B
from typing import Literal from pydantic import BaseModel type DocumentFormat = Literal["pdf", "txt", "csv", "json"] class Document(BaseModel): url: str fhir_document_id: str format: DocumentFormat | None = None

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/the-momentum/fhir-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server