# Brevo MCP for AI Agents AI Agent Connect

> Brevo MCP lets you run your marketing and communication workflows directly from your AI client. Send transactional emails, fire off SMS alerts, and manage your CRM contacts without leaving your chat window. It handles the backend stuff like syncing data and dispatching messages so you can focus on closing deals or solving tickets.

## Overview
- **Category:** marketing-automation
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_Oy3eD4Ujg5ObL6bcAy4fllMW852O0ZBjQu1AsOjX/ai-agent-connect
- **Tags:** sms-marketing, transactional-email, contact-management, marketing-campaigns, customer-engagement, automation-workflows

## Description

You're tired of jumping between tabs just to send a simple password reset or to update a lead's status in your CRM. This Brevo MCP lets your AI agent do the clicking for you. You can just tell your agent to send a confirmation email to a new user or ping a customer with an SMS update. It handles the backend stuff like mapping profile fields and organizing audience lists. Because it's hosted on Vinkius, you get it running in minutes without the headache of manual API plumbing. It's about getting your communication out the door faster while keeping your contact data clean and organized. No more manual data entry or hunting for the right button in a heavy marketing platform. Just talk to your agent and get back to your actual work.

## Tools

### get_account
Get Brevo account details

### create_email_campaign
Create an email campaign

### create_contact
Create a new contact

### get_contact
Get details for a specific contact

### get_contact_list
Get details for a specific list

### get_smtp_statistics
Get SMTP delivery statistics

### list_email_campaigns
List email campaigns

### list_contacts
List Brevo contacts

### list_contact_lists
List contact lists

### list_senders
List approved senders

### send_email
Send a transactional email

## Prompt Examples

**Prompt:** 
```
Send a password reset email to user@example.com.
```

**Response:** 
```
I've sent that password reset email to user@example.com. It was dispatched via the Brevo SMTP gateway.
```

**Prompt:** 
```
Add a new lead: Sarah Jenkins, sarah@work.com, and put her in the 'High Priority' list.
```

**Response:** 
```
I've added Sarah Jenkins to your CRM and placed her in the High Priority list. I also updated her profile attributes with the 'New Lead' tag.
```

**Prompt:** 
```
Send a text to the admin number saying the site is down.
```

**Response:** 
```
Sent. The SMS alert 'Site is down' has been dispatched to your admin phone number via the Brevo gateway.
```

## Capabilities

### Send transactional emails
Send HTML or template-based alerts instantly to your customers.

### Dispatch SMS messages
Fire global notifications to verified phone numbers.

### Create CRM contacts
Add new user profiles to your Brevo database automatically.

### Manage contact lists
Create new audience folders to organize your marketing campaigns.

### Update profile attributes
Modify specific metadata for existing contacts in your CRM.

### List CRM contacts
View all people stored in your Brevo CRM at once.

## Use Cases

### Manual password resets
A support agent needs to send a manual password reset. The agent sends the link via the Brevo gateway.

### Lead logging
An SDR finishes a call and needs to add a lead. The agent creates the contact and adds them to the right list.

### Maintenance alerts
An IT admin needs to announce a server reboot. The agent blasts the maintenance notice to the user base.

### Audience segmentation
A marketing team wants to see who's in a specific list. The agent shows the audience segments.

## Benefits

- Send transactional emails without leaving your chat workspace.
- Update lead data instantly to keep your CRM records accurate.
- Dispatch SMS alerts for real-time customer notifications.
- Organize your audience quickly for targeted marketing.
- Check your remaining sending limits to avoid overages.

## How It Works

The bottom line is you can manage your entire communication pipeline through a single chat interface.

1. Connect your Brevo account to your AI client via the Vinkius dashboard.
2. Input your active Brevo API key to authorize the connection.
3. Ask your agent to send messages or manage your CRM data in plain English.

## Frequently Asked Questions

**Can I use the Brevo MCP to send emails?**
Yes, it lets your agent send transactional emails like receipts or alerts directly from your chat.

**How does the Brevo MCP handle my CRM contacts?**
It allows your agent to create, list, and update contact records in your Brevo account automatically.

**Can I send SMS with the Brevo MCP?**
Yes, you can dispatch automated SMS notifications to mobile numbers through the Brevo gateway.

**Will the Brevo MCP help with my marketing automation?**
It's best for transactional tasks. For complex drip campaigns, you'll still want to use the Brevo dashboard.

**Does the Brevo MCP support custom contact fields?**
Yes, it can update specific attributes and metadata for your CRM contacts as you talk to your agent.

**Is the Brevo MCP good for IT alerts?**
It's perfect for that. You can have your agent send maintenance emails or SMS pings to your team instantly.

**Can I format the transactional emails organically via prompt?**
Absolutely. Using the `send_transactional_email` operation, the AI dynamically renders the HTML body from your specific text instructions or leverages pre-made numeric Brevo templates.

**Is it possible to assign custom CRM attributes when creating a contact?**
Yes. The `create_contact` tool exposes a JSON parameter block mapping fields perfectly (like FIRSTNAME, LASTNAME, CITY) directly alongside their assigned inclusion lists.

**Are the SMS dispatched globally?**
Yes! Brevo's massive routing handles global cellular numbers, and the `send_sms` command executes that payload identically as long as your Brevo account remains credit-funded and active.

**How do I find my Brevo API Key?**
Log in to your account, navigate to **Settings** > **SMTP & API**, and generate a new v3 API Key.

**Can I send transactional emails via AI?**
Yes! The `send_email` tool allows your agent to dispatch single SMTP messages by providing sender and recipient details programmatically.

**How do I check SMTP delivery statistics?**
Use the `get_smtp_statistics` tool to retrieve high-fidelity reports on transactional email performance directly from the platform.