

Global Health & Public Health Data
Data
Available ActionsEach successful request consumes credits as outlined below.
query_health_data10cr
Details
Explore health and public health data for any country in the world. Look up life expectancy, mortality rates, immunization coverage, health expenditure, infectious disease prevalence, and demographic health indicators. Compare health outcomes across countries, benchmark against WHO targets, and track progress on global health goals — all from a comprehensive global data set.
Use Cases
Research life expectancy by country, Compare infant and child mortality rates across regions, Track immunization coverage trends, Analyze health expenditure as percentage of GDP, Study infectious disease prevalence, Monitor maternal mortality rates, Benchmark health outcomes against WHO targets, Compare healthcare access across countries, Support public health policy research, Assess progress toward health-related SDG targets
Actions(1)
query_health_data10cr6 params(1 required)Fetch health and demographic data for a country or region from the World Bank. Returns mortality rates, life expectancy, immunization coverage, health expenditure, infectious disease prevalence, and demographic indicators with WHO benchmarks and SDG target comparisons.
query_health_data10cr6 params(1 required)Fetch health and demographic data for a country or region from the World Bank. Returns mortality rates, life expectancy, immunization coverage, health expenditure, infectious disease prevalence, and demographic indicators with WHO benchmarks and SDG target comparisons.
country_or_regionrequiredstringCountry or region name in plain language (e.g., 'Japan', 'Kenya', 'United States', 'South Asia', 'Sub-Saharan Africa'). Uses fuzzy matching against the World Bank countries API.
health_topicstringHealth topic to query. Options: mortality, life_expectancy, immunization, expenditure, infectious_disease, demographics, or all.
Values:
mortalitylife_expectancyimmunizationexpenditureinfectious_diseasedemographicsall
Default:
alltime_periodstringTime period for data. Use 'latest' for most recent, 'YYYY' for a specific year, 'YYYY:YYYY' for a range, 'last5' or 'last10' for recent years.
Default:
latestinclude_who_benchmarksbooleanInclude WHO benchmarks and SDG 3 target comparisons for applicable indicators.
Default:
trueinclude_demographic_contextbooleanInclude population and demographic context (total population, age distribution). Automatically skipped when health_topic is 'demographics'.
Default:
trueinclude_regional_comparisonbooleanInclude a note about regional comparison data availability.
Default:
falseFrequently Asked Questions
How do I connect this tool to an external agent?
You can install the local MCP server by opening a terminal and running:
Install commands
npm install -g @agentpmt/mcp-router
agentpmt-setupThis will connect you to local agents like Claude Code, Windsurf, Grok Build, Cursor, etc.
Alternatively you can connect to the hosted version with this config block, no installation required:
Hosted MCP config
{
"mcpServers": {
"agentpmt": {
"type": "streamable-http",
"url": "https://api.agentpmt.com/mcp",
"headers": {
"Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
"x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
}
}
}
}View MCP Connection Instructions for more details.
How does an external agent use this tool?
After the external agent is connected to an Agent Group that can use this tool, paste this prompt into the agent:
Agent prompt
Call the AgentPMT-Tool-Search-and-Execution tool with action 'get_schema' and tool_id 6980d5d271cad8f61bf5b1ad ("Global Health & Public Health Data"). Then call the same tool with action 'call_tool', tool_id 6980d5d271cad8f61bf5b1ad, and the parameters needed for my request.
The agent should fetch the tool schema first, collect the required parameters for your request, and then call the tool through AgentPMT.





