Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

Statistics of the World

com.statisticsoftheworld/sotw

490+ economic & demographic indicators for 218 countries from IMF, World Bank, UN, FRED.

Uptime
12.5%
24 probes
Response
517ms
last probe
Tools
7
callable

Tools · 7

get_country_overview

Get all key statistics and AI narrative for a country. Returns GDP, population, life expectancy, inflation, unemployment, and more.

get_indicator_ranking

Rank countries by any indicator. Supports top N, bottom N. Use for "highest GDP", "lowest unemployment", "most populated" queries.

get_historical_data

Get historical time series (20+ years) for a country and indicator pair.

compare_countries

Compare 2-10 countries on selected indicators.

search_indicators

Search for indicators by keyword. Use when you need to find the right indicator ID.

get_available_indicators

List all available indicators grouped by category.

get_country_list

List all 218 countries with metadata (region, income level, capital).

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "statistics_of_the_world": {
      "url": "https://statisticsoftheworld.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}