KosmoKrator

email

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.

9 functions 7 read 2 write API key auth

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.

Machine-Readable Metadata
integration_slug
mailjet
route_slug
mailjet
package
mailjet
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

Mailjet MCP Client Matrix

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

Mailjet CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
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.