How to Use the Belvo MCP in Cursor
Inject live Latin American banking data straight into your codebase using Cursor and the Belvo tools.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Belvo MCP to Cursor
Create your Vinkius account to connect Belvo 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.
Build fintech features with Cursor and this MCP Server
Belvo gives your editor direct access to 12 live financial endpoints. When you prompt the agent to build a transaction feed, it calls `list_transactions` to get real LATAM banking payloads instead of guessing the JSON structure. Writing integration tests becomes trivial. You ask the client to fetch a specific account using `get_account` and use that exact response to write your assertions.
Map investments and recurring costs
This MCP Server turns raw financial connections into typed code instantly. Your agent queries `list_recurring_expenses` to see how the API formats subscription data, then generates the corresponding TypeScript interfaces. Handling wealth management features works the exact same way. The `get_investments` tool pulls live portfolio structures directly into your editor so you can map the fields to your database schema without opening the API docs.
Debug bank links without leaving the IDE
You diagnose connection issues right where you write code. If a user reports a missing bank, you run `list_institutions` through the chat to verify support. Finding the root cause of a failed sync takes one prompt. The agent uses `list_links` to find the user's connection ID, then calls `get_link` to dump the error state right into your terminal.
Set up Belvo 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 Belvo 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 Belvo transactions." If the MCP tools are loaded correctly, Cursor will call the Belvo tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"belvo-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 Belvo. 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 Belvo MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Belvo MCP today
We host it, we monitor it, we maintain it. You just paste one token.