Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.statistics-of-the-world]
url = "https://statisticsoftheworld.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"statistics-of-the-world": {
"type": "http",
"url": "https://statisticsoftheworld.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: statistics-of-the-world
Remote MCP URL: https://statisticsoftheworld.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"statistics-of-the-world": {
"url": "https://statisticsoftheworld.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"statistics-of-the-world": {
"type": "http",
"url": "https://statisticsoftheworld.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "statistics-of-the-world",
"transport": "streamable-http",
"url": "https://statisticsoftheworld.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_country_overview— Get all key statistics and AI narrative for a country.get_indicator_ranking— Rank countries by an indicator available to the caller's tier.get_historical_data— Get historical time series (20+ years) for a country and indicator pair.compare_countries— Compare 2-10 countries on selected indicators.get_available_indicators— List all available indicators grouped by category.get_country_list— List all 218 countries with metadata (region, income level, capital).get_series_data— High-frequency (daily/weekly/monthly) series: US Treasury yield curve (UST.list_series— List the high-frequency series catalog (rates, yields, monthly labour and energy) with frequency, unit, source, and licence for each.