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

How to Use the Brevo MCP in CrewAI

Deploy specialized CrewAI agent teams to manage your Brevo CRM and dispatch customer alerts autonomously.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Brevo MCP to CrewAI

Create your Vinkius account to connect Brevo 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 CRM coordination

The `list_crm_contacts` tool allows your analyst agent to scan your database for inactive leads via the MCP Server. Once identified, a coordinator agent uses this data to decide which contacts need to be reassigned or updated. The coordinator then passes the target list to an execution agent. This structure keeps your CRM clean without a human developer having to manually trigger cleanups or write custom scripts.

Autonomous campaign segmentation with CrewAI

The `create_contact_list` tool is used by your marketing planner agent to set up fresh target groups. After analyzing customer behavior, the agent creates the list and organizes it inside your Brevo folders. A separate copywriting agent can then draft personalized messages for those lists. The crew collaborates using shared memory, ensuring the right audience receives the right message.

Automated customer escalation

The `send_transactional_sms` tool lets your support agent send critical alerts when high-priority issues occur. If a customer's server goes down, the agent bypasses web dashboards and pings their phone directly. Simultaneously, a backup agent can trigger `send_transactional_email` with a detailed incident report over the MCP connection. This multi-channel approach guarantees that urgent communications are sent instantly by your autonomous crew.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

You pass the MCP server URL to the `mcps` parameter of your specialized CrewAI agent. This gives that specific agent access to tools like `update_contact_attributes` while keeping other agents focused on analysis.
Yes, an agent with the database manager role can use `delete_crm_contact` to remove profiles. You can configure a moderator agent to require human approval before this tool is executed.
Agents share data using CrewAI's memory system. If one agent runs `get_contact_attributes`, the retrieved email addresses and metadata are available to the next agent in the crew's execution sequence.
The `send_transactional_sms` tool will reject the payload if it is not in E.164 format. Your agent will read the error message, correct the format using its reasoning capabilities, and retry the dispatch.
Neither platform stores your email templates, contact lists, or phone numbers. The MCP server acts as a stateless gateway, passing the data directly to Brevo's API and destroying the memory state as soon as the agent task finishes.

Start using the Brevo MCP today

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

Built & Managed by Vinkius 30s setup 10 tools

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

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