Statistics of the World✓
com.statisticsoftheworld/sotw · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.statisticsoftheworld/sotw",
"description": "490+ economic & demographic indicators for 218 countries from IMF, World Bank, UN, FRED.",
"title": "Statistics of the World",
"repository": {
"url": "https://github.com/dregon03/statisticsoftheworld",
"source": "github"
},
"version": "1.0.0",
"websiteUrl": "https://statisticsoftheworld.com/mcp",
"remotes": [
{
"type": "streamable-http",
"url": "https://statisticsoftheworld.com/api/mcp",
"headers": [
{
"description": "Optional API key. Anonymous access is rate-limited to 1,000 requests/day per IP. Get a free key (same limit, usage dashboard) or upgrade to Pro/Business at https://statisticsoftheworld.com/pricing.",
"isSecret": true,
"name": "X-API-Key"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}