FHIR MCP Server✓
io.github.wso2/fhir-mcp-server · v0.10.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.wso2/fhir-mcp-server",
"description": "MCP server providing seamless access to FHIR APIs for AI tools and healthcare applications",
"title": "FHIR MCP Server",
"repository": {
"url": "https://github.com/wso2/fhir-mcp-server",
"source": "github"
},
"version": "0.10.0",
"websiteUrl": "https://github.com/wso2/fhir-mcp-server",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "fhir-mcp-server",
"version": "0.10.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the FHIR Server (eg: https://hapi.fhir.org/baseR5)",
"isRequired": true,
"name": "FHIR_SERVER_BASE_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}