# Banco do Brasil MCP for AI Agents AI Agent Connect

> Banco do Brasil MCP lets you manage your BB account using your AI client. You can check balances, look at your transaction history, send Pix payments, and pay bills without leaving your chat interface. It handles the heavy lifting of navigating banking APIs so you can just ask for what you need.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_txX4i7XNpqsbulFf1HQmeMEeWl1UuBvqKvhXrL3R/ai-agent-connect
- **Tags:** account-management, transaction-history, payment-processing, balance-inquiry, pix-payments, financial-data

## Description

Dealing with banking apps usually means jumping through hoops of menus and security screens just to see a simple balance or pay a bill. This Connector changes that by giving your AI agent direct access to your Banco do Brasil account. Instead of hunting for a specific button to find your credit card invoice or checking your Pix history, you just ask. You can tell your agent to find a specific transaction from last month or send a Pix payment to a contact using their CPF or email. It works by connecting your credentials to your preferred AI client, making your bank feel like a natural part of your workspace. You can ask for your available funds, check your credit limits, or see what's coming out of your account in the future. It handles the heavy lifting of navigating the bank's systems so you can just ask for what you need. If you're looking for a way to organize your finances without the friction of a traditional mobile app, this is the way to do it. You can find this and thousands of other connectors in the Vinkius catalog to build out your custom AI toolkit.

## Tools

### get_accounts
List your active checking accounts. Use this to see all your available BB accounts at once.

### pay_barcode
Pay a bill using a barcode or boleto number. This is perfect for settling one-off payments like a boleto.

### pay_utility_bill
Pay a utility bill via a barcode. Use this to handle your recurring monthly expenses easily.

### get_pix_history
View a history of sent and received Pix transfers. This lets you verify past payments quickly.

### get_scheduled_payments
View your scheduled future payments. Use this to see what's coming out of your account soon.

### get_statement
Get a list of account transactions for a specific date range. This helps you track spending over time.

### get_balance
Get your current balance and credit limits. This is the quickest way to see if you have enough funds.

### create_pix
Send a Pix payment to a specific key. Use this to move money instantly to friends or vendors.

### get_credit_card_invoices
View your credit card invoices and totals. This helps you keep track of your monthly spending and totals.

## Prompt Examples

**Prompt:** 
```
Show me my current balance.
```

**Response:** 
```
**Current Account Summary**

| Item | Amount |
| :--- | :--- |
| **Available Balance** | R$ 2,500.00 |
| **Credit Limit** | R$ 500.00 |

*Your funds are ready for use.*
```

**Prompt:** 
```
Send a Pix of R$50 to joao@email.com.
```

**Response:** 
```
✅ **Pix sent successfully!**

*   **Amount:** R$ 50.00
*   **Recipient:** joao@email.com
*   **End-to-End ID:** E1234567890123456789012345678901

*The transfer is complete.*
```

**Prompt:** 
```
Show me the transactions from last week.
```

**Response:** 
```
**Recent Transactions (Last 7 Days)**

*   **R$ -50.00** — Pix Sent
*   **R$ 2,000.00** — Salary Received
*   **R$ -120.00** — Utility Bill

*Found 3 transactions total.*
```

## Capabilities

### Check account balances
See your available funds and credit limits instantly.

### Retrieve transaction history
Get a list of past movements by date range.

### Send Pix payments
Transfer money to any Pix key like a phone number or email.

### Pay utility bills
Settle barcodes and Boletos for your monthly expenses.

### Check credit card info
View your latest invoices and totals.

### View scheduled payments
See what's coming out of your account in the future.

## Use Cases

### Paying a supplier boleto
A business owner needs to pay a vendor. They ask their agent to pay a boleto using pay_barcode.

### Verifying a received payment
A freelancer wants to see if they got paid. They ask their agent to show their get_pix_history.

### Checking weekly spending
A traveler wants to see their recent activity. They ask their agent to list transactions from the last 7 days using get_statement.

### Quick balance check
A user wants to know if they have enough money for a purchase. They ask their agent to check their get_balance.

## Benefits

- Stop manual tab switching by using get_balance to check your funds directly in your chat.
- Track your spending habits more easily with get_statement to pull history on demand.
- Speed up your payments by using create_pix to send money instantly via your AI agent.
- Keep your bills organized by using pay_utility_bill to handle recurring costs without a browser.
- Monitor your debt more closely by using get_credit_card_invoices to see what you owe.
- Stay ahead of your cash flow by using get_scheduled_payments to see what's leaving your account.

## How It Works

The bottom line is you get a direct line to your Banco do Brasil account through your AI agent.

1. Subscribe to this Connector on the Vinkius marketplace.
2. Generate an Access Token from the BB Developers Portal.
3. Paste the token into your AI client to start managing your account.

## Frequently Asked Questions

**Can I use the Banco do Brasil MCP to pay my monthly bills?**
Yes, you can use it to pay utility bills and barcodes. Just tell your agent the amount and provide the barcode number to settle your expenses.

**Does the Banco do Brasil MCP support Pix payments?**
Yes, it allows you to send Pix payments using keys like email, phone numbers, or CPF. It makes sending money much faster through your AI client.

**How do I connect my Banco do Brasil account to my AI?**
You just need to generate an Access Token from the official BB Developers Portal and paste it into your AI client. This connects your account securely.

**Can I see my transaction history with this Connector?**
Yes, you can pull statements by date range to see past movements. This is great for tracking your spending or verifying payments.

**Is the Banco do Brasil MCP safe for my banking data?**
Yes, it uses your own Access Token to interact with the bank's official API. Your credentials stay private and are only used to perform the actions you request.

**Can I use this to check my credit card info?**
Yes, the Connector can pull your latest invoices and totals, allowing you to keep track of your credit card spending without opening the bank's app.

**How do I get an Access Token for Banco do Brasil?**
You must create a Developer account on [**BB Developers Portal**](https://developers.bb.com.br), create an App, and use your Certificate (mTLS) and Client ID/Secret to generate the Access Token via OAuth2.

**Can I pay bills and Pix?**
Yes! Use the `pay_barcode` or `create_pix` actions. You will need a valid token with payment permissions.

**Does it work for companies (CNPJ)?**
Yes, the BB APIs support both Individual (CPF) and Business (CNPJ) accounts, provided your token has the correct scope.

**Are the API connections secure?**
Absolutely. Banco do Brasil requires mTLS certificates and secure environments for their API connections to ensure financial-grade safety.