Skip to main content
Glama

Brevo MCP Server

email

Send transactional emails, manage templates, and track email events directly through Brevo MCP Server. Simplify email operations and personalize campaigns using predefined templates and real-time analytics.

Instructions

Transactional email operations - send emails, manage templates, track events

Input Schema

NameRequiredDescriptionDefault
daysNoNumber of days for statistics
emailNoEmail address for event filtering
endDateNoEnd date for statistics (YYYY-MM-DD)
htmlContentNoHTML content of the email
messageIdNoMessage ID for event tracking
operationYesEmail operation to perform
paramsNoTemplate parameters for personalization
senderNoSender information
startDateNoStart date for statistics (YYYY-MM-DD)
subjectNoEmail subject
tagNoTag for filtering statistics
templateDataNoTemplate data for create/update operations
templateIdNoTemplate ID for template operations
textContentNoText content of the email
toNoRecipients list

Input Schema (JSON Schema)

{ "properties": { "days": { "description": "Number of days for statistics", "type": "number" }, "email": { "description": "Email address for event filtering", "type": "string" }, "endDate": { "description": "End date for statistics (YYYY-MM-DD)", "type": "string" }, "htmlContent": { "description": "HTML content of the email", "type": "string" }, "messageId": { "description": "Message ID for event tracking", "type": "string" }, "operation": { "description": "Email operation to perform", "enum": [ "send", "send_template", "get_events", "get_templates", "create_template", "update_template", "delete_template", "get_blocked_domains", "get_email_statistics" ], "type": "string" }, "params": { "description": "Template parameters for personalization", "type": "object" }, "sender": { "description": "Sender information", "properties": { "email": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "startDate": { "description": "Start date for statistics (YYYY-MM-DD)", "type": "string" }, "subject": { "description": "Email subject", "type": "string" }, "tag": { "description": "Tag for filtering statistics", "type": "string" }, "templateData": { "description": "Template data for create/update operations", "type": "object" }, "templateId": { "description": "Template ID for template operations", "type": "number" }, "textContent": { "description": "Text content of the email", "type": "string" }, "to": { "description": "Recipients list", "items": { "properties": { "email": { "type": "string" }, "name": { "type": "string" } }, "required": [ "email" ], "type": "object" }, "type": "array" } }, "required": [ "operation" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/samihalawa/brevo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server