

Global Poverty & Inequality Data
Data
Available ActionsEach successful request consumes credits as outlined below.
query_poverty_data5cr
Details
Explore how poverty and wealth are distributed across 200+ countries using data from the World Bank. Find out what share of a nation's population lives below the international poverty line, how income is split between the richest and poorest households, and whether conditions are improving or getting worse over time. Compare any country against its region or the world, track progress toward ending extreme poverty, and uncover the story behind the numbers with built-in trend analysis and contextual insights.
Use Cases
Development analysis, poverty research, inequality studies, SDG monitoring, policy research
Actions(1)
query_poverty_data5cr5 params(1 required)Fetch poverty and inequality data for a country or region from the World Bank World Development Indicators database.
query_poverty_data5cr5 params(1 required)Fetch poverty and inequality data for a country or region from the World Bank World Development Indicators database.
country_or_regionrequiredstringCountry or region name in plain English. Supports 200+ countries (e.g., India, Kenya, Brazil), regional aggregations (e.g., Sub-Saharan Africa, South Asia, Latin America and Caribbean), income groups (e.g., Low Income, High Income, OECD), and global (World or Global). Common abbreviations like USA, UK, UAE are accepted.
metric_typestringType of poverty/inequality metric to query.
Values:
poverty_headcountextreme_povertygini_indexginiinequalityincome_distributionall
Default:
alltime_periodstringTime period for data retrieval: 'latest' for most recent year, 'last_5_years', 'last_10_years', or a specific range like '2015:2020'.
Default:
latestinclude_regional_comparisonbooleanInclude regional and global averages (World, Sub-Saharan Africa, South Asia, Latin America & Caribbean, East Asia & Pacific, Middle East & North Africa) for context.
Default:
trueinclude_trendsbooleanInclude trend analysis showing direction, absolute change, percent change, and data point count when historical data is available.
Default:
trueFrequently 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 6980d4fd71cad8f61bf5b1a4 ("Global Poverty & Inequality Data"). Then call the same tool with action 'call_tool', tool_id 6980d4fd71cad8f61bf5b1a4, 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.





