Skip to main content
Glama

FHIR Progressive Discovery MCP Server

by CaseMark
pyproject.toml636 B
[project] name = "fhir-progressive-mcp" version = "1.0.0" description = "Progressive Discovery FHIR MCP Server with native PDF conversion" authors = [{name = "CaseMark"}] requires-python = ">=3.10" dependencies = [ "fastmcp>=0.1.0", "fhir.resources>=7.1.0", "pydantic>=2.0.0", "PyPDF2>=3.0.0", "pyyaml>=6.0" ] [project.optional-dependencies] dev = [ "pytest>=7.0.0", "black>=23.0.0", "ruff>=0.1.0" ] [build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [tool.black] line-length = 100 target-version = ['py310'] [tool.ruff] line-length = 100 target-version = "py310"

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/CaseMark/FHIR-MCP'

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