World Bank data API MCP server
MCP server for interacting with the open World Bank data API, enabling AI assistants to view indicators and analyze them for countries available in the World Bank database.
Get this MCP server
MCP server for interacting with the open World Bank data API, enabling AI assistants to view indicators and analyze them for countries available in the World Bank database.
Installation
Smithery
npx -y @smithery/cli install @anshumax/world_bank_mcp_server --client claude
Configuration
Claude Desktop
{
"mcpServers": {
"world_bank": {
"command": "uv",
"args": [
"--directory",
"path/to/world_bank_mcp_server",
"run",
"world_bank_mcp_server"
]
}
}
}
Features
- View available countries in the open World Bank data API
- View available indicators in the open World Bank data API
- Analyze indicators such as population segments, poverty metrics, and more by country
- Detailed logging
Notes
The server has a MseeP.ai security rating badge and is available through Smithery for automated installation.