World Bank MCP Server
A Model Context Protocol (MCP) server that enables interaction with the open World Bank data API. This server allows AI assistants to list indicators and analyse those indicators for the countries that are available with the World Bank.
Features
- List available countries in the World Bank open data API
- List available indicators in the World Bank open data API
- Analyse indicators, such as population segments, poverty numbers etc, for countries
- Comprehensive logging
Usage
With Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"world_bank": {
"command": "uv",
"args": [
"--directory",
"path/to/world_bank_mcp_server",
"run",
"world_bank_mcp_server"
]
}
}
}
Installing via Smithery
To install World Bank Data Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @anshumax/world_bank_mcp_server --client claude
Recommend MCP Servers 💡
BCusack/sharepoint-mcp
A Model Context Protocol server for accessing organizational SharePoint resources via Microsoft Graph API.
@ref-tools/ref-tools-mcp
An MCP server enabling token-efficient search over public/private docs to reduce AI hallucinations.
PortSwigger/mcp-server
Integrates Burp Suite with AI Clients using the Model Context Protocol (MCP), providing both SSE and Stdio proxy server capabilities.
container-use
An open-source MCP server providing containerized environments for coding agents to work safely and independently.
function-lookup
A Model Context Protocol (MCP) server that helps AI assistants like Copilot or Claude analyze code by looking up function usage within source files.
Coreflux-MQTT-MCP-Server
An enterprise-grade Model Context Protocol (MCP) server that provides secure, scalable access to Coreflux MQTT brokers and comprehensive automation capabilities for Claude and other MCP-compatible AI assistants.
