Banco Inter

Banco Inter MCP Connector for Claude

A+

Connect to your Banco Inter Empresas digital account. Automate Pix, Boletos, balance inquiries and statements.

8 tools Official Updated Jun 28, 2026 Official Vinkius Partner

The Banco Inter MCP Server transforms your AI agent into a secure, fully automated financial assistant directly tethered to your Banco Inter Corporate account. Perform high-velocity API commands without ever logging into the Internet Banking portal.

What you can do

  • Pix Engine — Interrogate the status of issued billing, generate complex dynamic Pix charges (Pix Cob), and seamlessly orchestrate automated money transfers directly natively through your chatbot.
  • Boleto (Bank Slips) — Generate fully structured Brazilian bank slips parsing customer identifiers (CPF/CNPJ). You can also extract individual slip histories.
  • Routine Banking — Access daily statements (Extratos), balance verifications, and general cash flow history queries natively embedded into conversations.

How it works

  1. Use your corporate Banco Inter app to generate your API Scopes and Security Certificates (.crt and .key).
  2. The Brazilian BACEN system requires mTLS (Mutual TLS). Instead of downloading server files, you will just Base64 encode both .crt and .key files.
  3. Securely set these long strings as environment credentials in your MCP host.

Who is this for?

  • Finance Engineers — Automate tedious manual account checking and boleto generations instantly.
  • Corporate Administrators — Monitor daily income seamlessly during chat sessions with AI models without security compromises.
pix-paymentsboleto-automationcorporate-bankingbalance-inquiryfinancial-apitransaction-management

8 tools expose this connector's capabilities to your AI agent.

inter_create_boleto

Gerar um Boleto de Cobrança Bancário (Banco Inter)

inter_create_pix_billing

Obrigatório incluir cpfCnpj e valor. Emitir cobrança imediata via Pix (Banco Inter)

inter_get_balance

Consultar o Saldo final do dia na Conta Digital (Banco Inter Empresas)

inter_get_boleto

Consultar dados detalhados e status de um Boleto específico (Banco Inter)

inter_get_statement

Consultar o Resumo (Statement / Extrato) completo de movimentações da conta (Banco Inter Empresas)

inter_list_boletos

Listar pesquisa filtrada de Boletos em lote (Banco Inter)

inter_list_pix_billings

Consultar cobranças Pix (Cob) recebidas ou geradas num intervalo (Banco Inter)

inter_send_pix

O token deve constar o scope necessário. Pagamentos - Enviar um Pix utilizando sua Conta Banco Inter

See how to talk to your AI agent using Banco Inter.

Generate an Inter corporate Boleto for John Doe (CPF 12345678909). The value is 50.00 expiring on 2026-10-10.

The Boleto has been physically recorded in your Banco Inter registry! Nosso Numero corresponds to '[ID]'. The active Barcode string is: '00000.00000.00[...]' which can be forwarded.

Send a dynamic Pix (Cash outbound) of R$ 5.00 to CPF key 03928139.

Processing the outgoing transfer... Successfully sent R$ 5.00 to the parsed CPF via Banco Inter rails. Your current liquidity accounts correctly mirror this change.

Load my historical Banco Inter statement (Extrato) from 01/20/2024 to 01/25/2024 and identify if there was any Pix received.

Data Extracted. In your historical statements you observed exactly 8 inbound transactions. Three of these lines reflect an inbound automated Pix flow valued at R$ [Total].

Log into Banco Inter Empresas > **Aplicações** > New application. Select all API scopes (Boleto, Pix, Banking). Download your keys (`.crt` and `.key`). To input them securely without uploading files, run `base64 -i your_cert.crt` and `base64 -i your_cert.key` in your local terminal. Copy-paste these two respective massive text outputs into the `CERT_BASE64` and `KEY_BASE64` MCP connection variables.

Related Connectors