Skip to main content
ClaudeWave

Official economic statistics for AI agents — every number with a full citation, plus verify_stat to check claimed figures against the official series. Free remote MCP server + REST API.

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptMITActualizado today
Install in Claude Code / Claude Desktop
Method: NPX · mcp-remote
Claude Code CLI
claude mcp add statcite -- npx -y mcp-remote
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "statcite": {
      "command": "npx",
      "args": ["-y", "mcp-remote"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

# 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](https://statcite.com/docs.html) · [OpenAPI](https://statcite.com/openapi.json) · [llms.txt](https://statcite.com/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

```bash
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"
```

## Tools

`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](https://statcite.com/docs.html).

## 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

```bash
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
```

## Data & 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
ai-agentscitationscloudflare-workerseconomic-dataeconomicsfact-checkingimfmcpmcp-servermodel-context-protocolworld-bank

Lo que la gente pregunta sobre statcite

¿Qué es asokore/statcite?

+

asokore/statcite es mcp servers para el ecosistema de Claude AI. Official economic statistics for AI agents — every number with a full citation, plus verify_stat to check claimed figures against the official series. Free remote MCP server + REST API. Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala statcite?

+

Puedes instalar statcite clonando el repositorio (https://github.com/asokore/statcite) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar asokore/statcite?

+

asokore/statcite aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene asokore/statcite?

+

asokore/statcite es mantenido por asokore. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a statcite?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega statcite en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: asokore/statcite
[![Featured on ClaudeWave](https://claudewave.com/api/badge/asokore-statcite)](https://claudewave.com/repo/asokore-statcite)
<a href="https://claudewave.com/repo/asokore-statcite"><img src="https://claudewave.com/api/badge/asokore-statcite" alt="Featured on ClaudeWave: asokore/statcite" width="320" height="64" /></a>

Más MCP Servers

Alternativas a statcite