Statistics of the World
https://statisticsoftheworld.com/api/mcpskills: {'id': 'get_country_overview', 'name': 'get_country_overview', 'description': 'Get all key statistics and AI narrative for a country. Returns GDP, population, life expectancy, inflation, unemployment, and more.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_indicator_ranking', 'name': 'get_indicator_ranking', 'description': 'Rank countries by any indicator. Supports top N, bottom N. Use for "highest GDP", "lowest unemployment", "most populated" queries.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_historical_data', 'name': 'get_historical_data', 'description': 'Get historical time series (20+ years) for a country and indicator pair.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'compare_countries', 'name': 'compare_countries', 'description': 'Compare 2-10 countries on selected indicators.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'search_indicators', 'name': 'search_indicators', 'description': 'Search for indicators by keyword. Use when you need to find the right indicator ID.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_available_indicators', 'name': 'get_available_indicators', 'description': 'List all available indicators grouped by category.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_country_list', 'name': 'get_country_list', 'description': 'List all 218 countries with metadata (region, income level, capital).', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 297.2ms; conformance: pass
How to connect
https://statisticsoftheworld.com/api/mcp
curl -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":"initialize","params":{}}'