Skip to main content
Glama

Brevo MCP Server

email_with_tracking

Send emails and retrieve real-time tracking details, enabling visibility into email engagement and delivery status directly from the Brevo MCP Server.

Instructions

Send email and return tracking info immediately - universally useful combination

Input Schema

NameRequiredDescriptionDefault
htmlContentNoEmail HTML content
includeStatsNoInclude detailed tracking stats
paramsNoTemplate parameters
senderNoSender information
subjectNoEmail subject
templateIdNoTemplate ID to use instead of content
toYesRecipients list

Input Schema (JSON Schema)

{ "properties": { "htmlContent": { "description": "Email HTML content", "type": "string" }, "includeStats": { "default": true, "description": "Include detailed tracking stats", "type": "boolean" }, "params": { "description": "Template parameters", "type": "object" }, "sender": { "description": "Sender information", "properties": { "email": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "subject": { "description": "Email subject", "type": "string" }, "templateId": { "description": "Template ID to use instead of content", "type": "number" }, "to": { "description": "Recipients list", "items": { "properties": { "email": { "type": "string" }, "name": { "type": "string" } }, "required": [ "email" ], "type": "object" }, "type": "array" } }, "required": [ "to" ], "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