io.github.codespar/mcp-bcra
NPM · @CODESPAR/MCP-BCRA · SCANNED AUG 4
BCRA — Argentine Central Bank public data (exchange rates, inflation, reserves)
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 42 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add codespar-mcp-bcra -- npx -y @codespar/mcp-bcra
codex mcp add codespar-mcp-bcra -- npx -y @codespar/mcp-bcra
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"codespar-mcp-bcra": {
"type": "local",
"command": [
"npx",
"-y",
"@codespar/mcp-bcra"
],
"enabled": true
}
}
} openclaw mcp add codespar-mcp-bcra --command npx --arg -y --arg @codespar/mcp-bcra
mcp_servers:
codespar-mcp-bcra:
command: "npx"
args: ["-y", "@codespar/mcp-bcra"] {
"mcpServers": {
"codespar-mcp-bcra": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-bcra"
]
}
}
} 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.
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.
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.
get_badlar_rate ~79
Get BADLAR rate (tasa de plazos fijos >1M ARS, bancos privados) — used as benchmark for many financial products
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | — | Date (YYYY-MM-DD) |
| date_from | string | — | Start date for range query |
| date_to | string | — | End 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
| Name | Type | Req | Description |
|---|---|---|---|
| currency | string | yes | ISO currency code (e.g. USD, EUR, BRL) |
| date_from | string | — | Start date (YYYY-MM-DD) |
| date_to | string | — | End date (YYYY-MM-DD) |
| limit | number | — | Max rows (default 1000, max 1000) |
| offset | number | — | Offset 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.)
| Name | Type | Req | Description |
|---|---|---|---|
| currency | string | — | Currency code filter (USD, EUR, BRL) |
| date | string | — | Date (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)
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | — | Date (YYYY-MM-DD) |
| date_from | string | — | Start date for range query |
| date_to | string | — | End 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)
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | — | Date (YYYY-MM-DD) |
| date_from | string | — | Start date for range query |
| date_to | string | — | End 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)
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | — | Date (YYYY-MM-DD) |
| date_from | string | — | Start date for range query |
| date_to | string | — | End date for range query |
No output schema declared.
No examples provided.
get_monetary_base ~58
Get monetary base data (base monetaria)
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | — | Date (YYYY-MM-DD) |
| date_from | string | — | Start date for range query |
| date_to | string | — | End 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
| Name | Type | Req | Description |
|---|---|---|---|
| currency | string | yes | ISO currency code (e.g. USD, EUR, BRL) |
| date | string | — | Date (YYYY-MM-DD), defaults to latest |
No output schema declared.
No examples provided.
get_reserves ~56
Get international reserves data (reservas internacionales)
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | — | Date (YYYY-MM-DD) |
| date_from | string | — | Start date for range query |
| date_to | string | — | End 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)
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | — | Date (YYYY-MM-DD) |
| date_from | string | — | Start date for range query |
| date_to | string | — | End 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
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | — | Date (YYYY-MM-DD), defaults to latest |
| date_from | string | — | Start date for range query |
| date_to | string | — | End 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.
| Name | Type | Req | Description |
|---|---|---|---|
| date_from | string | — | Start date (YYYY-MM-DD) |
| date_to | string | — | End date (YYYY-MM-DD) |
| limit | number | — | Max rows (default 1000, max 3000) |
| offset | number | — | Offset for pagination |
| variable_id | number | yes | Variable 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
| Name | Type | Req | Description |
|---|---|---|---|
| cheque_number | number | yes | Número de cheque |
| entity_code | number | yes | Código de entidad (from list_cheque_entities) |
No output schema declared.
No examples provided.