Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@codespar/mcp-bcra

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codespar/mcp-bcra

MCP server for BCRA — Argentine Central Bank public data (exchange rates, financial data)

latest
npmnpm
Version
0.2.1
Version published
Maintainers
1
Created
Source

MCP BCRA

MCP server for BCRA (Banco Central de la Republica Argentina) — public API for exchange rates, monetary data, reserves, interest rates, and inflation data.

Quick Start

# No credentials needed — public API

# Run via stdio
npx tsx packages/argentina/bcra/src/index.ts

# Run via HTTP
npx tsx packages/argentina/bcra/src/index.ts --http

Environment Variables

VariableRequiredDescription
NonePublic API, no authentication required
MCP_HTTPNoSet to "true" to enable HTTP transport
MCP_PORTNoHTTP port (default: 3000)

Tools (16)

ToolPurpose
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
get_currency_historyGet historical quotes for a currency over a date range
list_variablesList the catalog of monetary variables (id, descripción, categoría) — use this to discover variable ids for...
get_variable_historyGet the historical series for any monetary variable by id, with optional date range.
get_uva_valueGet UVA (Unidad de Valor Adquisitivo) — used for inflation-adjusted mortgage calculations
get_monetary_baseGet monetary base data (base monetaria)
get_reservesGet international reserves data (reservas internacionales)
get_interest_ratesGet reference interest rates (tasas de interés de referencia)
get_inflationGet inflation data (IPC nivel general — variación mensual)
get_badlar_rateGet BADLAR rate (tasa de plazos fijos >1M ARS, bancos privados) — used as benchmark for many financial prod...
get_tm20_rateGet TM20 rate (tasa de plazos fijos >20M ARS, bancos privados)
get_leliq_rateGet monetary policy rate (ex-LELIQ / tasa de política monetaria)
list_cheque_entitiesList the catalog of financial entities with their cheque codes — use the código to validate cheques
validate_chequeCheck whether a cheque has been reported as stolen/lost (denunciado) by entity code and cheque number

Auth

No authentication required. The BCRA API is publicly available. Rate limits may apply.

API Reference

  • BCRA API Documentation

Enterprise? Contact us at codespar.com for dedicated support, custom integrations, and SLAs.

Keywords

bcra

FAQs

Package last updated on 25 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts