Skip to main content
IN

Banco Inter

v0.2.1OAuth2

Banca digital con Pix, boleto, estados de cuenta y transferencias. Tu agente gestiona el flujo de caja y automatiza recibibles vía la API de Inter.

22 herramientas1 env vars🇧🇷 Brasilestable en npm

Qué puede hacer tu agente

Banco Inter le da a tu agente 22 tools que llama directo — elegí las que necesite, en Claude, Cursor o cualquier cliente MCP.

  • create_boletoCreate a boleto bancario (bank slip)
  • get_boletoGet boleto details by ID
  • list_boletosList boletos with filters
Ejemplo de llamada
// Your agent calls a tool directly — no glue code.
// CodeSpar's managed tier handles OAuth2, token rotation and rate limits.
const result = await session.call("create_boleto", { /* ... */ });

Instalar

terminal
$ npm install @codespar/mcp-inter-bank

Quickstart

Agregá esta entrada a tu claude_desktop_config.json (o a la config de cualquier cliente compatible con MCP).

claude_desktop_config.json
{
  "mcpServers": {
    "inter-bank": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-inter-bank"
      ],
      "env": {
        "INTER_CLIENT_ID": "<your_inter_client_id>"
      }
    }
  }
}

Después de reiniciar, tu agente puede llamar cualquiera de las 22 herramientas de abajo — probá create_boleto primero.

Variables de entorno · 1

Necesarias para autenticar el server. Almacenadas cifradas al usar el hosting gestionado de CodeSpar.

INTER_CLIENT_ID
obligatoriosecret

API key/token for inter-bank

Herramientas disponibles · 22

Cada herramienta es independiente — tu agente carga solo lo que necesita para reducir contexto y tiempo de respuesta.

WRITEcreate_boleto
Create a boleto bancario (bank slip)
READget_boleto
Get boleto details by ID
READlist_boletos
List boletos with filters
DELETEcancel_boleto
Cancel (write-off) a boleto
READget_boleto_pdf
Download boleto PDF (returns base64 payload)
WRITEcreate_pix
Create a PIX payment
READget_pix
Get PIX transaction details by ID
READlist_pix
List PIX transactions

Frameworks compatibles

MCP es un protocolo — cualquier framework que lo hable puede montar este server.

Claude Agent SDKAnthropic
OpenAI AgentsOpenAI
Vercel AI SDKVercel
LangChainLangChain
LlamaIndexLlamaIndex
CrewAICrewAI
MastraMastra
Cualquier cliente MCPProtocolo

Preguntas frecuentes

Corré `npx -y @codespar/mcp-inter-bank` y agregá el bloque de config de arriba a tu cliente MCP — Claude, Cursor, VS Code o cualquier cliente compatible con MCP. Sin build, sin SDK. ¿Preferís hosted? El tier gestionado de CodeSpar lo corre por vos, con la auth resuelta.
Banco Inter — MCP server · 22 tools | CodeSpar