Server data from the Official MCP Registry
Saldos y movimientos bancarios de Interbanking (Argentina). Solo lectura.
About
Saldos y movimientos bancarios de Interbanking (Argentina). Solo lectura.
Security Report
Valid MCP server (2 strong, 2 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
4 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
What You'll Need
Set these up before or after installing:
Environment variable: IB_CLIENT_ID
Environment variable: IB_CLIENT_SECRET
Environment variable: IB_REDIRECT_URL
Environment variable: IB_CUSTOMER_ID
How to Install
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-rje1974-interbanking": {
"env": {
"IB_CLIENT_ID": "your-ib-client-id-here",
"IB_CUSTOMER_ID": "your-ib-customer-id-here",
"IB_REDIRECT_URL": "your-ib-redirect-url-here",
"IB_CLIENT_SECRET": "your-ib-client-secret-here"
},
"args": [
"-y",
"interbanking-mcp"
],
"command": "npx"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
interbanking-mcp
Servidor MCP para consultar tus cuentas de Interbanking (Argentina) desde un agente: saldos, saldos históricos y movimientos, en castellano y sin escribir código.
Es de solo lectura. No hay ninguna herramienta que mueva plata, y eso no es una convención sino una decisión de diseño: la función genérica del cliente —la que acepta cualquier método HTTP— queda deliberadamente afuera del servidor.
Instalación
No hace falta instalar nada: se descarga solo al arrancar.
Claude Code
claude mcp add interbanking \
--env IB_CLIENT_ID=tu_client_id \
--env IB_CLIENT_SECRET=tu_client_secret \
--env IB_REDIRECT_URL=https://localhost \
--env IB_CUSTOMER_ID=tu_customer_id \
-- npx -y interbanking-mcp
Claude Desktop u otro cliente con archivo de configuración
{
"mcpServers": {
"interbanking": {
"command": "npx",
"args": ["-y", "interbanking-mcp"],
"env": {
"IB_CLIENT_ID": "tu_client_id",
"IB_CLIENT_SECRET": "tu_client_secret",
"IB_REDIRECT_URL": "https://localhost",
"IB_CUSTOMER_ID": "tu_customer_id"
}
}
}
}
Las credenciales salen del portal de desarrolladores de Interbanking. Cómo obtenerlas, paso a paso, está en interbanking-api-ejemplo.
Ojo con dónde quedan las credenciales. Ese archivo de configuración es texto plano en tu disco. Antes de pegarlas ahí, leé gestión de tokens.
Herramientas
| Herramienta | Qué hace |
|---|---|
listar_cuentas | Las cuentas disponibles con banco, tipo, moneda y número |
saldos | Saldos actuales: contable y operativo. Rango opcional de hasta 64 días |
saldos_historicos | Saldos día por día en rangos largos; parte el rango solo |
movimientos | Movimientos de todas las cuentas, con totales de créditos y débitos |
Una vez configurado, se le habla en castellano:
- "¿Cuánto tengo en cada cuenta?"
- "Mostrame los movimientos de septiembre"
- "¿Cómo evolucionó el saldo del Galicia desde enero?"
- "¿Qué transferencias entraron la semana pasada?"
Sobre el volumen de datos
movimientos y saldos_historicos devuelven un resumen por defecto: totales por
cuenta y los 25 movimientos más recientes. Un rango de un año son miles de registros, y
volcarlos enteros llena la ventana de contexto del agente sin que nadie gane nada. Para
ver todo, pedirle "con detalle", y mejor sobre rangos cortos.
Qué hay abajo
Usa interbanking-client, que
resuelve los quirks del portal: los parámetros del token van en la query string y no en
el body, el header service tiene que incluir https://, customer-id va como query
parameter, y movimientos usa una URL base distinta a saldos. Todos están documentados en
interbanking-api-ejemplo.
Desarrollo
npm install
npm run check
npm test
Para probarlo a mano:
npx @modelcontextprotocol/inspector node server.js
Licencia
MIT
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Paperclip
Freeby Paperclipai · Developer Tools
Trending hip-hop artist momentum scores across four cultural dimensions.
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
