Query 29,500+ World Bank development indicators for 200+ countries across 60+ years.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Query 29,500+ World Bank development indicators for 200+ countries across 60+ years via MCP. STDIO or Streamable HTTP.
9 tools for browsing and querying the World Bank Open Data API:
| Tool | Description |
|---|---|
worldbank_list_topics | List all 21 World Bank thematic topics with descriptions |
worldbank_list_sources | List 70+ World Bank data sources (datasets) with pagination |
worldbank_list_countries | List countries and regional aggregates with ISO codes, region, income level, and coordinates |
worldbank_get_country | Fetch full metadata for a specific country or aggregate by ISO2, ISO3, or aggregate code |
worldbank_search_indicators | Search the 29,500+ indicator catalog by keyword, topic, or source |
worldbank_get_indicator | Fetch complete metadata for a single indicator: name, description, source, unit, and topics |
worldbank_get_data | Query indicator values for one or more countries across a time range or most-recent N values |
worldbank_get_poverty | Poverty headcount, gap, and severity at any poverty line, plus the Gini coefficient and decile shares, from the Poverty and Inequality Platform |
worldbank_search_projects | Search the World Bank lending portfolio by text, country, region, status, and board approval date |
worldbank_list_topicsList all 21 World Bank thematic topic categories.
worldbank_search_indicatorsworldbank_list_sourcesList the 70+ World Bank data sources (datasets).
worldbank_search_indicators by dataset origin (e.g. "2" for World Development Indicators, "6" for IDS)worldbank_list_countriesList countries and regional aggregates with metadata.
include_aggregates=true to include regional, income-group, and world aggregate entitiesworldbank_get_countryFetch full metadata for a single country or aggregate entity.
worldbank_search_indicatorsSearch the 29,500+ World Bank indicator catalog.
searchterm parameter does not filter, so keyword matching runs locally over the full catalog (or the full selected topic/source): every term must appear in the indicator ID, name, or description, in any word order, with punctuation ignoredGDP (current US$)) or ID (NY.GDP.MKTP.CD) returns it as the top hitworldbank_get_indicator resolves to the same oneNY.GDP.PCAP.CD, SP.POP.TOTL) feed directly into worldbank_get_dataquery, topic_id, source_id) alongside the resultsworldbank_get_indicatorFetch complete metadata for a known indicator ID.
worldbank_get_dataQuery indicator values for countries across time. The primary data-access tool.
"all" for every entry. At least one code is required β an empty value is rejected rather than read as "all"date_range for a period or range β annual (2020, 2010:2023), quarterly (2020Q1:2021Q4), or monthly (2020M01:2020M06) β or mrv for the N most recent available values (1β100). Mutually exclusive.date_range the API can't apply is enforced locally over the whole series, so observations outside the requested window are never returned as matchesnull values when data is not available for a countryΓyear cell β common for sparse seriesnullCount per page to surface data sparsityisAggregate flag distinguishes all 78 regional, income-group, and lending-group aggregates from individual countriesmrv, page and page sizeworldbank_get_povertyPoverty and inequality estimates from the World Bank Poverty and Inequality Platform (PIP) β a separate dataset from the WDI series the other tools read.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/worldbank-mcp-server)<a href="https://allmcps.com/mcp/worldbank-mcp-server"><img src="https://allmcps.com/api/badge/worldbank-mcp-server?style=directory" alt="Worldbank MCP Server on AllMCPs" /></a>