How to Use the Banco Inter MCP in Cursor
Build financial features faster by letting Cursor pull real Banco Inter account data and Pix tools directly into your active codebase.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Banco Inter MCP to Cursor
Create your Vinkius account to connect Banco Inter to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Test Banco Inter MCP Server endpoints live
Writing integration code usually involves guessing API responses from outdated documentation. Cursor changes that by fetching actual bank data while you type. You ask the agent to write a reconciliation script, and it pulls real numbers to structure the types correctly. When you need to map out transaction models, the agent calls `inter_get_statement` to grab your actual corporate history. It can also hit `inter_get_balance` to verify the end-of-day snapshot, ensuring your local variables match the exact JSON schema returned by the bank.
Scaffold Pix and Boleto generation
Hardcoding payment payloads wastes time without an MCP tool. You can tell your editor to draft a checkout function, and it will use the live endpoints to generate real test charges immediately. The AI sees exactly what the bank expects because it just ran the request. Cursor triggers `inter_create_pix_billing` with a test CPF/CNPJ and amount to confirm the payload structure. If you need fallback options, it runs `inter_create_boleto` and writes the parsing logic based on the actual slip data it receives.
Automate payment verification logic
Polling for cleared invoices requires precise date filtering and status matching. Your agent can build this cron job by actually running the queries first. It learns the pagination and filter quirks by executing them in real time. The AI uses `inter_list_pix_billings` to check recent instant payments and `inter_list_boletos` for batch slip searches. When it needs to handle specific failure states, it queries `inter_get_boleto` to see exactly how the bank formats a rejected or pending status.
Set up Banco Inter MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Banco Inter MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Banco Inter transactions." If the MCP tools are loaded correctly, Cursor will call the Banco Inter tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"banco-inter-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Banco Inter. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Banco Inter MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Banco Inter MCP today
We host it, we monitor it, we maintain it. You just paste one token.