← Registry

Analytics

worldeconomyhub.com

Provides multi-source macroeconomic indicator data for countries with consensus estimates, comparisons, and curated divergence explanations.

1 endpoint5 known toolsFirst detected August 14, 2026Last detected August 14, 2026

ENDPOINT 1

https://api.worldeconomyhub.com/api/mcp

No auth detected

MCP server metadata

Name
worldeconomyhub
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

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_indicator

Full 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-only
compare_countries

Aligned yearly series for several countries on the same indicator.

Inferred read-only
list_divergences

Editorially curated divergence entries for a country: what each source measures and why that produces the gap.

Inferred read-only
list_indicators

All indicator codes with name, unit and category.

Inferred read-only
list_countries

All countries with ISO3 code, name and region.

Inferred read-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.