productivity
Mailjet MCP, CLI, and Lua Integration for AI Agents
Mailjet integration docs for AI agents: MCP gateway setup, Mailjet CLI commands, Lua API reference, credentials, and function schemas.Mailjet 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.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
mailjet.mailjet_send_email | Write write | 7 | Send an email via Mailjet. Specify sender, one or more recipients, subject, and HTML body. |
mailjet.mailjet_list_contacts | Read read | 2 | List contacts in the Mailjet account. Returns paginated contact data including email addresses and metadata. |
mailjet.mailjet_get_contact | Read read | 1 | Get details for a single Mailjet contact by ID or email address. |
mailjet.mailjet_create_contact | Write write | 1 | Create a new contact in Mailjet. Provide the email address to add. |
mailjet.mailjet_list_campaigns | Read read | 2 | List email campaigns in the Mailjet account. Returns campaign IDs, subjects, and status. |
mailjet.mailjet_get_campaign | Read read | 1 | Get details for a single Mailjet email campaign by ID. |
mailjet.mailjet_list_templates | Read read | 2 | List email templates available in the Mailjet account. |
mailjet.mailjet_get_stats | Read read | 4 | Get email statistics from the Mailjet statcounters endpoint. Returns send, delivery, open, click, and bounce counts. |
mailjet.mailjet_get_current_user | Read read | 0 | Get the authenticated Mailjet user profile information. |