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

How to Use the Modulr MCP in CrewAI

Run autonomous multi-agent financial operations using CrewAI and the Modulr MCP Server.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Modulr MCP to CrewAI

Create your Vinkius account to connect Modulr 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

Multi-agent reconciliation and execution

Divide and conquer your back-office tasks. You can set up a CrewAI team where a reconciliation agent monitors ledger histories with `modulr_get_transactions` while a payout agent executes batch transfers using `modulr_create_payment`. The agents share context and memory. If the auditor agent spots a discrepancy, it instructs the payout agent to hold off on running `modulr_list_payments` until the ledger matches.

Automated vendor onboarding with CrewAI

Let specialized agents handle partner setup. A compliance agent can inspect new profiles with `modulr_get_customers`, while a setup agent registers their bank details using `modulr_create_beneficiary`. This multi-agent setup ensures that no beneficiary is mapped until the customer profile is fully validated. The CrewAI framework manages the handoffs, passing data between the tools without friction.

Autonomous ledger management with CrewAI

Manage complex virtual account structures without manual intervention. Your agent crew can monitor incoming volumes and dynamically spin up new EUR or GBP wallets using `modulr_create_account` when specific thresholds are met. By exposing the Modulr MCP Server to your crew, you enable autonomous liquidity routing. The agents track live balances across your setup using `modulr_get_accounts` and rebalance funds as needed.

Setup guide

Set up Modulr 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 Modulr tools as needed.

crew.py
from crewai import Agent, Task, Crew

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

task = Task(
    description="List recent Modulr 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 Modulr MCP in CrewAI

You can pass the Vinkius endpoint URL directly into the agent's setup array. This instantly exposes tools like `modulr_create_payment` and `modulr_create_account` to that specific agent's toolkit.
Yes, you can use a tool filter during registration. This lets you give your auditor agent access to `modulr_get_transactions` while restricting `modulr_create_payment` strictly to your executive agent.
If multiple agents call `modulr_list_payments` simultaneously, the managed MCP Server queues the requests to avoid rate limits. CrewAI's internal retry mechanisms will also pause and retry the tool execution if the API returns a busy status.
Yes, your agents can specify the currency when calling `modulr_create_account`. The server handles the underlying banking rules for both UK and European financial networks.
Absolutely. All bank account numbers, payee details, and ledger balances are processed within Vinkius's ephemeral sandboxes. CrewAI only sees the text outputs returned by tools like `modulr_get_accounts` during active tasks.

Start using the Modulr MCP today

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

Built & Managed by Vinkius 30s setup 7 tools

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

No hosting. No infrastructure. No complex setup.
All 7 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.