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_tokenAPI token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Mailer Send CLIHeadless setup and direct function calls. Mailer Send MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Mailer Send MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Mailer Send.
Claude Code Mailer Send MCP setup for Claude Code. Cursor Mailer Send MCP setup for Cursor. Codex Mailer Send MCP setup for Codex. OpenAI Agents Mailer Send MCP setup for OpenAI Agents SDK. Claude Agent SDK Mailer Send MCP setup for Claude Agent SDK. Vercel AI SDK Mailer Send MCP setup for Vercel AI SDK. LangChain Mailer Send MCP setup for LangChain. LangGraph Mailer Send MCP setup for LangGraph. CrewAI Mailer Send MCP setup for CrewAI. MCP clients Mailer Send MCP setup for Generic MCP Clients.
Mailer Send CLI Matrix
Use these pages for direct Mailer Send CLI workflows in scripts, CI, cron, and agent wrappers.
CI Mailer Send CLI for CI. Cron Jobs Mailer Send CLI for cron jobs. Shell Scripts Mailer Send CLI for shell scripts. Headless Automation Mailer Send CLI for headless automation. Coding Agents Mailer Send CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |