An open API service indexing awesome lists of open source software.

https://github.com/anshumax/world_bank_mcp_server

An implementation of the Model Context Protocol for the World Bank open data API
https://github.com/anshumax/world_bank_mcp_server

Last synced: 22 days ago
JSON representation

An implementation of the Model Context Protocol for the World Bank open data API

Awesome Lists containing this project

README

        

# World Bank MCP Server
[![smithery badge](https://smithery.ai/badge/@anshumax/world_bank_mcp_server)](https://smithery.ai/server/@anshumax/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`:

```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
```