loading…
Search for a command to run...
loading…
Server that brings World Bank Open Data to AI assistants. 10 tools · Zero authentication · LRU caching · Sparkline trends · Cross-country comparisons
Server that brings World Bank Open Data to AI assistants. 10 tools · Zero authentication · LRU caching · Sparkline trends · Cross-country comparisons
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
| Package | Description | Links |
|---|---|---|
| world-bank-mcp-server | Standalone MCP stdio server | README · npm |
| world-bank-vscode-extension | VS Code extension with auto-registered MCP server | README · Marketplace |
npx world-bank-mcp-server
{
"mcpServers": {
"world-bank": {
"command": "npx",
"args": ["-y", "world-bank-mcp-server"]
}
}
}
Install the extension → the MCP server auto-registers with start/stop/restart controls.
| Tool | What it does |
|---|---|
wb_get_indicator |
Indicator metadata |
wb_search_indicators |
Search by keyword |
wb_get_country |
Country profile + quick stats |
wb_list_countries |
Filter by region/income |
wb_get_data |
Indicator data (year range / MRV) |
wb_get_timeseries |
Long-range trends with sparklines |
wb_compare_countries |
Side-by-side comparison (2–6 countries) |
wb_list_topics |
Browse data topics |
wb_get_topic_indicators |
Topic → indicators |
wb_get_regional_data |
Regional aggregates |
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"world-bank-mcp-server": {
"command": "npx",
"args": []
}
}
}