World Bank Indicators MCP Server
Provides access to World Bank economic and country data without an API key, allowing users to search countries, fetch indicator time series, and compare latest values.
README
World Bank Indicators MCP Server
Read-only Model Context Protocol server for country and economic data from the World Bank Indicators API. No API key or credentials are required. This independent project is not affiliated with or endorsed by the World Bank Group.
Tools
| Tool | Use |
|---|---|
find_countries |
Resolve country codes by name, region, or income level. |
get_indicator_metadata |
Read an indicator definition, source, and topics. |
get_indicator_data |
Fetch a paginated time series for up to 20 countries. |
compare_countries |
Compare latest non-empty indicator values across countries. |
get_country_profile |
Read latest GDP, growth, population, inflation, and unemployment data. |
Every tool has bounded input and structured output schemas plus read-only MCP annotations. HTTP, network, timeout, and malformed-response failures return bounded tool errors without writing protocol noise to stdout.
Requirements
- Node.js 20 or newer.
- Network access to
https://api.worldbank.org.
Run With npx
After npm publication, run the pinned package without cloning:
npx -y world-bank-indicators-mcp@0.1.0
The process is a stdio MCP server. Direct terminal use waits silently for JSON-RPC input.
For source development after GitHub publication:
git clone https://github.com/ryanngit/world-bank-indicators-mcp.git
cd world-bank-indicators-mcp
npm ci
npm run verify
npm run build
node .\dist\src\index.js
Claude Desktop
Add this entry to Claude Desktop configuration. It uses the future pinned npm release and needs no local source path or environment variables.
{
"mcpServers": {
"world-bank-indicators": {
"command": "npx",
"args": ["-y", "world-bank-indicators-mcp@0.1.0"]
}
}
}
Configuration locations:
- Windows:
%APPDATA%\Claude\claude_desktop_config.json - macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
Save the file and restart Claude Desktop. On Windows, if Claude cannot resolve
npx, use "command": "cmd" and prepend "/c", "npx" to args.
Examples
Resolve country codes:
{
"name": "find_countries",
"arguments": {
"query": "united",
"limit": 10
}
}
Compare latest reported GDP values:
{
"name": "compare_countries",
"arguments": {
"countries": ["CAN", "MEX", "USA"],
"indicator": "NY.GDP.MKTP.CD"
}
}
Read a bounded time series page:
{
"name": "get_indicator_data",
"arguments": {
"countries": ["IND", "CHN"],
"indicator": "SP.POP.TOTL",
"startYear": 2015,
"endYear": 2023,
"page": 1,
"pageSize": 100
}
}
get_indicator_data returns page, pages, perPage, and total metadata.
Use page to retrieve later result pages.
Development
npm run typecheck
npm test
npm run verify
npm audit --audit-level=high
npm pack --dry-run --json
Tests use Node's built-in test runner and deterministic fetch fixtures. They do not require live World Bank access. Package tests guard repository and license metadata against unresolved publication markers.
For an optional local protocol check with
mcp-smoke:
git clone --branch v0.1.0 --depth 1 https://github.com/ryanngit/mcp-smoke.git .mcp-smoke
python .\.mcp-smoke\mcp_smoke.py check --out .\mcp-smoke-out --server-name world-bank-indicators --overwrite -- node .\dist\src\index.js
Data Attribution
Data and indicator metadata come from the World Bank Indicators API. The software license in this repository does not relicense World Bank data. Review the World Bank dataset terms and each indicator's source metadata before redistribution or production use.
Limitations
- Live values can be revised, delayed, or absent for some country-year pairs.
- Latest non-empty observations can come from different years by country.
- Requests have a 10-second full-response timeout and no retry or cache layer.
find_countriesexcludes aggregate regions by default; setincludeAggregatesto include them.- Inputs allow at most 20 countries, 100 years per request, 1,000 records per page, and page numbers through 10,000.
get_country_profilealways returns five fixed metrics. Missing values usestatus: "missing"with nullyearandvalue.
Support
Search or open a reproducible report in GitHub Issues. Include server version, Node.js version, tool name, sanitized input, and error text. Do not include credentials or private conversation content.
License
MIT. Copyright (c) 2026 ryanngit.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。