Skip to main content
Glama

Azure AHDS FHIR MCP Server

by erikhoward
pyproject.toml1.39 kB
[project] name = "azure-fhir-mcp-server" version = "0.8.0" description = "Azure AHDS FHIR MCP Server" authors = [{ name = "Erik Howard", email = "erikhoward@pm.me" }] readme = "README.md" requires-python = ">=3.13" license = { text = "MIT" } keywords = [ "azure", "ahds", "fhir", "healthcare", "mcp", "model-context-protocol", "llm", ] classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.13", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] dependencies = [ "fastmcp>=2.3.4", "mcp[cli]>=1.9.0", "python-dotenv>=1.1.0", "requests>=2.32.3", ] [project.scripts] azure-fhir-mcp-server = "azure_fhir_mcp_server.server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/azure_fhir_mcp_server"] # Configure PyPI publishing [[tool.uv.index]] name = "pypi" url = "https://pypi.org/simple/" publish-url = "https://upload.pypi.org/legacy/" [project.urls] "Homepage" = "https://github.com/erikhoward/azure-fhir-mcp-server" "Bug Tracker" = "https://github.com/erikhoward/azure-fhir-mcp-server/issues" "Documentation" = "https://github.com/erikhoward/azure-fhir-mcp-server/tree/main#azure-fhir-mcp-server-"

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/erikhoward/azure-fhir-mcp-server'

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