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
- Host: GitHub
- URL: https://github.com/anshumax/world_bank_mcp_server
- Owner: anshumax
- Created: 2025-01-04T11:36:55.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-02-14T11:36:35.000Z (2 months ago)
- Last Synced: 2025-02-14T12:34:44.269Z (2 months ago)
- Language: Python
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mcp-servers - World Bank data API - An implementation of the Model Context Protocol for the World Bank open data API (Table of Contents / Research and Data)
- awesome-mcp-servers - World Bank data API - An implementation of the Model Context Protocol for the World Bank open data API (Table of Contents / Research and Data)
README
# 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
```