WB
World Bank Data
/indicator
Indicator by country
Time series for an indicator code (e.g. NY.GDP.MKTP.CD for GDP, SP.POP.TOTL for population).
liveverifieddegraded · 253ms
economicsgdppopulationcountry data
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run worldbank /indicator for me.
Input
| Field | Type | Description |
|---|---|---|
| country | string | ISO2/ISO3 code or 'all' default "US" |
| indicator | string | Indicator code default "NY.GDP.MKTP.CD" |
| years | number | Most recent N years default 10 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"worldbank","endpoint":"/indicator","input":{"country":"US","indicator":"NY.GDP.MKTP.CD","years":10}}'cli
npx cracked-ai run -p worldbank -e /indicator -i '{"country":"US","indicator":"NY.GDP.MKTP.CD","years":10}'mcp
run_tool({ provider: "worldbank", endpoint: "/indicator", input: {"country":"US","indicator":"NY.GDP.MKTP.CD","years":10} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.