4,500+ servers built on MCP Fusion
Vinkius
Belvo logo
Vinkius
CrewAI logo

How to Use the Belvo MCP in CrewAI

Deploy autonomous teams of financial agents using CrewAI and the Belvo MCP Server.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Belvo MCP on Cursor AI Code Editor MCP Client Belvo MCP on Claude Desktop App MCP Integration Belvo MCP on OpenAI Agents SDK MCP Compatible Belvo MCP on Visual Studio Code MCP Extension Client Belvo MCP on GitHub Copilot AI Agent MCP Integration Belvo MCP on Google Gemini AI MCP Integration Belvo MCP on Lovable AI Development MCP Client Belvo MCP on Mistral AI Agents MCP Compatible Belvo MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Belvo MCP to CrewAI

Create your Vinkius account to connect Belvo to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Collaborative Credit Risk Assessment

Using the `list_accounts` tool, a research agent in your crew can fetch active bank accounts and share them with an analyst agent. Analyzing credit risk requires multiple viewpoints. With CrewAI, your agents share memory to build a complete profile without duplicating API requests. The team coordinates using sequential execution. Once the research agent verifies the account holder with `list_owners`, the analyst agent calculates the debt-to-income ratio using the fetched balances.

Autonomous Expense Auditing Teams

The `list_recurring_expenses` tool lets your monitoring agent track corporate spending across Latin America and flag unusual charges. Keeping track of corporate spending is a headache. By hooking this MCP Server into your crew, a monitoring agent can run checks and pass suspicious items to a moderator agent. You configure this by passing the Vinkius SSE or HTTP URL directly into the agent's `mcps` array. The agents handle the tool selection autonomously, calling `get_transaction` only when they need to drill down into a specific line item.

Multi-Agent Investment Tracking in CrewAI

Using the `get_investments` tool, your investment crew pulls real-time asset allocations from Mexican and Brazilian institutions. Managing diverse portfolios requires constant oversight. Your investment crew can use this tool over the MCP link to pull asset allocations from different institutions. This multi-agent setup ensures that data fetching and data formatting are handled by separate, specialized entities. Your main agent stays focused on decision-making while the helper agents fetch the raw financial records.

Setup guide

Set up Belvo MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Belvo tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Belvo Analyst",
    goal="Access and analyze Belvo data via MCP.",
    backstory="Expert analyst with direct Belvo access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Belvo transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

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 CrewAI

You can pass your Vinkius HTTP endpoint directly into the agent's `mcps` list during initialization. CrewAI automatically discovers the financial tools and exposes them to that specific agent.
Yes, agents in the same crew use shared memory to pass context. If one agent fetches transaction history using `list_transactions`, another agent can analyze that data without hitting the API again.
Use the `MCPServerHTTP` class from `crewai.mcp` and apply a `tool_filter`. This lets you restrict a specific agent to only read balances with `list_balances` while blocking write operations.
Yes, you can appoint a manager agent to oversee the financial analysis. The manager delegates tasks like calling `list_incomes` to subordinate agents and reviews the final financial report.
All transaction data and owner records retrieved from Latin American banks are processed transiently in memory. Vinkius isolates the runtime environment, meaning no financial records are ever written to disk or used for training models.

Start using the Belvo MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 12 tools

We've already built the connector for Belvo. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 12 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.