# io.github.rje1974/interbanking (npm · interbanking-mcp)

Saldos y movimientos bancarios de Interbanking (Argentina). Solo lectura.

- Trust score: 76/100 (medium)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-25

## Components

- npm · `interbanking-mcp`: 76/100 (this document), [markdown](https://verifymcp.io/servers/rje1974-interbanking/interbanking-mcp.md), [page](https://verifymcp.io/servers/rje1974-interbanking/interbanking-mcp)

## Channel facts

- Registry: `npm`
- Package: `interbanking-mcp`
- Version: `1.0.2`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-25.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 34 of 109 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 4 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 76/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 369 tokens (~92/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 43/100
  - Stability observed for 13 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 4 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the io.github.rje1974/interbanking MCP server?

io.github.rje1974/interbanking runs locally as an npm package, launched with npx -y interbanking-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add rje1974-interbanking -- npx -y interbanking-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "rje1974-interbanking": {
      "command": "npx",
      "args": [
        "-y",
        "interbanking-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "rje1974-interbanking": {
      "command": "npx",
      "args": [
        "-y",
        "interbanking-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add rje1974-interbanking -- npx -y interbanking-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "rje1974-interbanking": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "interbanking-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add rje1974-interbanking --command npx --arg -y --arg interbanking-mcp
```

### Hermes

```yaml
mcp_servers:
  rje1974-interbanking:
    command: "npx"
    args: ["-y", "interbanking-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "rje1974-interbanking": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "interbanking-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add rje1974-interbanking -t stdio -c npx -a -y interbanking-mcp
```

### Other

```json
{
  "mcpServers": {
    "rje1974-interbanking": {
      "command": "npx",
      "args": [
        "-y",
        "interbanking-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-25 (score 76, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-09-24 (score 76, +1)

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

### 2026-09-23 (score 75, 0)

- [functional regression] Security disclosure: unverified → fail

### 2026-09-22 (score 75, +1)

- [functional regression] Security disclosure: fail → unverified

### 2026-09-21 (score 74, +36)

- [security improvement] Injection markers: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.30
- [functional] Package version: 1.0.1 → 1.0.2

### 2026-09-20 (score 38, −32)

- [security regression] Tool safety: pass → unverified
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Stability: unverified → 0.27
- [functional] First check of Schema quality: unverified
- [functional] Package version: 1.0.1 → 1.0.2

### 2026-09-13 (score 70, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-09-12 (score 55)

First indexed and scored.

## MCP tools (4)

### `listar_cuentas` (~39 tokens)

Listar cuentas

Lista las cuentas bancarias disponibles con su banco, tipo, moneda y numero. Util como primer paso para saber que cuentas existen antes de pedir movimientos.

### `saldos` (~95 tokens)

Consultar saldos

Saldos actuales de todas las cuentas: contable, operativo y proyectado. Acepta un rango de fechas opcional de hasta 64 dias; para rangos mas largos usar saldos_historicos.

Input parameters:

- `desde` (string): Fecha desde (YYYY-MM-DD), opcional
- `hasta` (string): Fecha hasta (YYYY-MM-DD), opcional
- `moneda` (string): Filtrar por moneda

### `saldos_historicos` (~116 tokens)

Saldos historicos

Saldos diarios en un rango de fechas largo. Parte el rango automaticamente en tramos de 60 dias porque la API no acepta mas de 64 por consulta, y devuelve la serie unificada. Devuelve un resumen por cuenta; usar detalle para la serie dia por dia.

Input parameters:

- `desde` (string, required): Fecha desde (YYYY-MM-DD)
- `detalle` (boolean): Si es true, devuelve el saldo de cada dia. Puede ser mucho texto.
- `hasta` (string, required): Fecha hasta (YYYY-MM-DD)

### `movimientos` (~119 tokens)

Consultar movimientos

Movimientos de todas las cuentas en un rango de fechas. Descubre las cuentas solo. Por defecto devuelve un resumen (totales por cuenta y los 25 mas recientes); pedir detalle solo para rangos cortos, porque un rango largo son miles de registros.

Input parameters:

- `desde` (string, required): Fecha desde (YYYY-MM-DD)
- `detalle` (boolean): Si es true, lista todos los movimientos en vez del resumen.
- `hasta` (string, required): Fecha hasta (YYYY-MM-DD)
- `tipo` (string): Tipo de movimiento. Default: anteriores

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/rje1974-interbanking/interbanking-mcp#diagnostics

## Score history

- 2026-09-25: 76
- 2026-09-24: 76
- 2026-09-23: 75
- 2026-09-22: 75
- 2026-09-21: 74
- 2026-09-20: 38
- 2026-09-19: 70
- 2026-09-18: 70
- 2026-09-17: 70
- 2026-09-16: 70
- 2026-09-15: 70
- 2026-09-14: 70
- 2026-09-13: 70
- 2026-09-12: 55

## Common questions

### What is the io.github.rje1974/interbanking MCP server?

io.github.rje1974/interbanking is an MCP server listed in the public MCP registry as io.github.rje1974/interbanking. Saldos y movimientos bancarios de Interbanking (Argentina). Solo lectura. This page covers its npm package (interbanking-mcp).

### Is the io.github.rje1974/interbanking MCP server safe to use?

io.github.rje1974/interbanking scores 76 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the io.github.rje1974/interbanking MCP server expose?

io.github.rje1974/interbanking exposes 4 tools: listar_cuentas, saldos, saldos_historicos, movimientos. Their descriptions and schemas cost roughly 369 tokens of context every time the server is loaded.

### Is the io.github.rje1974/interbanking MCP server still maintained?

io.github.rje1974/interbanking is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the io.github.rje1974/interbanking MCP server under?

io.github.rje1974/interbanking declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/interbanking-mcp
- Socket report: https://socket.dev/npm/package/interbanking-mcp
- Repository: https://github.com/rje1974/interbanking-mcp
- Changelog RSS feed: https://verifymcp.io/servers/rje1974-interbanking/interbanking-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/rje1974-interbanking/interbanking-mcp.json
- HTML version of this page: https://verifymcp.io/servers/rje1974-interbanking/interbanking-mcp
