# Banco Inter MCP for AI Agents AI Agent Connect

> Banco Inter MCP connects your AI agent to your Banco Inter Empresas account. Automate Pix payments, generate bank slips (Boletos), and pull real-time balance data or statements. It replaces manual logins with direct API actions for corporate finance.

## Overview
- **Category:** money-moves
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_cDxIPgA8KIFxv4L3xXaS8Ydie7M1MRmzSVjZKkf3/ai-agent-connect
- **Tags:** pix-payments, boleto-automation, corporate-banking, balance-inquiry, financial-api, transaction-management

## Description

This Connector puts your Banco Inter corporate account directly into the hands of your AI agent. Instead of jumping between browser tabs to check balances or manually typing in customer details to generate bank slips, you can just ask your agent to do it. It handles the heavy lifting for Brazilian financial operations like Pix Cob and Boleto issuance. You'll be able to pull historical statements to spot trends or send instant payments without ever opening the banking portal. It's a massive time saver for anyone dealing with high-volume Brazilian transactions. Because Vinkius makes it easy to manage your connections, you can get this set up and start moving money or checking records in seconds. It turns your chat interface into a functional financial dashboard for your business.

## Tools

### inter_create_boleto
Generate a new bank slip (Boleto) for a specific customer and amount. This helps you create invoices quickly without manual entry.

### inter_create_pix_billing
Create an immediate Pix charge (Pix Cob) using a customer's CPF or CNPJ. It's perfect for sending instant payment requests.

### inter_get_balance
Fetch the current daily balance for your corporate digital account. You can check your liquidity with a quick command.

### inter_get_boleto
Retrieve the status and specific details of an existing bank slip. Use this to track which customers have paid.

### inter_get_statement
Download a full statement of all recent account transactions. This is great for monthly audits and bookkeeping.

### inter_list_pix_billings
View a list of received or generated Pix billings within a date range. Use this to monitor your incoming payments.

### inter_send_pix
Execute an outgoing Pix payment using your corporate account. It lets you move money instantly to any valid key.

### inter_list_boletos
Search and filter through your list of batch bank slips. It makes it easy to see all your active billings at once.

## Prompt Examples

**Prompt:** 
```
Can you check my current balance for the corporate account?
```

**Response:** 
```
Your current daily balance for the Banco Inter Empresas account is **R$ 15,430.20**.

Here is a quick summary:
* **Status:** Active
* **Last Updated:** Today
* **Liquidity:** High
```

**Prompt:** 
```
Generate a Boleto for a client named Maria Silva (CPF 12345678901) for R$ 250.00.
```

**Response:** 
```
I've created that Boleto for you. The Nosso Numero is **004912345** and the barcode is **00000.00000.00[...]

You can forward this directly to Maria Silva for payment.
```

**Prompt:** 
```
Did we receive any Pix payments between yesterday and today?
```

**Response:** 
```
Yes, you received **3 Pix payments** in that timeframe. 

**Total Amount:** R$ 1,200.00

Would you like me to list the individual transaction details for these payments?
```

## Capabilities

### Create bank slips
Generate new Boletos for customers with specific amounts and identifiers.

### Issue Pix charges
Create dynamic Pix Cob charges for immediate payment collection.

### Check account balances
Get real-time balance data for your corporate digital account.

### Retrieve transaction statements
Pull full account statements for auditing or historical review.

### Send Pix payments
Execute outgoing Pix transfers to any valid key from your account.

### Filter batch billings
Search and list batch bank slips or Pix billings within date ranges.

## Use Cases

### Automating high-volume billing
A user needs to create 50 bank slips for different clients. They ask their agent to generate them all using inter_create_boleto in one go.

### Verifying incoming Pix payments
A manager wants to see if a specific Pix arrived. They use inter_list_pix_billings to see all recent incoming charges in a specific timeframe.

### Monthly financial reconciliation
An accountant needs to summarize the month's spending. They have their agent pull the inter_get_statement and summarize the transaction data.

### Urgent vendor payments
A clerk needs to pay a vendor immediately. They use inter_send_pix to move funds to a CPF key without opening the bank portal.

## Benefits

- Stop manual login fatigue by letting your agent handle balance checks and statements via the Banco Inter MCP.
- Generate bank slips instantly using inter_create_boleto to save hours on manual billing.
- Speed up collections with dynamic Pix charges created through inter_create_pix_billing.
- Audit your history faster by pulling full statements with inter_get_statement on demand.
- Manage high-volume payments easily by sending Pix transfers with inter_send_pix.
- Track your outstanding receivables by listing and filtering batch slips with inter_list_boletos.

## How It Works

The bottom line is you get a direct, secure bridge between your AI and your corporate bank account without using a browser.

1. Generate your API Scopes and Security Certificates from the Banco Inter corporate app.
2. Base64 encode your .crt and .key files into plain text strings.
3. Add these strings as environment credentials in your Connector host.

## Frequently Asked Questions

**Can I use the Banco Inter MCP for my personal account?**
No, this Connector is specifically designed for Banco Inter Empresas (corporate) accounts. You'll need to use your corporate credentials to connect it.

**Does the Banco Inter MCP support Pix payments?**
Yes, it can send Pix payments and generate dynamic Pix charges (Pix Cob) directly through your agent.

**How do I secure my banking credentials with the Banco Inter MCP?**
You'll need to Base64 encode your security certificates and set them as environment variables in your Connector host to keep them safe.

**Can I pull my transaction history using the Banco Inter MCP?**
Yes, you can use it to get full account statements (Extratos) and view historical movements for your business.

**Can I create multiple bank slips at once with the Banco Inter MCP?**
You can use the tool to generate individual Boletos, and also use the batch listing tools to manage them.

**What kind of Brazilian bank slips does the Banco Inter MCP handle?**
It generates standard Brazilian bank slips (Boletos de Cobrança) by parsing customer identifiers like CPF or CNPJ.

**How do I configure my Banco Inter Base64 Certificates during setup?**
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.

**Can I initiate a Pix transfer (send money) out of my corporate account?**
Yes, using the native `inter_send_pix` tool your agent has technical capabilities to make outbound transfers. Proceed with immense caution while deploying agents capable of draining liquidity implicitly.

**Are boletos automatically registered with the 'Nosso Numero' tag upon creation?**
Yes. Banco Inter API automatically parses the request creating a fully valid and verified registered bank slip payload containing the barcode vector dynamically.

**Will checking my bank statement count towards rate limits?**
Banco Inter developer APIs employ basic rate limitations on requests. Using `inter_get_statement` sparingly throughout an automated chat retains total compliance to the quotas without blocking integrations.