get_poverty_regional
ActiveTool of Worldbank Poverty
Aggregated World Bank poverty estimates at the regional/group level (not per-country). Returns headcount, poverty gap, mean welfare, and total population in poverty for each group. group_by controls the aggregation: "wb" = World Bank geographic regions, "inc" = income groups (HIC/UMIC/LMIC/LIC), "none" = global total.
Parameters schema
{
"type": "object",
"properties": {
"year": {
"type": "string",
"description": "Reporting year (e.g. \"2020\") or \"all\". Default \"all\"."
},
"povline": {
"type": "number",
"description": "Poverty line in $/day (2017 PPP). Common values: 2.15, 3.65, 6.85. Default 2.15."
},
"group_by": {
"enum": [
"wb",
"inc",
"none"
],
"type": "string",
"description": "Aggregation: \"wb\" geographic regions, \"inc\" income groups, \"none\" global total. Default \"wb\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Worldbank Poverty
https://github.com/pipeworx-io/mcp-worldbank-poverty
1/7 registries