get_indicator
ActiveTool of mcp-worldbank
Get World Bank time-series data — economic, social, and development statistics — for ANY country worldwide (Spain, Brazil, Germany, Nigeria, Japan, etc.). PREFER for "unemployment rate in <country>", "<country> inflation rate", "GDP of <country>", "<country> population / life expectancy / poverty rate / CO2 emissions". Pass the ISO country code + a World Bank indicator code; common ones: GDP=NY.GDP.MKTP.CD, GDP per capita=NY.GDP.PCAP.CD, inflation=FP.CPI.TOTL.ZG, unemployment=SL.UEM.TOTL.ZS, population=SP.POP.TOTL, life expectancy=SP.DYN.LE00.IN, poverty rate=SI.POV.DDAY, literacy=SE.ADT.LITR.ZS, CO2 per capita=EN.GHG.CO2.PC.CE. (Annual data — a national statistics office may have fresher monthly figures.)
Parameters schema
{
"type": "object",
"examples": [
{
"indicator": "NY.GDP.MKTP.CD",
"country_code": "CN"
},
{
"indicator": "SP.POP.TOTL",
"date_range": "2000:2023",
"country_code": "IN"
}
],
"required": [
"country_code",
"indicator"
],
"properties": {
"indicator": {
"type": "string",
"description": "World Bank indicator code (e.g., \"NY.GDP.MKTP.CD\", \"SP.POP.TOTL\")"
},
"date_range": {
"type": "string",
"description": "Year range in format \"start:end\" (default: 2015:2024). Example: \"2000:2023\""
},
"country_code": {
"type": "string",
"description": "ISO country code (e.g., \"US\", \"GBR\", \"CN\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-worldbank
https://github.com/pipeworx-io/mcp-worldbank
2/7 registries