npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@codespar/mcp-bcra

v0.2.1

Published

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

Downloads

202

Readme

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

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

Tools (16)

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

Auth

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

API Reference


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