Skip to main content
Glama

medical-mcp

get-health-statistics

Retrieve WHO Global Health Observatory statistics for specific health indicators and countries to support medical research and analysis.

Instructions

Get health statistics and indicators from WHO Global Health Observatory

Input Schema

NameRequiredDescriptionDefault
indicatorYesHealth indicator to search for (e.g., 'Life expectancy', 'Mortality rate')
countryNoCountry code (e.g., 'USA', 'GBR') - optional
limitNoNumber of results to return (max 20)

Input Schema (JSON Schema)

{ "properties": { "country": { "description": "Country code (e.g., 'USA', 'GBR') - optional", "type": "string" }, "indicator": { "description": "Health indicator to search for (e.g., 'Life expectancy', 'Mortality rate')", "type": "string" }, "limit": { "default": 10, "description": "Number of results to return (max 20)", "maximum": 20, "minimum": 1, "type": "integer" } }, "required": [ "indicator" ], "type": "object" }

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/JamesANZ/medical-mcp'

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