Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.codespar/mcp-bcra

NPM · @CODESPAR/MCP-BCRA · SCANNED AUG 4

BCRA — Argentine Central Bank public data (exchange rates, inflation, reserves)

Available components

+23 this week 69 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability73
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1050 tokens (~65/item across 16 items; 16 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
  • Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @codespar/mcp-bcra

# add to Claude Code
claude mcp add codespar-mcp-bcra -- npx -y @codespar/mcp-bcra
# add to Codex CLI
codex mcp add codespar-mcp-bcra -- npx -y @codespar/mcp-bcra
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "codespar-mcp-bcra": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@codespar/mcp-bcra"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add codespar-mcp-bcra --command npx --arg -y --arg @codespar/mcp-bcra
# ~/.hermes/config.yaml
mcp_servers:
  codespar-mcp-bcra:
    command: "npx"
    args: ["-y", "@codespar/mcp-bcra"]
// mcp.json
{
  "mcpServers": {
    "codespar-mcp-bcra": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-bcra"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 4 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

  • 3 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +28
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • Licence: MIT functional
  • 1 Aug 26 +15
    • Malware scan: unverified → pass security
  • 31 Jul 26 −7
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 4 Aug 2026 · Analysed npm/@codespar/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 16 exposed · ~983 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
get_badlar_rate ~79

Get BADLAR rate (tasa de plazos fijos >1M ARS, bancos privados) — used as benchmark for many financial products

NameTypeReqDescription
datestringDate (YYYY-MM-DD)
date_fromstringStart date for range query
date_tostringEnd date for range query

No output schema declared.

No examples provided.

get_currency_history ~97

Get historical quotes for a currency over a date range

NameTypeReqDescription
currencystringyesISO currency code (e.g. USD, EUR, BRL)
date_fromstringStart date (YYYY-MM-DD)
date_tostringEnd date (YYYY-MM-DD)
limitnumberMax rows (default 1000, max 1000)
offsetnumberOffset for pagination

No output schema declared.

No examples provided.

get_exchange_rates ~60

Get official exchange rates snapshot for a date (USD, EUR, BRL, etc.)

NameTypeReqDescription
currencystringCurrency code filter (USD, EUR, BRL)
datestringDate (YYYY-MM-DD), defaults to latest

No output schema declared.

No examples provided.

get_inflation ~60

Get inflation data (IPC nivel general — variación mensual)

NameTypeReqDescription
datestringDate (YYYY-MM-DD)
date_fromstringStart date for range query
date_tostringEnd date for range query

No output schema declared.

No examples provided.

get_interest_rates ~59

Get reference interest rates (tasas de interés de referencia)

NameTypeReqDescription
datestringDate (YYYY-MM-DD)
date_fromstringStart date for range query
date_tostringEnd date for range query

No output schema declared.

No examples provided.

get_leliq_rate ~65

Get monetary policy rate (ex-LELIQ / tasa de política monetaria)

NameTypeReqDescription
datestringDate (YYYY-MM-DD)
date_fromstringStart date for range query
date_tostringEnd date for range query

No output schema declared.

No examples provided.

get_monetary_base ~58

Get monetary base data (base monetaria)

NameTypeReqDescription
datestringDate (YYYY-MM-DD)
date_fromstringStart date for range query
date_tostringEnd date for range query

No output schema declared.

No examples provided.

get_official_rate ~61

Get the official BCRA quote for a single currency on a specific date

NameTypeReqDescription
currencystringyesISO currency code (e.g. USD, EUR, BRL)
datestringDate (YYYY-MM-DD), defaults to latest

No output schema declared.

No examples provided.

get_reserves ~56

Get international reserves data (reservas internacionales)

NameTypeReqDescription
datestringDate (YYYY-MM-DD)
date_fromstringStart date for range query
date_tostringEnd date for range query

No output schema declared.

No examples provided.

get_tm20_rate ~69

Get TM20 rate (tasa de plazos fijos >20M ARS, bancos privados)

NameTypeReqDescription
datestringDate (YYYY-MM-DD)
date_fromstringStart date for range query
date_tostringEnd date for range query

No output schema declared.

No examples provided.

get_uva_value ~71

Get UVA (Unidad de Valor Adquisitivo) — used for inflation-adjusted mortgage calculations

NameTypeReqDescription
datestringDate (YYYY-MM-DD), defaults to latest
date_fromstringStart date for range query
date_tostringEnd date for range query

No output schema declared.

No examples provided.

get_variable_history ~102

Get the historical series for any monetary variable by id, with optional date range. Use list_variables to discover ids.

NameTypeReqDescription
date_fromstringStart date (YYYY-MM-DD)
date_tostringEnd date (YYYY-MM-DD)
limitnumberMax rows (default 1000, max 3000)
offsetnumberOffset for pagination
variable_idnumberyesVariable id from list_variables

No output schema declared.

No examples provided.

list_cheque_entities ~29

List the catalog of financial entities with their cheque codes — use the código to validate cheques

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_currencies ~24

List the master catalog of currencies (divisas) tracked by BCRA

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_variables ~33

List the catalog of monetary variables (id, descripción, categoría) — use this to discover variable ids for get_variable_history

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

validate_cheque ~60

Check whether a cheque has been reported as stolen/lost (denunciado) by entity code and cheque number

NameTypeReqDescription
cheque_numbernumberyesNúmero de cheque
entity_codenumberyesCódigo de entidad (from list_cheque_entities)

No output schema declared.

No examples provided.