Brevo MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BREVO_API_KEY | Yes | Your standard Brevo v3 API key (starts with xkeysib-) | |
| BREVO_BASE_URL | No | Custom API base URL | https://api.brevo.com/v3 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_account_infoA | Get Brevo account information including plan and credits |
| get_contactsB | List contacts with optional filtering and pagination |
| send_emailB | Send a transactional email using Brevo |
| get_email_campaignsC | List email campaigns with filtering options |
| get_campaign_analyticsB | Get detailed analytics for a specific campaign including recipient-level data |
| get_campaigns_performanceC | Get performance metrics for multiple campaigns |
| get_contact_analyticsC | Get analytics for contacts including engagement metrics |
| get_analytics_summaryC | Get comprehensive analytics summary with insights |
| get_campaign_recipientsB | Get recipient list for a specific campaign |
| create_email_campaignC | Create a new email campaign in Brevo |
| update_email_campaignC | Update an existing email campaign |
| send_campaign_nowC | Send an email campaign immediately |
| send_test_emailA | Send a test version of a campaign to your pre-configured Brevo test list for review before sending to actual recipients |
| update_campaign_statusC | Update campaign status (pause, resume, archive) |
| get_shared_template_urlC | Get a shareable URL for a campaign template |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 15 tools
Each tool targets a distinct resource and action; even analytics tools are clearly scoped to summary, specific campaign, multiple campaigns, or contacts. No ambiguity.
All tool names follow a verb_noun pattern in snake_case, e.g., create_email_campaign, get_account_info, send_test_email. No deviations.
15 tools is well-scoped for a Brevo email marketing server, covering campaign management, analytics, contacts, and transactional emails without being excessive.
Covers campaign lifecycle (create, update, send, test, status) and analytics, but lacks contact CRUD (only get_contacts) and campaign deletion, leaving notable gaps.