Skip to content

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

Notifications You must be signed in to change notification settings

anshumax/world_bank_mcp_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

{
  "mcpServers": {
    "world_bank": {
      "command": "uv",
      "args": [
        "--directory", 
        "path/to/world_bank_mcp_server",
        "run",
        "world_bank_mcp_server"
      ]
    }
  }
}

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages