Skip to main content
BC

BCRA

v0.2.1No Auth

Dados abertos do Banco Central da Argentina: cotações de câmbio oficial e paralelo, estatísticas monetárias e indicadores financeiros. Sem auth.

16 ferramentas0 env vars🇦🇷 Argentinaestável no npm

O que seu agente faz

O BCRA dá ao seu agente 16 tools que ele chama direto — escolha as que precisar, no Claude, Cursor ou qualquer 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
Exemplo de chamada
// 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

Adicione esta entrada ao seu claude_desktop_config.json (ou a config de qualquer cliente compatível com MCP).

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

Depois de reiniciar, seu agente pode chamar qualquer uma das 16 ferramentas abaixo — teste get_exchange_rates primeiro.

Ferramentas disponíveis · 16

Cada ferramenta é independente — seu agente carrega só o que precisa pra reduzir contexto e tempo de resposta.

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 compatíveis

MCP é um protocolo — qualquer framework que o fale pode montar este server.

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

Perguntas frequentes

Rode `npx -y @codespar/mcp-bcra` e adicione o bloco de config acima ao seu cliente MCP — Claude, Cursor, VS Code ou qualquer cliente compatível com MCP. Sem build, sem SDK. Prefere hospedado? O tier gerenciado da CodeSpar roda pra você, com a auth resolvida.
BCRA — MCP server · 16 tools | CodeSpar