KosmoKrator

other

Mailer Send MCP, CLI, and Lua Integration for AI Agents

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

7 functions 6 read 1 write API token auth

Mailer Send 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
mailer-send
route_slug
mailer-send
package
mailer-send
auth_strategy
api_token API token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Mailer Send MCP Client Matrix

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

Mailer Send CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
mailer-send.mailer_send_list_messages Read read 2 List email messages from your MailerSend account. Returns a paginated list of sent messages with their IDs, subjects, and statuses.
mailer-send.mailer_send_get_message Read read 1 Get detailed information about a specific email message by its ID. Returns the full message object including status, recipients, subject, and content.
mailer-send.mailer_send_send_email Write write 5 Send an email through the MailerSend API. Requires a sender (from), one or more recipients (to), and a subject. Optionally provide HTML and/or plain text content.
mailer-send.mailer_send_list_templates Read read 2 List email templates available in your MailerSend account. Returns template IDs, names, and types for use when sending templated emails.
mailer-send.mailer_send_list_domains Read read 3 List sending domains configured in your MailerSend account. Returns domain names, verification statuses, and related settings.
mailer-send.mailer_send_list_recipients Read read 2 List recipients (contacts) from your MailerSend account. Returns recipient emails, names, and subscription statuses.
mailer-send.mailer_send_get_current_user Read read 0 Verify MailerSend API connectivity by fetching a minimal list of domains. Use this as a health check to confirm the API token is valid and the service is reachable.