World Bank Data360 MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@World Bank Data360 MCP Servershow me GDP growth for China and India from 2010 to 2020"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: worldbank-mcp
Installation
cd /Users/llnormll/WorkSpace/world-bank-mcp
# Install dependencies
uv syncTest
uv run world_bank_mcp/server.pyClaude 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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityFmaintenanceEnables AI assistants to interact with the World Bank open data API, allowing for listing and analysis of indicators across available countries.149
- Alicense-qualityCmaintenanceProvides query capabilities for global economic and social development data from the World Bank Open Data API.4488MIT

Data360 MCP Serverofficial
Flicense-qualityCmaintenanceProvides LLM agents direct access to World Bank development indicators, enabling search, validation, and retrieval of data on topics like GDP, poverty, and gender equality.33- Alicense-qualityCmaintenanceEnables AI agents to access and query World Bank data (free, no auth) through natural language or direct tools, wrapping the World Bank Data API v2.12MIT
Related MCP Connectors
Query 29,500+ World Bank development indicators for 200+ countries across 60+ years.
World Bank World Development Indicators: curated country-year economy, health, education and more.
Macro indicators from World Bank, FRED, IMF, and OECD via unified query surface.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/llnOrmll/world-bank-data-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server