Back to search
100
MCP live v0.1.7 streamable-http

io.github.cyanheads/worldbank-mcp-server

io.github.cyanheads/worldbank-mcp-server

Query 29,500+ World Bank development indicators for 200+ countries across 60+ years.

Uptime
20.0%
10 probes
Response
336ms
last probe
Tools
7
callable

Tools · 7

worldbank_list_topics

Lists all 21 World Bank thematic topics (Economy & Growth, Health, Education, etc.) with descriptions. Use to browse the indicator space or find a topic_id for worldbank_search_indicators.

worldbank_list_sources

Lists the 70+ World Bank data sources (datasets) such as World Development Indicators, IDS, and Doing Business. Returns source IDs and names for use as source_id in worldbank_search_indicators. Suppor…

worldbank_list_countries

Lists countries and regional aggregates with metadata: ISO codes, region, income level, capital, and coordinates. Filterable by region code (e.g. EAS, SSF, NAC) and income level (LIC, LMC, UMC, HIC). …

worldbank_get_country

Fetches full metadata for a specific country or aggregate entity: region, income level, capital, coordinates, and lending type. Accepts ISO2 codes (US, DE), ISO3 codes (USA, DEU), or World Bank aggreg…

worldbank_search_indicators

Searches the 29,500+ World Bank indicator catalog by keyword, topic, or source. Returns indicator IDs and metadata for chaining into worldbank_get_data. At least one of query, topic_id, or source_id m…

worldbank_get_indicator

Fetches complete metadata for a single World Bank indicator by its ID: name, description, source dataset, source organization, unit, and thematic topics. Use worldbank_search_indicators to discover in…

worldbank_get_data

Queries World Bank indicator values for one or more countries across a time range. The primary data-access tool — use worldbank_search_indicators to find indicator_id values. Returns observations with…

Similar MCP servers embedding-nearest

World Bank Indicators
Access World Bank development indicators for 200+ countries.
0 tools · streamable-http
@cyanheads/worldbank-mcp-server
Query 29,500+ World Bank development indicators for 200+ countries across 60+ years via MCP. STDIO or Streamable HTTP.
0 tools
io.github.cyanheads/who-gho-mcp-server live
WHO Global Health Observatory — 3,059 indicators across 194 member states.
6 tools · streamable-http
World Bank
Query 29,500+ World Bank development indicators for 200+ countries across 60+ years.
0 tools
@cyanheads/who-gho-mcp-server
Query WHO Global Health Observatory data — 3,059 indicators across 194 member states with country, region, year, and sex filters via MCP. ST
0 tools
io.github.tianyuio/worldbank-mcp
World Bank Open Data MCP Server
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.cyanheads/worldbank-mcp-server": {
      "url": "https://worldbank.caseyjhand.com/mcp",
      "transport": "streamable-http"
    }
  }
}