We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrosata/mcp-fhir'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[project]
name = "mcp-fhir"
version = "0.1.0"
description = "MCP server for secure FHIR resource read/write operations"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastmcp>=2.12.4",
"fhir-validator>=0.2.2",
"httpx>=0.28.1",
"mcp[cli]>=1.16.0",
"python-dotenv>=1.1.1",
]
[project.optional-dependencies]
dev = [
"pytest>=8.0.0",
"pytest-asyncio>=0.23.0",
"pytest-cov>=4.1.0",
"respx>=0.21.0",
"ruff>=0.3.0",
]