com.statisticsoftheworld/sotw
Official7 toolsStatistics of the World
490+ economic & demographic indicators for 218 countries from IMF, World Bank, UN, FRED.
Access 490+ economic and demographic indicators for 218 countries.
Captured live from the server via tools/list.
get_country_overview
Get all key statistics and AI narrative for a country. Returns GDP, population, life expectancy, inflation, unemployment, and more.
Parameters (1)
- country_idstringrequired
ISO 3166-1 alpha-3 code (e.g., USA, CAN, GBR, CHN, JPN, DEU)
get_indicator_ranking
Rank countries by any indicator. Supports top N, bottom N. Use for "highest GDP", "lowest unemployment", "most populated" queries.
Parameters (3)
- indicator_idstringrequired
Indicator ID (e.g., IMF.NGDPD for GDP, SP.POP.TOTL for population, IMF.PCPIPCH for inflation)
- limitnumber
Number of results (default 10)
- orderstring
"desc" for highest first, "asc" for lowest first
get_historical_data
Get historical time series (20+ years) for a country and indicator pair.
Parameters (2)
- indicator_idstringrequired
Indicator ID
- country_idstringrequired
ISO 3166-1 alpha-3 code
compare_countries
Compare 2-10 countries on selected indicators.
Parameters (2)
- country_idsarrayrequired
List of country codes (max 10)
- indicator_idsarray
Indicator IDs to compare (default: GDP, population, life expectancy, etc.)
search_indicators
Search for indicators by keyword. Use when you need to find the right indicator ID.
Parameters (1)
- querystringrequired
Search term (e.g., "gdp", "population", "education", "co2")
get_available_indicators
List all available indicators grouped by category.
Parameters (1)
- categorystring
Optional: filter by category name
get_country_list
List all 218 countries with metadata (region, income level, capital).
Parameters (1)
- regionstring
Optional: filter by region
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"sotw": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://statisticsoftheworld.com/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.