StatCite
StatCite is an MCP/REST server that provides official economic statistics with full citations and verification tools. You can:
Get economic indicators (
get_indicator): Retrieve official values for common indicators (inflation, GDP growth, unemployment, government debt, trade, FDI, etc.) for 200+ economies, with full citation metadata (source, dataset, series ID, URL, license, retrieval date).Verify a statistic (
verify_stat): Check a claimed economic figure against the official source and receive a verdict —match,close,mismatch, orcannot_verify— with diagnostics for common errors (e.g., wrong year, percent-vs-decimal, unit scaling) and citations.Batch fact-check (
verify_claims): Submit up to 15 economic claims at once to fact-check an entire draft or report, with per-claim verdicts and a summary.Fetch raw series (
get_series): Access any supported data series by explicit ID from World Bank (WDI), IMF (WEO/Fiscal Monitor), or DBnomics, with optional year filters and transforms (year-over-year, percent change, index).Search indicators (
search_indicators): Discover available indicators and datasets by topic (e.g., 'inflation', 'debt', 'poverty') and find the correct registry keys.Country snapshot (
country_snapshot): Get a full headline economic picture for any country in one call — GDP, growth, inflation, unemployment, population, current account, FDI, and more, each with citations.Inflation adjustment (
inflation_adjust): Convert a nominal monetary amount between two years using official CPI data, with the exact index values, formula, and citation.Currency conversion (
fx_convert): Convert between ~120 currencies using ECB daily reference rates (for ~30 majors) or World Bank annual-average rates (for ~90 others), with full method disclosure.List data sources (
list_sources): View all underlying data sources, their coverage, licenses, and required attribution lines.Deep‑research tools (
search/fetch): Free‑text search for economic statistics and fetch detailed cited data; compatible with deep‑research agents (e.g., ChatGPT).
StatCite
Economic statistics your AI can actually cite — and a verifier that catches the ones it invents.
· Live status · AI accuracy benchmark · Licence ledger
Free remote MCP server + REST API serving official economic statistics — World Bank, IMF WEO/Fiscal Monitor (current vintage via the IMF DataMapper API, DBnomics fallback), ECB reference rates — where every number ships with its full citation: source, dataset, series ID, canonical URL, licence, retrieval date, a ready-to-paste citation sentence, and BibTeX/APA export formats.
The differentiator is verification, not lookup: verify_stat checks a claimed figure against the official series and returns match / close / mismatch / cannot_verify with diagnostics for the classic errors (wrong year, percent-vs-decimal, millions-vs-billions, sign flips) — and on a mismatch it re-judges the claim against the previous IMF vintage, so "was right when written, since revised" is never confused with "wrong". When the source cannot support a verdict, it says cannot_verify with the reason. It never guesses.
Three things people use it for
Fact-check a draft — the
fact_checkMCP prompt +verify_claimsaudit every macro figure in a document, in batches of 15, each verdict carrying the citation for the correct number.Cited data for agent reports —
get_indicator/country_snapshotreturn official series with paste-ready citations, honest projection labelling, and machine-readable "no published value exists" instead of silent gaps.Resolve source disagreements —
compare_sourcesfetches one indicator from every official source in its chain and shows the spread (e.g. general-vs-central government debt definitions), each value with its own citation.
Install in one line
Client | How |
Claude (web/desktop) | Settings → Connectors → Add custom connector → |
Claude Code |
|
Cursor | Install in Cursor (deeplink) or |
VS Code |
|
ChatGPT | Developer mode → add MCP server, No Authentication (implements the deep-research |
Cline / stdio-only |
|
No signup, no API key, no OAuth.
Related MCP server: dbnomics
Try it in 5 seconds
curl "https://statcite.com/v1/verify?indicator=inflation_cpi&country=USA&period=2023&value=4.1"
curl "https://statcite.com/v1/indicator/govt_debt_gdp?country=JPN&latest_only=true"
curl "https://statcite.com/v1/fx?amount=100&from=USD&to=BBD"
curl -X POST "https://statcite.com/v1/verify_claims" -H "content-type: application/json" \
-d '{"claims":[{"indicator":"inflation_cpi","country":"USA","period":"2023","claimed_value":4.1}]}'Tools
get_indicator · verify_stat · verify_claims · compare_sources · get_series · search_indicators · country_snapshot · inflation_adjust · fx_convert · list_sources · search · fetch — plus 3 MCP prompts (fact_check, country_brief, cite_this_stat) and 3 resources (registry, licence ledger, SIDS list). 42 active curated indicators, 200+ economies, ~120 currencies. All read-only. Details: docs.
Repo layout
server/ Cloudflare Worker: MCP endpoint + REST API + tests (zero runtime deps)
site/ statcite.com static site (landing, docs, llms.txt, OpenAPI, legal)
apify/ Metered twin: Apify actor (pay-per-event) bundling the same core
skill/ Claude skill teaching agents the verify-then-cite workflow
distribution/ Registry manifests, submission steps, launch copy
bench/ pre-registered AI-accuracy benchmark: COVENANT.md, METHODOLOGY.md, question bank, frozen snapshots, runs/ (R1 REPORT + ADDENDA)
docs/ Research report, strategy, launch plan, monetization roadmap
BRIEF.md Context + mandate for anyone (human or agent) picking this up
HANDOFF.md Deployment runbook (the mechanical steps to take it live)
CLAUDE.md Working guide: commands, architecture, invariantsDevelop
cd server
npm install
npm test # 180 tests, fixture-backed, no network
npm run smoke # live end-to-end against real upstream APIs
npm run dev # wrangler dev (local Workers runtime + static site)
npm run deploy # wrangler deployData & licensing
StatCite does not originate the underlying statistical observations; derived values and verification verdicts are calculated transparently from cited source data with the method disclosed. World Bank (CC BY 4.0); IMF (published IMF statistical data may be copied, redistributed and used in derivative works with attribution as "Source: International Monetary Fund, <database>, <link>" — plus data-integrity, downstream-communication and free-of-charge-disclosure conditions, all carried verbatim in every citation's license field); BIS (reproduction and redistribution with attribution); ECB (attribution; reference rates informational); Eurostat via DBnomics (CC BY 4.0); FRED permanently disabled — its Services Terms of Use (clauses (p) and (q), https://fred.stlouisfed.org/legal/) prohibit AI/ML use and caching/redistribution of its content, which conflicts with how this service serves data. IMF WEO/Fiscal Monitor projections are labeled as projections. The primary IMF path is the DataMapper API (current edition, verbatim edition label); if unavailable, StatCite falls back to the newest edition DBnomics has ingested, which can lag the IMF's release calendar — responses cite the resolved vintage, flag stale ones, and every fallback is disclosed (verify_stat/verify_claims return cannot_verify with the fallback value as indicative when the primary failed transiently, rather than judging against a substitute that may differ by definition or vintage; a series the primary permanently lacks is judged against its stable fallback source with disclosure). Server code: MIT.
Built and curated by a professional economist. Contact: hello@statcite.com
Maintenance
Related MCP Servers
- Alicense-qualityDmaintenanceServer that brings World Bank Open Data to AI assistants. 10 tools · Zero authentication · LRU caching · Sparkline trends · Cross-country comparisons1MIT
- Alicense-qualityCmaintenanceEnables querying economic statistics from over 80 providers via DBnomics, with tools to list providers and datasets.8MIT
- AlicenseAqualityBmaintenanceQuery 2,500+ verified public datasets (World Bank, IMF, Eurostat, OECD, WHO) from your AI agent. Search, analyze, and visualize data, and publish charts — with verified SEC + official source data.286621MIT
- Alicense-qualityCmaintenanceProvides access to World Bank economic and country data without an API key, allowing users to search countries, fetch indicator time series, and compare latest values.MIT
Related MCP Connectors
Statistics from 28 agencies: FRED, Eurostat, ECB, World Bank, OECD. Cited values, computed answers.
Macro data for AI agents: GDP, inflation, unemployment & trade, any country. No API keys.
Macro indicators from World Bank, FRED, IMF, and OECD via unified query surface.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/asokore/statcite'
If you have feedback or need assistance with the MCP directory API, please join our Discord server