MCP ServerStreamable HTTP · v1.1.0

Global statistics, ready for your AI agent.

Browse 334 public indicators across 218 countries from the IMF, World Bank, UN, and WHO. Connect Claude Desktop, Cursor, Cline, Continue, or any MCP-compatible client. Free access is available up to 1,000 requests/day; paid production keys use the 277-indicator source-reviewed World Bank catalog.

Quickstart

  1. 1.Sign up for a free API key at /pricing. No credit card.
  2. 2.Paste the config below into your MCP client (Claude Desktop, Cursor, etc.).
  3. 3.Restart your client. Ask: "Compare GDP per capita between Vietnam and Indonesia."

Connection

Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) · %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
  "mcpServers": {
    "sotw": {
      "transport": {
        "type": "streamable-http",
        "url": "https://statisticsoftheworld.com/api/mcp",
        "headers": {
          "X-API-Key": "sotw_YOUR_KEY_HERE"
        }
      }
    }
  }
}

Cursor / Cline / Continue

.cursor/mcp.json or analogous (workspace or user-scope)
{
  "mcpServers": {
    "sotw": {
      "url": "https://statisticsoftheworld.com/api/mcp",
      "headers": { "X-API-Key": "sotw_YOUR_KEY_HERE" }
    }
  }
}

Programmatic (raw JSON-RPC)

POST https://statisticsoftheworld.com/api/mcp
curl -s -X POST https://statisticsoftheworld.com/api/mcp \
  -H "Content-Type: application/json" \
  -H "X-API-Key: sotw_YOUR_KEY_HERE" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "get_country_overview",
      "arguments": { "country_id": "VNM" }
    }
  }'

Tiers

TierRate limitPriceAuthUse case
Hobby1,000 req/day per IPFreeNo keyTesting · personal agents
Developer1,000 req/dayFreeFree keyPersonal projects + usage dashboard
Pro50,000 req/day$49/moPro keyProduction apps · reviewed WDI catalog
EnterpriseUnlimitedCustomCustom keyDedicated infra · reviewed WDI catalog

All tiers see the same tools. Anonymous and free keys use the 334-indicator public catalog; paid keys use the 277-indicator source-reviewed World Bank catalog. The `X-API-Key` header determines your tier.

Tools available (7)

get_country_overviewAll key statistics for one country (GDP, population, life expectancy, inflation, unemployment, debt, +AI narrative).
get_indicator_rankingRank countries by an indicator available to your tier. Top N or bottom N.
get_historical_data20+ years of time-series for a country × indicator.
compare_countriesCompare 2–10 countries on selected indicators available to your tier.
search_indicatorsFind the right indicator ID by keyword.
get_available_indicatorsList the tier-visible catalog (334 free; 277 paid), optionally filtered by category.
get_country_listList all 218 countries with region, income level, capital.

Data sources

IMF World Economic Outlook
World Bank WDI
WHO Global Health Observatory

Tool responses include the providers that contributed to that result. Reuse rights vary by provider; WHO series are non-commercial under CC BY-NC-SA 3.0 IGO.