Send transactional emails/SMS, manage contacts, and run marketing campaigns with Brevo (formerly Sendinblue).
Use with AI AssistantsMCP
Connect Claude, Cursor, or any MCP-compatible client — then call tools directly
① Add This MCP Server
Paste into your AI client config — then all its tools are available instantly.
{
"mcpServers": {
"brevo": {
"url": "https://mcp.aerostack.dev/s/aerostack/mcp-brevo",
"headers": {
"Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
}
}
}
}Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.
② Call a Tool
Ask your AI assistant to call a specific tool, or send raw JSON-RPC:
Natural Language Prompt
“Use the list_contacts tool to list contacts in brevo. supports pagination and filtering by modification date”
Using a Workspace?
Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.
Send transactional emails and SMS, manage contacts, campaigns, and lists via Brevo (formerly Sendinblue) — the complete marketing platform for your AI agents.
Brevo is a leading all-in-one marketing platform used by 500,000+ businesses to send transactional emails, SMS, and run contact-based campaigns. This MCP server gives your agents full access: create and segment contacts, send transactional emails and SMS, build and schedule campaigns, track events for automation, and configure webhooks for real-time delivery data.
Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-brevo
| Tool | Description |
|---|---|
| Contacts | |
| list_contacts | List contacts with optional pagination and date filter |
| get_contact | Get a contact by email address or numeric ID |
| create_contact | Create or upsert a contact with attributes and list assignments |
| update_contact | Update contact attributes and list memberships |
| delete_contact | Permanently delete a contact |
| Email Campaigns | |
| list_campaigns | List email campaigns filtered by type and status |
| get_campaign | Get full campaign details including statistics |
| create_campaign | Create an email campaign from HTML or a template |
| send_test_email | Send a test version of a campaign to specified addresses |
| get_campaign_stats | Get delivery and engagement statistics for a campaign |
| Transactional | |
| send_email | Send a transactional email immediately |
| send_sms | Send a transactional SMS to a phone number |
| get_smtp_stats | Get aggregated transactional email stats for a date range |
| list_email_templates | List transactional email templates |
| Lists | |
| list_lists | List all contact lists in the account |
| create_list | Create a new contact list |
| add_contacts_to_list | Add contacts to a list by email address |
| remove_contacts_from_list | Remove contacts from a list by email address |
| Events & Webhooks | |
| create_event | Track a custom behavioral event for a contact |
| list_webhooks | List all configured webhooks |
| create_webhook | Create a webhook for real-time email event notifications |
| Variable | Required | Description | How to Get |
|---|---|---|---|
| BREVO_API_KEY | Yes | Brevo API key for authentication | Brevo Dashboard → Settings → API Keys |
BREVO_API_KEY under Project → SecretsOnce added, every AI agent in your workspace can send emails, manage contacts, and run campaigns automatically.
"Send a transactional email to alice@example.com with subject 'Your order is confirmed' and include order #12345 details"
"Create a contact for john@acme.com and add them to list ID 3"
"Get the open rate and click rate for campaign ID 42"
"Track a 'subscription_started' event for user@example.com with plan=pro"
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-brevo \
-H 'Content-Type: application/json' \
-H 'X-Mcp-Secret-BREVO-API-KEY: your-api-key' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"send_email","arguments":{"sender":{"name":"Acme","email":"hello@acme.com"},"to":[{"email":"user@example.com","name":"User"}],"subject":"Welcome!","htmlContent":"<p>Welcome to Acme!</p>"}}}'
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-brevo \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize"}'
Brevo uses a lowercase api-key header (not Authorization: Bearer). The Aerostack gateway injects your BREVO_API_KEY secret automatically via the X-Mcp-Secret-BREVO-API-KEY header — no additional setup required.
create_contact with updateEnabled: true performs an upsert — safe to call repeatedly without duplicate errorsscheduledAt must be a future UTC timestamp in ISO 8601 format; omit it to save as draftcreate_event hits the Brevo Events API (/v3/events) — ensure your Brevo plan supports Marketing Automationsent, delivered, opened, clicked, softBounce, hardBounce, unsubscribed, spam, invalid, deferredMIT
Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-brevo
Sub-50ms globally · Zero cold start
@aerostack
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
by @aerostack
Discover and invoke any MCP, Function, or Skill published to the Aerostack marketplace — the universal AI capability hub.
by @aerostack
Search indexes, manage records, browse data, and configure ranking in Algolia — AI-native instant search access.
by @aerostack
Query documents, run AQL, traverse graphs, and manage collections in your ArangoDB database — AI-native multi-model database access.
by @aerostack
Post, schedule, and analyze social media across 13 platforms — Facebook, Instagram, X, LinkedIn, TikTok, Bluesky, Threads, Reddit, Pinterest, YouTube, Telegram, Snapchat, Google Business.
by @aerostack
Manage projects, to-dos, messages, schedules, and campfire chats in Basecamp — AI-native project management.
by @aerostack
Run SQL queries, list datasets and tables, inspect schemas, and export results from Google BigQuery — AI-native data warehouse access.
Yes. The Brevo MCP includes a create_contact tool that lets Claude create contacts in your Brevo account from a plain-English prompt. You can also update and delete contacts — no Brevo UI needed.
Yes. The Brevo MCP includes tools to list and retrieve contacts from your Brevo account. Claude can filter, sort, and summarize contacts based on your instructions.
Yes. The Brevo MCP uses the open Model Context Protocol standard, so it works in Claude, Cursor, Windsurf, and any other MCP-compatible AI tool. All 21 Brevo tools are available everywhere you connect it — install once on Aerostack.
Yes. The Brevo MCP includes tools to update contacts in your Brevo account. Tell Claude what to change in plain English — it reads the current state and applies the update via the Brevo API.