MCP ServerStreamable HTTP · v1.1.0

Statistics of the World MCP server

Use 11 read-only tools to browse 335 public country indicators, compare source readings, retrieve higher-frequency series, and check economic release dates. Free access is available up to 1,000 requests/day; paid keys raise throughput without removing sources.

Quickstart

  1. 1.Start with the public endpoint below. No key is required for up to 1,000 requests/day per IP.
  2. 2.Add a remote connector in Claude, or save the Cursor configuration shown below. Enable the server’s tools in your client.
  3. 3.Ask: "Compare GDP per capita between Vietnam and Indonesia."

Connection

These examples use anonymous access. Clients that support custom headers, including Cursor, can send an X-API-Key header for a larger allowance. Get a key from pricing; keep it out of public configuration files. Claude uses its remote connector setup; Team and Enterprise organizations may require an owner to add the connector first.

Claude (remote connector)

Customize → Connectors → + → Add custom connector
https://statisticsoftheworld.com/api/mcp

Cursor

.cursor/mcp.json (project) or ~/.cursor/mcp.json (user)
{
  "mcpServers": {
    "sotw": {
      "url": "https://statisticsoftheworld.com/api/mcp"
    }
  }
}

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 "Accept: application/json, text/event-stream" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "get_country_overview",
      "arguments": { "country_id": "VNM" }
    }
  }'

Client setup references: Claude remote connectors · Cursor MCP configuration.

Tiers

TierRate limitPriceAuthUse case
Hobby1,000 req/day per IPFreeNo keyTesting · personal agents
Developer1,000 req/dayFreeFree keyPersonal projects + usage dashboard
Data Pro10,000 req/day$29/moPaid keyBulk data · recurring analysis
API Pro50,000 req/day$49/moPro keyProduction apps · agent workflows
EnterpriseCustomCustomCustom keyContracted delivery · support

All tiers see the same tools and public read catalog. The `X-API-Key` header determines the request allowance. Source-specific reuse and redistribution notices remain attached to the data.

Tools available (11)

get_country_overviewAll key statistics for one country (GDP, population, life expectancy, inflation, unemployment, debt, +AI narrative).
get_indicator_rankingRank countries by a published indicator. Top N or bottom N.
get_historical_data20+ years of time-series for a country × indicator.
compare_countriesCompare 2–10 countries on selected published indicators.
search_indicatorsFind the right indicator ID by keyword.
get_available_indicatorsList the 335-indicator public catalog, optionally filtered by category.
get_country_listList all 218 countries with region, income level, capital.
get_series_dataRead daily, weekly and monthly series with source, frequency, reference periods and reuse information.
list_seriesDiscover the higher-frequency series catalog, including units, sources and licenses.
compare_sourcesCompare IMF, World Bank and UN readings for a mapped concept, keeping each source’s year visible.
get_release_calendarRead scheduled data releases and central-bank decisions with links to the institutions’ published schedules.

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 data follows the terms attached to its dataset and publishing service.