world_bank_mcp_server

anshumax/world_bank_mcp_server
★ 50 stars Python API Integration Updated 1d ago ✗ Risk
An implementation of the Model Context Protocol for the World Bank open data API
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "world_bank_mcp_serve": {
      "command": "uvx",
      "args": [
        "world-bank-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install world-bank-mcp-server