Server data from the Official MCP Registry
Official economic statistics with citations: World Bank, IMF WEO, ECB. Verify claimed figures.
Official economic statistics with citations: World Bank, IMF WEO, ECB. Verify claimed figures.
Remote endpoints: streamable-http: https://statcite.com/mcp
StatCite is a well-structured MCP server for serving official economic statistics with proper citations. The code demonstrates good security practices: no authentication is required (appropriate for a public data relay service), no hardcoded credentials, no malicious patterns, and proper input validation. The server has reasonable permissions for its purpose (network_http for upstream APIs, env_vars for optional FRED key). Minor code quality observations exist but do not impact security posture. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 1 high severity).
4 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
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).
https://statcite.com/mcp (Streamable HTTP, stateless, no auth)https://statcite.com/v1/...| 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 |
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"
get_indicator · verify_stat · 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.
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
cd server
npm install
npm test # 37 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
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
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.