Connects Claude to the World Bank's Data360 platform through Pipeworx, a gateway that bundles 250+ data sources behind a unified MCP interface. Instead of wiring up individual tool calls, you use ask_pipeworx with natural language questions and it routes to the right endpoints automatically. Useful when you need World Bank development indicators, economic data, or global statistics without building custom integrations. The streamable HTTP transport means no local installation. You can add just the Data360 endpoint or connect to the full Pipeworx gateway for access to the entire catalog of sources.
World Bank Data360 MCP — the World Bank's modern unified data platform.
Part of Pipeworx — an MCP gateway connecting AI agents to 250+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"data360": {
"url": "https://gateway.pipeworx.io/data360/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 250+ 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 Data360 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