MCP ExplorerExplorer

World Bank Mcp Server

@anshumaxon a year ago
24 MIT
FreeCommunity
AI Systems
An implementation of the Model Context Protocol for the World Bank open data API

Overview

What is World Bank Mcp Server

The world_bank_mcp_server is an implementation of the Model Context Protocol (MCP) designed to facilitate interaction with the World Bank open data API, enabling AI assistants to access and analyze various indicators related to countries.

Use cases

Use cases for the world_bank_mcp_server include data analysis for research, generating reports on economic indicators, and providing insights for policy-making based on World Bank data.

How to use

To use the world_bank_mcp_server, configure it in your ‘claude_desktop_config.json’ by specifying the command and arguments for running the server. Alternatively, you can install it automatically via Smithery using the provided command.

Key features

Key features include the ability to list available countries and indicators from the World Bank open data API, analyze indicators such as population segments and poverty numbers, and comprehensive logging for monitoring interactions.

Where to use

undefined

Content

World Bank MCP Server

smithery badge

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"
      ]
    }
  }
}

Installing via Smithery

To install World Bank Data Server for Claude Desktop automatically via Smithery:

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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers