Connector guide2-minute read14 MCP toolsEnglish · Deutsch · Italiano

Brevo su MCP — Pilota Brevo da qualsiasi agente AI

Drive Brevo (formerly Sendinblue) — transactional email/SMS, marketing campaigns, contacts and lists — from any AI agent. 14 tools, api-key header auth, EU-based deliverability.

HCBy HelpCode teamUpdated 2 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

MCP connector

Brevo

Drive Brevo (formerly Sendinblue) — transactional email/SMS, marketing campaigns, contacts and lists — from any AI agent. 14 tools, api-key header auth, EU-based deliverability.

Tools

14

Region

INTL

Category

email

Authentication

Required env vars

BREVO_API_KEY
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

No install? Use cloud.anythingmcp.com directly.

Sign in, install the Brevo in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.

Open Cloud

💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → Brevo, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente git clone, niente server locale.

Brevo

Drive Brevo (formerly Sendinblue) — transactional email/SMS, marketing campaigns, contacts and lists — from any AI agent. 14 tools, api-key header auth, EU-based deliverability.

Setup

Setup:

  1. Sign in to https://app.brevo.com → top-right avatar → SMTP & API → API Keys → Generate a new API key.
  2. Name it ('AnythingMCP'). It's prefixed xkeysib-. Set BREVO_API_KEY.

Authentication: custom header api-key: ${BREVO_API_KEY} (lowercase header name — Brevo-specific). The adapter sets it via API_KEY profile.

Verified sender: just like SendGrid, you must verify your sending domain or sender email before transactional email actually delivers (otherwise it lands in spam or is rejected). Brevo → Senders & IP → Senders → Add a sender OR domain authentication via SPF/DKIM.

…(continued in the in-app connector instructions)

Prerequisiti: BREVO_API_KEY

Installazione locale del connettore

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

Apri http://localhost:3000/connectors/store, scegli Brevo e inserisci le variabili elencate nei Prerequisiti.

Tool disponibili

ToolWhat it does
brevo_get_accountReturn account info: companyName, email, firstName, lastName, address, plan (credits, type, creditsType), relay servers
brevo_send_transactional_emailSend a transactional email
brevo_send_transactional_smsSend a transactional SMS
brevo_list_contactsList contacts (paginated)
brevo_get_contactFetch a contact by email or ID
brevo_create_contactCreate or update a contact (upsert by email)
brevo_update_contactPartial update of an existing contact
brevo_list_contact_listsList contact lists
brevo_create_contact_listCreate a new list
brevo_list_foldersList folders (organize contact lists)
brevo_list_email_campaignsList email campaigns (newsletters)
brevo_create_email_campaignCreate an email campaign (does NOT send — see brevo_send_email_campaign_now to fire)
brevo_send_email_campaign_nowSend a previously-created email campaign immediately (overrides any scheduledAt)
brevo_get_transactional_email_reportGet aggregated transactional email stats for a date range: total requests, delivered, hardBounces, softBounces, opened, clicked, spam

Prossimi passi

Ready to ship

Your Brevo agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.