# world_bank_mcp_server

> MCP Server

This repository hosts a Model Context Protocol (MCP) server that facilitates interaction with the World Bank's open data API, enabling AI assistants to list and analyze indicators for various countries.

## Overview

- **Category:** AI
- **Language:** Python
- **Stars:** 50
- **Forks:** 3
- **Owner:** anshumax
- **GitHub:** https://github.com/anshumax/world_bank_mcp_server
- **Created:** 2025-01-04T11:36:55+00:00
- **Updated:** 2025-03-27T01:46:46+00:00
- **Source:** https://model-context-protocol.com/servers/world-bank-data-api-mcp-server

## Setup

## Setup

### With Claude Desktop

Add this to your `claude_desktop_config.json`:

```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](https://smithery.ai/server/@anshumax/world_bank_mcp_server):

```bash
npx -y @smithery/cli install @anshumax/world_bank_mcp_server --client claude
```

## Tools

## Available Tools

		1. List available countries (in the World Bank open data API)
		2. List available indicators (in the World Bank open data API)
		3. Analyse indicators (such as population segments, poverty numbers etc, for countries)
		4. Comprehensive logging
