{"name":"io.github.asokore/statcite","slug":"asokore-statcite","title":"StatCite — Verified Economic Statistics","description":"Cited economic statistics: World Bank, IMF, BIS, ECB, Caribbean central banks. Verify any figure.","url":"https://mcp.market/server/asokore-statcite","rating":null,"grade":"A","score":91,"certified":false,"status":"active","category":"finance","tags":["finance"],"presence":{"score":26,"stars":1,"forks":0,"downloads_week":null,"last_push_at":"2026-09-19T15:14:26.000Z","license":"MIT"},"uptime":{"percent":100,"checks":1,"ok":1,"last_checked_at":"2026-09-19T17:20:56.729Z","last_ok_at":"2026-09-19T17:20:56.729Z","latency_ms":132},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/asokore/statcite","website":"https://statcite.com","version":"1.14.0","remotes":[{"type":"streamable-http","url":"https://statcite.com/mcp"}],"packages":[],"tools":[{"name":"compare_sources","description":"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 citation, plus the spread between them. Use when sources disagree, when you need to know WHICH official number to cite, or to check how large the methodological gap is (central vs general government, calendar vs fiscal year, vintage differences). Differences are methodological, never an error by a source. The result says which definition each value carries. Sources that are down report their error in place without sinking the comparison.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"indicator":{"type":"string","description":"Registry key, e.g. 'govt_debt_gdp', 'gdp_growth'. See search_indicators."},"country":{"type":"string","description":"ISO3/ISO2 code or English name."},"period":{"type":"string","description":"Optional year to compare at, e.g. '2023'. Default: the latest period all responding sources share."}},"required":["indicator","country"],"additionalProperties":false}},{"name":"country_snapshot","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"country":{"type":"string","description":"ISO3/ISO2 code or English name."}},"required":["country"],"additionalProperties":false}},{"name":"fetch","description":"Fetch full data for a result id returned by search (format: 'indicator/<key>/<ISO3>'). Returns the recent observations and the full citation as text.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"],"additionalProperties":false}},{"name":"fx_convert","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"amount":{"type":"number"},"from":{"type":"string","description":"3-letter ISO code, e.g. 'USD'."},"to":{"type":"string","description":"3-letter ISO code, e.g. 'BBD'."},"date":{"type":"string","description":"'YYYY-MM-DD' (daily, ECB set) or 'YYYY' (annual average). Default: latest."}},"required":["amount","from","to"],"additionalProperties":false}},{"name":"get_indicator","description":"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. Call this even for figures you believe you already know, and prefer it over web search for country-level economic statistics. Not for company financials, stock or crypto prices, or subnational data.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"indicator":{"type":"string","description":"Registry key, e.g. 'inflation_cpi', 'gdp_growth', 'unemployment_rate', 'govt_debt_gdp'. See search_indicators."},"country":{"type":"string","description":"ISO3/ISO2 code or English name, e.g. 'USA', 'Barbados', 'euro area'."},"start_year":{"type":"integer","description":"First year to include (optional)."},"end_year":{"type":"integer","description":"Last year to include (optional)."},"transform":{"type":"string","enum":["none","yoy","pct_change","index"],"description":"Optional transform computed by StatCite."},"latest_only":{"type":"boolean","description":"Return only the most recent non-null observation."},"strict_source":{"type":"boolean","description":"Reproducibility mode: if the primary source fails, return an error instead of silently serving the fallback source (a fallback can report a different value for the same nominal indicator). Default false; fallback responses always carry fallback_used=true and a disclosure note."}},"required":["indicator","country"],"additionalProperties":false}},{"name":"get_series","description":"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), 'caribstat/<ECCB|CBB>/<table>/<series>' (Eastern Caribbean Central Bank and Central Bank of Barbados tables, including Anguilla and Montserrat, which the World Bank does not report; find ids with search_indicators), 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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"series_id":{"type":"string","description":"e.g. 'worldbank/NY.GDP.MKTP.KD.ZG', 'imf/NGDP_RPCH', 'dbnomics/IMF/WEO:latest/BRB.NGDP_RPCH.pcent_change'."},"country":{"type":"string","description":"Required for worldbank/* series."},"latest_only":{"type":"boolean","description":"Return only the most recent non-null observation."},"start_year":{"type":"integer"},"end_year":{"type":"integer"},"transform":{"type":"string","enum":["none","yoy","pct_change","index"]},"strict_source":{"type":"boolean","description":"Reproducibility mode for registry-key ids: never substitute the fallback source. No effect on explicit source-prefixed ids (they already pin one source)."}},"required":["series_id"],"additionalProperties":false}},{"name":"inflation_adjust","description":"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 index values and formula used, and the citation. Annual-average precision.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"amount":{"type":"number"},"from_year":{"type":"integer"},"to_year":{"type":"integer"},"country":{"type":"string","description":"Default 'USA'."}},"required":["amount","from_year","to_year"],"additionalProperties":false}},{"name":"list_sources","description":"The official sources behind StatCite (World Bank WDI, IMF WEO & Fiscal Monitor via the IMF DataMapper API with DBnomics as a vintage-pinned fallback, BIS central bank policy rates, ECB reference rates and the ECB Data Portal, the Eastern Caribbean Central Bank and the Central Bank of Barbados, FRED disabled), what each covers, its license, and the attribution line to use when citing.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"search","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string"}},"required":["query"],"additionalProperties":false}},{"name":"search_indicators","description":"Search StatCite's curated indicator registry (World Bank WDI, IMF DataMapper/WEO/Fiscal Monitor, BIS policy rates, ECB HICP) and the Eastern Caribbean Central Bank and Central Bank of Barbados tables by topic, such as 'inflation', 'debt', 'unemployment' or 'poverty', and discover additional DBnomics datasets. Returns indicator keys usable with get_indicator/verify_stat, and caribstat series ids usable with get_series, with units and source notes.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Free-text topic, e.g. 'government debt' or 'fx reserves'."}},"required":["query"],"additionalProperties":false}},{"name":"verify_claims","description":"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. Same honesty contract as verify_stat: unverifiable claims come back cannot_verify with the reason, never a guessed verdict. 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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"claims":{"type":"array","minItems":1,"maxItems":15,"description":"The claims extracted from the draft, in the order they appear (max 15 per call).","items":{"type":"object","properties":{"indicator":{"type":"string","description":"Registry key ('inflation_cpi', 'gdp_growth', …) or explicit series id ('worldbank/FP.CPI.TOTL.ZG', 'imf/NGDP_RPCH', 'dbnomics/IMF/WEO:latest/USA.NGDP_RPCH.pcent_change')."},"country":{"type":"string","description":"Country for registry indicators / World Bank series."},"period":{"type":"string","description":"Period of the claim, usually a year: '2024'."},"claimed_value":{"type":"number","description":"The value as claimed (in the series' own units)."},"tolerance_abs":{"type":"number","description":"Optional absolute tolerance in series units (e.g. 0.1 percentage points)."},"tolerance_pct":{"type":"number","description":"Optional relative tolerance in percent."},"as_of":{"type":"string","description":"Historical IMF-vintage verification for this claim: judge against the dated IMF WEO edition resolved from this date (e.g. '2019-04') instead of today's live data. Conservative month-calendar resolution, dated WEO editions only (served from the IMF's own vintage dataflows first, DBnomics's dated editions as the deep archive); the result's as_of object discloses both. Only for the 6 WEO-dated registry indicators."}},"required":["indicator","period","claimed_value"],"additionalProperties":false}},"strict_source":{"type":"boolean","description":"Reproducibility mode for the whole batch: never verify any claim against a fallback source, such claims error in place instead. Default false; without it, a claim served from a transient-failure fallback returns cannot_verify with the fallback value as indicative rather than a match/mismatch verdict."}},"required":["claims"],"additionalProperties":false}},{"name":"verify_stat","description":"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. Honesty contract: when the official source cannot support a judgment (source down, no published value, fallback vintage risk), the verdict is cannot_verify with the reason, never a guess. Supports historical IMF-vintage checks via as_of. Use this before publishing any economic statistic in a report, brief, or article, including figures you are confident about, since a confidently recalled number is the kind most likely to have been revised.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"indicator":{"type":"string","description":"Registry key ('inflation_cpi', 'gdp_growth', …) or explicit series id ('worldbank/FP.CPI.TOTL.ZG', 'imf/NGDP_RPCH', 'dbnomics/IMF/WEO:latest/USA.NGDP_RPCH.pcent_change')."},"country":{"type":"string","description":"Country for registry indicators / World Bank series."},"period":{"type":"string","description":"Period of the claim, usually a year: '2024'."},"claimed_value":{"type":"number","description":"The value as claimed (in the series' own units)."},"tolerance_abs":{"type":"number","description":"Optional absolute tolerance in series units (e.g. 0.1 percentage points)."},"tolerance_pct":{"type":"number","description":"Optional relative tolerance in percent."},"strict_source":{"type":"boolean","description":"Reproducibility mode: never verify against a fallback source, error instead if the primary source fails. Default false; without it, a verify served from a transient-failure fallback returns cannot_verify with the fallback value as indicative (fallback_used=true), while a fallback for a series the primary permanently lacks (e.g. Taiwan in WDI) is judged normally with disclosure."},"as_of":{"type":"string","description":"Historical IMF-vintage verification: judge the claim against the dated IMF WEO edition resolved from this date, e.g. '2019-04', '2019', instead of today's live data. Resolution is a conservative month calendar (editions flip May 1 / Nov 1, not the IMF's exact release days) and always verifies against a dated WEO edition even when the indicator's live primary is World Bank WDI or the IMF Fiscal Monitor. The response's as_of object and notes disclose both, so present results as 'matched the IMF WEO {vintage} edition', never 'was true at the time'. Recent editions serve from the IMF's own dated vintage dataflows (api.imf.org) directly, with DBnomics's dated editions as the deep archive, the citation names which one served. Only supported for the six WEO-dated registry indicators (gdp_growth, current_account_gdp, govt_debt_gdp, fiscal_balance_gdp, govt_revenue_gdp, govt_expenditure_gdp); rejects with advice otherwise, and impossible calendar dates are rejected."}},"required":["indicator","period","claimed_value"],"additionalProperties":false}}],"scan":{"score":91,"grade":"A","scanned_at":"2026-09-19T19:49:09.323Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T19:49:09.279Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 328ms"]},"poisoning":{"score":15,"max":15,"notes":["12 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":15,"max":15,"notes":["last push 0 days ago"]},"identity":{"score":8,"max":10,"notes":["registry namespace matches repository owner","GitHub account older than a year"]}},"findings":[],"inputs":{"probes":[{"url":"https://statcite.com/mcp","reachable":true,"authRequired":false,"latencyMs":328,"serverInfo":{"name":"statcite","version":"1.14.0"}}],"packages":[],"repo":{"found":true,"owner":"asokore","repo":"statcite","archived":false,"pushedAt":"2026-09-19T15:14:26Z","stars":1,"forks":0,"openIssues":0,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/151703279?v=4","ownerCreatedAt":"2023-11-22T03:31:14Z","license":"MIT"},"icon":{"url":"https://statcite.com/apple-touch-icon.png","source":"registry","width":180,"height":180},"presence":{"stars":1,"forks":0,"downloadsWeek":null,"license":"MIT","lastPushAt":"2026-09-19T15:14:26.000Z","score":26}}}},"grade_history":[],"reviews":[]}