# statcite MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-asokore-statcite
- Repository: https://github.com/asokore/statcite
- Website: https://statcite.com

## Install
- Endpoint: https://statcite.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://statcite.com/mcp

## Tools
- get_indicator (Get an economic indicator (with citation)) - 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. Returns the observations plus a full citation (source, dataset, series id, canonical URL, license, retrieval date) ready to cite in a report. Use ISO3 codes or plain country names. Start here for most questions; use search_indicators if unsure of the indicator key. Endpoint: https://statcite.com/mcp
- verify_stat (Verify a claimed statistic against the official source) - 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. Use this before publishing any economic statistic in a report, brief, or article. Endpoint: https://statcite.com/mcp
- verify_claims (Verify a batch of claimed statistics (fact-check a whole draft)) - 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 submit them together. Each claim gets the same verdict engine as verify_stat (match, close, mismatch, cannot_verify, with diagnostics), and every verified result carries the full citation for the official number. Accepts 1–15 claims per call (free-tier subrequest budget) — split larger drafts into multiple calls of up to 15. Results come back in input order with a verdict-count summary; a claim that cannot be resolved (unknown indicator or country) reports its error in place without sinking the rest of the batch. Endpoint: https://statcite.com/mcp
- get_series (Get a raw series by explicit id) - 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>/<DATASET>/<SERIES>' (IMF WEO, OECD, Eurostat and more via DBnomics — dated editions, e.g. 'WEO:2025-04', for vintage-pinned reproducibility). 'fred/<SERIES>' ids are recognized only so the service can return an explanatory disabled response — FRED is permanently disabled here and those ids are never retrievable. Supports year filters and transforms (yoy, pct_change, index). Every response carries a full citation. Prefer get_indicator for common indicators. Endpoint: https://statcite.com/mcp
- search_indicators (Search available indicators and datasets) - 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. Returns indicator keys usable with get_indicator/verify_stat, with units and source notes. Endpoint: https://statcite.com/mcp
- country_snapshot (Country snapshot — headline indicators with citations) - 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 DataMapper API, current vintage). Each value carries its own citation. Ideal for country briefs and report openers. Endpoint: https://statcite.com/mcp
- inflation_adjust (Adjust an amount for inflation between two years) - Convert a nominal amount between years using official CPI: 'what is 100 (1995) worth in 2025 money?' Works for any country with CPI data (default USA). Returns the adjusted amount, the exact index values and formula used, and the citation. Annual-average precision. Endpoint: https://statcite.com/mcp
- fx_convert (Convert currencies with official reference rates) - 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. Pass date='YYYY-MM-DD' for daily or 'YYYY' for annual-average conversion. Endpoint: https://statcite.com/mcp
- list_sources (List data sources, licenses, and attribution rules) - 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 covers, its license, and the attribution line to use when citing. Endpoint: https://statcite.com/mcp
- search (Search (deep-research compatible)) - 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 richer control use get_indicator / get_series. Endpoint: https://statcite.com/mcp
- fetch (Fetch (deep-research compatible)) - Fetch full data for a result id returned by search (format: 'indicator/<key>/<ISO3>'). Returns the recent observations and the full citation as text. Endpoint: https://statcite.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.asokore
- Version: 1.4.2
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 28, 2026
- Source: https://registry.modelcontextprotocol.io
