KosmoKrator

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_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Moosend MCP Client Matrix

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

Moosend CLI Matrix

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

Function Catalog

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