llnOrmll/world-bank-data-mcp
If you are the rightful owner of world-bank-data-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The World Bank Data360 MCP Server is a model context protocol server that provides access to the World Bank Data360 OPEN API, enabling users to search and retrieve economic and social indicators through Claude Desktop.
World Bank Data360 MCP Server
MCP server that exposes World Bank Data360 OPEN API to Claude Desktop.
Features
- 🔍 Search 1000+ economic and social indicators
- 📊 Access data for 200+ countries
- 📅 Historical data spanning 60+ years
- 🌍 Filter by country, year, demographics
Installation
cd /Users/llnormll/WorkSpace/world-bank-mcp
# Install dependencies
uv sync
Test
uv run world_bank_mcp/server.py
Claude Desktop Configuration
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"world-bank-data": {
"command": "uv",
"args": [
"--directory",
"/path/to/world-bank-mcp",
"run",
"src/world_bank_mcp/server.py"
]
}
}
}
Restart Claude Desktop.
Usage
Ask Claude:
- "Get world poverty data for 2024"
- "Show me GDP per capita for Japan in 2020"
- "Compare CO2 emissions for USA, China, and India"
Claude will automatically:
- Search for the right dataset
- Check available years
- Retrieve the data with proper filters
- Format and present results
Available Tools
1. search_datasets
Search for datasets by keywords.
Tip: Use optimized queries like "gross domestic product total" instead of "GDP data"
2. get_temporal_coverage
Get available years for a specific dataset.
3. retrieve_data
Retrieve actual data with filters (year, countries, demographics).
Data Sources
- WB_WDI: World Development Indicators
- WB_HNP: Health, Nutrition & Population Statistics
- WB_GDF: Global Development Finance
- WB_IDS: International Debt Statistics
Common Country Codes
USA, CHN, JPN, DEU, GBR, FRA, IND, BRA, RUS, CAN, KOR, AUS, MEX, IDN, TUR, SAU, ARG, ZAF, ITA, ESP
License
MIT