Pipeworx worldbank

# World Bank

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Pipeworx worldbank" with this command: npx skills add brucegutman/pipeworx-worldbank

World Bank

Access the World Bank's development indicators: GDP, population, CO2 emissions, literacy rates, mortality rates, and hundreds more metrics for every country, going back decades.

Tools

get_country -- Basic country info. Pass an ISO code (e.g., US, GBR, IN) and get the full name, region, income level, capital city, and coordinates.

get_indicator -- Time-series data for any World Bank indicator. Specify a country code, indicator code, and optional date range (default 2015-2024).

get_population -- Shortcut for total population over time (indicator SP.POP.TOTL).

get_gdp -- Shortcut for GDP in current USD over time (indicator NY.GDP.MKTP.CD).

Common indicator codes

CodeMetric
NY.GDP.MKTP.CDGDP (current USD)
SP.POP.TOTLPopulation, total
EN.ATM.CO2E.KTCO2 emissions (kt)
SE.ADT.LITR.ZSLiteracy rate, adult (%)
SH.DYN.MORTUnder-5 mortality rate
SI.POV.GINIGini index

Example: India's GDP over the last decade

curl -X POST https://gateway.pipeworx.io/worldbank/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_gdp","arguments":{"country_code":"IN"}}}'
{
  "mcpServers": {
    "worldbank": {
      "url": "https://gateway.pipeworx.io/worldbank/mcp"
    }
  }
}

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Cloudbase

CloudBase is a full-stack development and deployment toolkit for building and launching websites, Web apps, 微信小程序 (WeChat Mini Programs), and mobile apps wit...

Registry SourceRecently Updated
1.4K0binggg
Coding

Notion Publisher

Publish articles to Notion using cached local copies of the target database's default Notion template when available. Use this skill when the user types /not...

Registry SourceRecently Updated
Coding

Tuya Smart Control

Control Tuya smart home devices via natural language. Use when the user asks to control smart devices (turn on/off lights, AC, plugs, adjust brightness/tempe...

Registry SourceRecently Updated
Coding

copilot-team-scaffold

Initialize a multi-agent AI development framework for any project. Creates .github/ structure with agents, hooks, instructions, prompts, and planning-with-fi...

Registry SourceRecently Updated