get_poverty_regional

Pack: worldbank-poverty · Endpoint: https://gateway.pipeworx.io/worldbank-poverty/mcp

Aggregated World Bank poverty estimates at the regional/group level (not per-country).

Parameters

NameTypeRequiredDescription
yearstringnoReporting year (e.g. “2020”) or “all”. Default “all”.
povlinenumbernoPoverty line in $/day (2017 PPP). Common values: 2.15, 3.65, 6.85. Default 2.15.
group_bystringnoAggregation: “wb” geographic regions, “inc” income groups, “none” global total. Default “wb”.

Example call

curl -X POST https://gateway.pipeworx.io/worldbank-poverty/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_poverty_regional","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "worldbank-poverty": {
      "url": "https://gateway.pipeworx.io/worldbank-poverty/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 2, 2026