← Registry

Data Collection

statcite.com

Retrieves and verifies economic indicators and statistics from official sources.

1 endpoint10 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://statcite.com/mcp

No auth detected

MCP server metadata

Name
statcite
Version
1.0.0
Capabilities
tools
Server instructions

StatCite provides official economic statistics with full citations. Use get_indicator for common indicators (inflation_cpi, gdp_growth, unemployment_rate, govt_debt_gdp, …) with an ISO3 country code or name; use verify_stat to check any economic figure before publishing it; use inflation_adjust and fx_convert for value conversions. Every response includes a citation object — reproduce it (or citation.citation_text) when presenting the number to users. Free service; please keep request volumes reasonable.

Known tools 10

get_indicator

Get official values for a common economic indicator — inflation, GDP growth, GDP, GDP per capita, unemployment, population, government debt, fiscal balance, current account, trade, FDI, and more — for any country.

Potential side effects
verify_stat

Check a claimed economic figure (from a draft, article, or memory) against the official statistical series and get a verdict: match, close, mismatch, or cannot_verify — with the official value, the difference, diagnostics for classic errors (wrong year, percent-vs-decimal, unit scaling), and a full citation for the correct number.

Inferred read-only
get_series

Fetch any supported series by explicit id: 'worldbank/<WDI code>' (needs country), 'fred/<SERIES>' (US, needs server FRED key), or 'dbnomics/<PROVIDER>/<DATASET>/<SERIES>' (IMF WEO, OECD, Eurostat and more via DBnomics).

Inferred read-only
search_indicators

Search StatCite's curated indicator registry (World Bank WDI + IMF WEO + FRED) by topic — 'inflation', 'debt', 'unemployment', 'poverty' — and discover additional DBnomics datasets.

Inferred read-only
country_snapshot

One call for a country's headline economic picture: GDP, GDP growth, GDP per capita, inflation, unemployment, population, current account, trade openness, FDI, life expectancy (World Bank) plus general government debt (IMF WEO).

Potential side effects
inflation_adjust

Convert a nominal amount between years using official CPI: 'what is 100 (1995) worth in 2025 money?

Inferred read-only
fx_convert

Convert an amount between currencies using ECB daily reference rates (~30 majors, any date since 1999) or, for ~90 other currencies (BBD, XCD, JMD, KES, …), official annual-average rates from the World Bank — with the method and citations stated explicitly.

Inferred read-only
list_sources

The official sources behind StatCite (World Bank WDI, IMF WEO via DBnomics, ECB reference rates, optional FRED), what each covers, its license, and the attribution line to use when citing.

Inferred read-only
search

Search official economic statistics by free text, e.

Inferred read-only
fetch

Fetch full data for a result id returned by search (format: 'indicator/<key>/<ISO3>').

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.statcite]
url = "https://statcite.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "statcite": {
      "type": "http",
      "url": "https://statcite.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: statcite
Remote MCP URL: https://statcite.com/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": {
    "statcite": {
      "url": "https://statcite.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "statcite": {
      "type": "http",
      "url": "https://statcite.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "statcite",
  "transport": "streamable-http",
  "url": "https://statcite.com/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.