Analytics
worldeconomyhub.com
Provides multi-source macroeconomic indicator data for countries with consensus estimates, comparisons, and curated divergence explanations.
ENDPOINT 1
https://api.worldeconomyhub.com/api/mcp
MCP server metadata
- Name
- worldeconomyhub
- Version
- 1.0.0
World Economy Hub is the registry of economic disagreements: for each figure it returns EVERY source's value (IMF, World Bank, …), a reliability-weighted consensus with its spread, and — where curated — an explanation of WHY sources disagree. Never present one source as 'the' number when sources diverge; cite the provided `citation` string and link the `receipt_url` (the human-readable page reconstructing the answer). Use list_indicators / list_countries to discover codes.
Known tools 5
get_indicatorFull multi-source view of one indicator for one country: per-source yearly series, reliability-weighted consensus with spread/min/max, curated divergence explanation when one exists, citation and receipt_url.
Inferred read-onlycompare_countriesAligned yearly series for several countries on the same indicator.
Inferred read-onlylist_divergencesEditorially curated divergence entries for a country: what each source measures and why that produces the gap.
Inferred read-onlyCONNECT 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.worldeconomyhub]
url = "https://api.worldeconomyhub.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"worldeconomyhub": {
"type": "http",
"url": "https://api.worldeconomyhub.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: worldeconomyhub
Remote MCP URL: https://api.worldeconomyhub.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": {
"worldeconomyhub": {
"url": "https://api.worldeconomyhub.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"worldeconomyhub": {
"type": "http",
"url": "https://api.worldeconomyhub.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "worldeconomyhub",
"transport": "streamable-http",
"url": "https://api.worldeconomyhub.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.