- Explore MCP Servers
- world_bank_mcp_server
World Bank Mcp Server
What is World Bank Mcp Server
The world_bank_mcp_server is an implementation of the Model Context Protocol (MCP) designed to facilitate interaction with the World Bank open data API, enabling AI assistants to access and analyze various indicators related to countries.
Use cases
Use cases for the world_bank_mcp_server include data analysis for research, generating reports on economic indicators, and providing insights for policy-making based on World Bank data.
How to use
To use the world_bank_mcp_server, configure it in your ‘claude_desktop_config.json’ by specifying the command and arguments for running the server. Alternatively, you can install it automatically via Smithery using the provided command.
Key features
Key features include the ability to list available countries and indicators from the World Bank open data API, analyze indicators such as population segments and poverty numbers, and comprehensive logging for monitoring interactions.
Where to use
undefined
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is World Bank Mcp Server
The world_bank_mcp_server is an implementation of the Model Context Protocol (MCP) designed to facilitate interaction with the World Bank open data API, enabling AI assistants to access and analyze various indicators related to countries.
Use cases
Use cases for the world_bank_mcp_server include data analysis for research, generating reports on economic indicators, and providing insights for policy-making based on World Bank data.
How to use
To use the world_bank_mcp_server, configure it in your ‘claude_desktop_config.json’ by specifying the command and arguments for running the server. Alternatively, you can install it automatically via Smithery using the provided command.
Key features
Key features include the ability to list available countries and indicators from the World Bank open data API, analyze indicators such as population segments and poverty numbers, and comprehensive logging for monitoring interactions.
Where to use
undefined
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










