HTTP/1.1 402 PAYMENT REQUIRED agent402.base.eth · BASE · SOLANA · POLYGON · ARBITRUM · STELLAR · ROBINHOOD · USDC · USDG

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

Workflow

  1. Call world-bank-indicator with country and indicator='NY.GDP.MKTP.CD' to get GDP (current USD).
  2. 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