StatCite
Official economic statistics with full citations — World Bank, IMF WEO, ECB — plus verify_stat to check a claimed figure against the official series. Free, remote, no auth.
README
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 → https://statcite.com/mcp |
| Claude Code | claude mcp add --transport http statcite https://statcite.com/mcp |
| ChatGPT | Developer mode → add MCP server, No Authentication (also implements the deep-research search/fetch pair) |
| Cursor | {"mcpServers":{"statcite":{"url":"https://statcite.com/mcp"}}} |
| VS Code | {"servers":{"statcite":{"type":"http","url":"https://statcite.com/mcp"}}} |
| stdio-only | npx -y mcp-remote@latest https://statcite.com/mcp |
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, invariants
Develop
cd server
npm install
npm test # 132 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 deploy
Data & 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 (per IMF terms — attribution + downstream conditions; commercial reuse may require IMF permission); ECB (attribution, informational rates); Eurostat via DBnomics (CC BY 4.0); FRED disabled by default (an operator enabling it must review the current FRED API Terms of Use first — they include restrictions relevant to caching, redistribution, and AI/software use). IMF WEO projections are labeled as projections; WEO is served via DBnomics, which can lag the IMF's release calendar — responses cite the resolved vintage and flag stale ones. Server code: MIT.
Built and curated by a professional economist. Contact: hello@statcite.com
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.