Wraps the World Bank Data API v2 so you can pull development indicators, country statistics, and economic data without leaving your AI workflow. No authentication needed. Part of the Pipeworx gateway ecosystem, which means you can either connect to this single source or tap into their full network of 250+ APIs through one endpoint. The ask_pipeworx tool lets you query in plain English instead of constructing API calls manually. Useful when you're building agents that need access to GDP figures, population stats, poverty rates, or any other World Bank dataset without dealing with HTTP requests and response parsing yourself.
World Bank MCP — wraps the World Bank Data API v2 (free, no auth)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"worldbank": {
"url": "https://gateway.pipeworx.io/worldbank/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Worldbank data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json