StatCite
StatCite
Economic statistics your AI can actually cite.
StatCite is a free remote MCP server + REST API serving official economic statistics — World Bank, IMF WEO, ECB reference rates, optional FRED — where every number ships with its full citation: source, dataset, series ID, canonical URL, license, retrieval date, and a ready-to-paste citation sentence. Plus verify_stat: check any claimed economic figure against the official series and get a verdict (match / close / mismatch / cannot_verify) with diagnostics for the classic errors (wrong year, percent-vs-decimal, millions-vs-billions).
Website & docs: https://statcite.com · docs · OpenAPI · llms.txt
MCP endpoint:
https://statcite.com/mcp(Streamable HTTP, stateless, no auth)REST:
https://statcite.com/v1/...
Quick connect
Client | How |
Claude (web/desktop) | Settings → Connectors → Add custom connector → |
Claude Code |
|
ChatGPT | Developer mode → add MCP server, No Authentication (also implements the deep-research |
Cursor |
|
VS Code |
|
stdio-only |
|
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 · get_series · search_indicators · country_snapshot · inflation_adjust · fx_convert · list_sources · search · fetch — 42 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
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 # 119 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 relays official statistics with attribution and adds no numbers of its own. World Bank (CC BY 4.0), IMF (attribution), ECB (attribution, informational rates), Eurostat via DBnomics (CC BY 4.0), optional FRED (operator key; mandated disclaimer included in citations). IMF WEO projections are labeled as projections. Server code: MIT.
Built and curated by a professional economist. Contact: hello@statcite.com
This server cannot be installed
Maintenance
Latest Blog Posts
- 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