MCP Hub
Back to servers

World Bank MCP Server

Server that brings World Bank Open Data to AI assistants. 10 tools · Zero authentication · LRU caching · Sparkline trends · Cross-country comparisons

glama
Updated
Mar 31, 2026

World Bank MCP Server

🌍 World Bank MCP Server

npm VS Code Marketplace CI License

A Model Context Protocol (MCP) server that brings World Bank Open Data to AI assistants.
10 tools · Zero authentication · LRU caching · Sparkline trends · Cross-country comparisons


Packages

PackageDescriptionLinks
world-bank-mcp-serverStandalone MCP stdio serverREADME · npm
world-bank-vscode-extensionVS Code extension with auto-registered MCP serverREADME · Marketplace

Quick Start

Use with any MCP client

npx world-bank-mcp-server
{
  "mcpServers": {
    "world-bank": {
      "command": "npx",
      "args": ["-y", "world-bank-mcp-server"]
    }
  }
}

Use in VS Code

Install the extension → the MCP server auto-registers with start/stop/restart controls.

Tools at a Glance

ToolWhat it does
wb_get_indicatorIndicator metadata
wb_search_indicatorsSearch by keyword
wb_get_countryCountry profile + quick stats
wb_list_countriesFilter by region/income
wb_get_dataIndicator data (year range / MRV)
wb_get_timeseriesLong-range trends with sparklines
wb_compare_countriesSide-by-side comparison (2–6 countries)
wb_list_topicsBrowse data topics
wb_get_topic_indicatorsTopic → indicators
wb_get_regional_dataRegional aggregates

License

MIT © bhayanak

Reviews

No reviews yet

Sign in to write a review