
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
@codespar/mcp-bcra
Advanced tools
MCP server for BCRA — Argentine Central Bank public data (exchange rates, financial data)
MCP server for BCRA (Banco Central de la Republica Argentina) — public API for exchange rates, monetary data, reserves, interest rates, and inflation data.
# 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
| Variable | Required | Description |
|---|---|---|
| None | — | Public API, no authentication required |
MCP_HTTP | No | Set to "true" to enable HTTP transport |
MCP_PORT | No | HTTP port (default: 3000) |
| Tool | Purpose |
|---|---|
get_exchange_rates | Get official exchange rates snapshot for a date (USD, EUR, BRL, etc.) |
list_currencies | List the master catalog of currencies (divisas) tracked by BCRA |
get_official_rate | Get the official BCRA quote for a single currency on a specific date |
get_currency_history | Get historical quotes for a currency over a date range |
list_variables | List the catalog of monetary variables (id, descripción, categoría) — use this to discover variable ids for... |
get_variable_history | Get the historical series for any monetary variable by id, with optional date range. |
get_uva_value | Get UVA (Unidad de Valor Adquisitivo) — used for inflation-adjusted mortgage calculations |
get_monetary_base | Get monetary base data (base monetaria) |
get_reserves | Get international reserves data (reservas internacionales) |
get_interest_rates | Get reference interest rates (tasas de interés de referencia) |
get_inflation | Get inflation data (IPC nivel general — variación mensual) |
get_badlar_rate | Get BADLAR rate (tasa de plazos fijos >1M ARS, bancos privados) — used as benchmark for many financial prod... |
get_tm20_rate | Get TM20 rate (tasa de plazos fijos >20M ARS, bancos privados) |
get_leliq_rate | Get monetary policy rate (ex-LELIQ / tasa de política monetaria) |
list_cheque_entities | List the catalog of financial entities with their cheque codes — use the código to validate cheques |
validate_cheque | Check whether a cheque has been reported as stolen/lost (denunciado) by entity code and cheque number |
No authentication required. The BCRA API is publicly available. Rate limits may apply.
Enterprise? Contact us at codespar.com for dedicated support, custom integrations, and SLAs.
FAQs
MCP server for BCRA — Argentine Central Bank public data (exchange rates, financial data)
We found that @codespar/mcp-bcra demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.