Skip to main content
BC

BCRA

v0.2.1No Auth

Datos abiertos del Banco Central de Argentina: cotizaciones de cambio oficial y paralelo, estadísticas monetarias e indicadores financieros. Sin auth.

16 herramientas0 env vars🇦🇷 Argentinaestable en npm

Qué puede hacer tu agente

BCRA le da a tu agente 16 tools que llama directo — elegí las que necesite, en Claude, Cursor o cualquier cliente MCP.

  • get_exchange_ratesGet official exchange rates snapshot for a date (USD, EUR, BRL, etc.)
  • list_currenciesList the master catalog of currencies (divisas) tracked by BCRA
  • get_official_rateGet the official BCRA quote for a single currency on a specific date
Ejemplo de llamada
// Your agent calls a tool directly — no glue code.
// CodeSpar's managed tier handles OAuth2, token rotation and rate limits.
const result = await session.call("get_exchange_rates", { /* ... */ });

Instalar

terminal
$ npm install @codespar/mcp-bcra

Quickstart

Agregá esta entrada a tu claude_desktop_config.json (o a la config de cualquier cliente compatible con MCP).

claude_desktop_config.json
{
  "mcpServers": {
    "bcra": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-bcra"
      ],
      "env": {}
    }
  }
}

Después de reiniciar, tu agente puede llamar cualquiera de las 16 herramientas de abajo — probá get_exchange_rates primero.

Herramientas disponibles · 16

Cada herramienta es independiente — tu agente carga solo lo que necesita para reducir contexto y tiempo de respuesta.

READget_exchange_rates
Get official exchange rates snapshot for a date (USD, EUR, BRL, etc.)
READlist_currencies
List the master catalog of currencies (divisas) tracked by BCRA
READget_official_rate
Get the official BCRA quote for a single currency on a specific date
READget_currency_history
Get historical quotes for a currency over a date range
READlist_variables
List the catalog of monetary variables (id, descripción, categoría) — use this to discover variable ids for get_variable_history
READget_variable_history
Get the historical series for any monetary variable by id, with optional date range. Use list_variables to discover ids.
READget_uva_value
Get UVA (Unidad de Valor Adquisitivo) — used for inflation-adjusted mortgage calculations
READget_monetary_base
Get monetary base data (base monetaria)

Frameworks compatibles

MCP es un protocolo — cualquier framework que lo hable puede montar este server.

Claude Agent SDKAnthropic
OpenAI AgentsOpenAI
Vercel AI SDKVercel
LangChainLangChain
LlamaIndexLlamaIndex
CrewAICrewAI
MastraMastra
Cualquier cliente MCPProtocolo

Preguntas frecuentes

Corré `npx -y @codespar/mcp-bcra` y agregá el bloque de config de arriba a tu cliente MCP — Claude, Cursor, VS Code o cualquier cliente compatible con MCP. Sin build, sin SDK. ¿Preferís hosted? El tier gestionado de CodeSpar lo corre por vos, con la auth resuelta.
BCRA — MCP server · 16 tools | CodeSpar