1. Conduid
  2. Search
  3. world-bank-data-mcp
MCP server · Search

world-bank-data-mcp

Search 1,000+ World Bank economic and social indicators for 200+ countries. Filter by year, country, and demographics to access 60+ years of historical data. Compare results to surface the latest figures and trends.

Unclaimed search
34Low

Scored 4 months ago · breakdown

About world-bank-data-mcp

world-bank-data-mcp is an MCP server in the Search category: search 1,000+ World Bank economic and social indicators for 200+ countries. Filter by year, country, and demographics to access 60+ years of historical data. Compare results to surface the latest figures and trends. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/llnOrmll/world-bank-data-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about world-bank-data-mcp

Powered by Claude · Grounded in docs

I know everything about world-bank-data-mcp. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

World Bank Data360 MCP Server

smithery badge

MCP server that exposes World Bank Data360 OPEN API to Claude Desktop.

Features

  • 🔍 Search 1000+ economic and social indicators
  • 📊 Access data for 200+ countries
  • 📅 Historical data spanning 60+ years
  • 🌍 Filter by country, year, demographics

Installation

cd /Users/llnormll/WorkSpace/world-bank-mcp

# Install dependencies
uv sync

Test

uv run world_bank_mcp/server.py

Claude Desktop Configuration

Edit ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "world-bank-data": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/world-bank-mcp",
        "run",
        "src/world_bank_mcp/server.py"
      ]
    }
  }
}

Restart Claude Desktop.

Usage

Ask Claude:

  • "Get world poverty data for 2024"
  • "Show me GDP per capita for Japan in 2020"
  • "Compare CO2 emissions for USA, China, and India"

Claude will automatically:

  1. Search for the right dataset
  2. Check available years
  3. Retrieve the data with proper filters
  4. Format and present results

Available Tools

1. search_datasets

Search for datasets by keywords.

Tip: Use optimized queries like "gross domestic product total" instead of "GDP data"

2. get_temporal_coverage

Get available years for a specific dataset.

3. retrieve_data

Retrieve actual data with filters (year, countries, demographics).

Data Sources

  • WB_WDI: World Development Indicators
  • WB_HNP: Health, Nutrition & Population Statistics
  • WB_GDF: Global Development Finance
  • WB_IDS: International Debt Statistics

Common Country Codes

USA, CHN, JPN, DEU, GBR, FRA, IND, BRA, RUS, CAN, KOR, AUS, MEX, IDN, TUR, SAU, ARG, ZAF, ITA, ESP

License

MIT

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About world-bank-data-mcp

How do I install world-bank-data-mcp?

Run git clone https://github.com/llnOrmll/world-bank-data-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is world-bank-data-mcp safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is world-bank-data-mcp still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.