Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

io.github.asokore/statcite

io.github.asokore/statcite

Official economic statistics with citations: World Bank, IMF WEO, ECB. Verify claimed figures.

Uptime
100.0%
1 direct probes · 30d
Response
132ms
last probe
Tools
12
callable
Resources
3
readable
Prompts
3
available

Tools · 12

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 a…

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 dif…

verify_claims

Fact-check a whole draft or report in one call instead of calling verify_stat once per figure: extract every checkable macro claim from the text. Indicator + country + period + claimed value, and subm…

get_series

Fetch any supported series by explicit id: 'worldbank/<WDI code>' (needs country), 'imf/<CODE>' (needs country; current-vintage IMF WEO/Fiscal Monitor via the DataMapper API), or 'dbnomics/<PROVIDER>/…

search_indicators

Search StatCite's curated indicator registry (World Bank WDI + IMF DataMapper/WEO/Fiscal Monitor) by topic, 'inflation', 'debt', 'unemployment', 'poverty', and discover additional DBnomics datasets. R…

compare_sources

Fetch one indicator for one country from EVERY official source in its chain independently (e.g. World Bank WDI and the IMF WEO/Fiscal Monitor) and see the values side by side, each with its own citati…

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 genera…

inflation_adjust

Convert a nominal amount between years using official CPI: 'what is 100 in 1995 money worth in today's money?' Works for any country with CPI data (default USA). Returns the adjusted amount, the exact…

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 Worl…

list_sources

The official sources behind StatCite (World Bank WDI, IMF WEO & Fiscal Monitor via the IMF DataMapper API, with DBnomics as a vintage-pinned fallback, ECB reference rates, FRED disabled), what each co…

search

Search official economic statistics by free text, e.g. 'inflation barbados' or 'government debt japan'. Returns result ids that can be passed to fetch. Designed for deep-research connectors; for riche…

fetch

Fetch full data for a result id returned by search (format: 'indicator/<key>/<ISO3>'). Returns the recent observations and the full citation as text.

Resources · 3

indicator-registry

Every indicator key this server accepts, with its label, unit, and source fallback chain. Generated from the live registry constant.

statcite://registry/indicators
sources-and-licenses

License and required-attribution details for every upstream source, including access method and coverage. Generated from the live source table.

statcite://registry/sources
sids-states

The 39 states on the UN OHRLLS SIDS list with their ISO3 codes. A data-availability grouping for small-economy coverage, never a ranking. Upstream coverage varies by source and series.

statcite://registry/sids

Prompts · 3

fact_check

Extract every checkable macroeconomic claim from a draft/article (indicator + country + period + value), verify them all with verify_claims, and report verdicts with citations. Paste or reference the …

country_brief

Build a compact, fully cited macroeconomic brief for one country from country_snapshot plus targeted get_indicator calls. Provide the country name after invoking.

cite_this_stat

Turn a single economic figure into a verified, citation-ready sentence: verify it first, then format the official value with its full citation. Provide the claim after invoking.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.asokore/statcite": {
      "url": "https://statcite.com/mcp",
      "transport": "streamable-http"
    }
  }
}