KosmoKrator

marketing

Brevo MCP, CLI, and Lua Integration for AI Agents

Brevo integration docs for AI agents: MCP gateway setup, Brevo CLI commands, Lua API reference, credentials, and function schemas.

7 functions 5 read 2 write API key auth

Brevo for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
brevo
route_slug
brevo
package
brevo
auth_strategy
api_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Brevo MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Brevo.

Brevo CLI Matrix

Use these pages for direct Brevo CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
brevo.brevo_list_contacts Read read 3 List contacts in your Brevo account. Supports pagination and filtering by email or search term.
brevo.brevo_get_contact Read read 1 Get details of a specific contact in Brevo by their email address. Returns contact attributes, list memberships, and creation date.
brevo.brevo_create_contact Write write 3 Create a new contact in Brevo. You can set attributes like first name and last name, and add the contact to one or more lists.
brevo.brevo_list_lists Read read 2 List all contact lists in your Brevo account. Supports pagination with limit and offset.
brevo.brevo_get_list Read read 1 Get details of a specific contact list in Brevo by its ID. Returns the list name, total subscribers, and other metadata.
brevo.brevo_send_email Write write 5 Send a transactional email via Brevo. Specify sender, recipients, subject, and HTML or text content.
brevo.brevo_get_account Read read 0 Get information about the connected Brevo account, including email, plan details, and account statistics.