other
Moosend MCP, CLI, and Lua Integration for AI Agents
Moosend integration docs for AI agents: MCP gateway setup, Moosend CLI commands, Lua API reference, credentials, and function schemas.
7 functions 5 read 2 write API key auth
Moosend 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
moosend- route_slug
moosend- package
moosend- auth_strategy
api_keyAPI key- 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. Moosend CLIHeadless setup and direct function calls. Moosend 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.
Moosend MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Moosend.
Claude Code Moosend MCP setup for Claude Code. Cursor Moosend MCP setup for Cursor. Codex Moosend MCP setup for Codex. OpenAI Agents Moosend MCP setup for OpenAI Agents SDK. Claude Agent SDK Moosend MCP setup for Claude Agent SDK. Vercel AI SDK Moosend MCP setup for Vercel AI SDK. LangChain Moosend MCP setup for LangChain. LangGraph Moosend MCP setup for LangGraph. CrewAI Moosend MCP setup for CrewAI. MCP clients Moosend MCP setup for Generic MCP Clients.
Moosend CLI Matrix
Use these pages for direct Moosend CLI workflows in scripts, CI, cron, and agent wrappers.
CI Moosend CLI for CI. Cron Jobs Moosend CLI for cron jobs. Shell Scripts Moosend CLI for shell scripts. Headless Automation Moosend CLI for headless automation. Coding Agents Moosend CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
moosend.moosend_list_mailing_lists | Read read | 2 | List all mailing lists in your Moosend account. Returns list IDs, names, and subscriber counts. |
moosend.moosend_get_mailing_list | Read read | 1 | Get detailed information about a specific mailing list in Moosend, including subscriber counts and settings. |
moosend.moosend_create_mailing_list | Write write | 1 | Create a new mailing list in Moosend. Returns the newly created list with its ID. |
moosend.moosend_list_subscribers | Read read | 4 | List subscribers for a specific mailing list in Moosend. Supports filtering by status and pagination. |
moosend.moosend_add_subscriber | Write write | 3 | Add a new subscriber to a Moosend mailing list. Requires an email address; name is optional. |
moosend.moosend_list_campaigns | Read read | 3 | List all email campaigns in your Moosend account. Supports filtering by status and pagination. |
moosend.moosend_get_current_user | Read read | 0 | Get the current authenticated Moosend user. Useful as a health check to verify API connectivity. |