World Bank country data
GDP and population for a country — two key World Bank indicators in one call.
When to use this pack
An agent needs basic economic context for a country: what's the GDP and how many people live there? These are the two most-requested World Bank indicators and together they give GDP per capita as a derived metric.
Tools in this pack
-
World Bank indicator series
$0.010
GET /api/world-bank-indicator
Fetch a World Bank indicator time series for a country (e.g. GDP, inflation, unemployment, population). Open data, no key. ?country=US&indicator=NY.GDP.MKTP.CD&startYear=2018&endYear=2022
-
World Bank indicator series
$0.010
GET /api/world-bank-indicator
Fetch a World Bank indicator time series for a country (e.g. GDP, inflation, unemployment, population). Open data, no key. ?country=US&indicator=NY.GDP.MKTP.CD&startYear=2018&endYear=2022
Workflow
- Call world-bank-indicator with country and indicator='NY.GDP.MKTP.CD' to get GDP (current USD).
- Call world-bank-indicator with country and indicator='SP.POP.TOTL' to get total population.
Run it in Claude
claude mcp add agent402 -s user -- npx -y agent402-mcp@latest
Then paste this prompt into Claude:
Get GDP and population for the US using Agent402's world-data skill pack: (1) World Bank GDP indicator NY.GDP.MKTP.CD, (2) World Bank population indicator SP.POP.TOTL. Compute GDP per capita from the results.
← All skill packs