other
Sendy MCP, CLI, and Lua Integration for AI Agents
Sendy integration docs for AI agents: MCP gateway setup, Sendy CLI commands, Lua API reference, credentials, and function schemas.
5 functions 2 read 3 write API key auth
Sendy 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
sendy- route_slug
sendy- package
sendy- 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. Sendy CLIHeadless setup and direct function calls. Sendy 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.
Sendy MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Sendy.
Claude Code Sendy MCP setup for Claude Code. Cursor Sendy MCP setup for Cursor. Codex Sendy MCP setup for Codex. OpenAI Agents Sendy MCP setup for OpenAI Agents SDK. Claude Agent SDK Sendy MCP setup for Claude Agent SDK. Vercel AI SDK Sendy MCP setup for Vercel AI SDK. LangChain Sendy MCP setup for LangChain. LangGraph Sendy MCP setup for LangGraph. CrewAI Sendy MCP setup for CrewAI. MCP clients Sendy MCP setup for Generic MCP Clients.
Sendy CLI Matrix
Use these pages for direct Sendy CLI workflows in scripts, CI, cron, and agent wrappers.
CI Sendy CLI for CI. Cron Jobs Sendy CLI for cron jobs. Shell Scripts Sendy CLI for shell scripts. Headless Automation Sendy CLI for headless automation. Coding Agents Sendy CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
sendy.sendy_subscribe | Write write | 3 | Subscribe an email address to a Sendy mailing list. Optionally provide a name and custom fields. |
sendy.sendy_unsubscribe | Write write | 2 | Unsubscribe an email address from a Sendy mailing list. |
sendy.sendy_list_subscribers | Read read | 1 | Get the total number of subscribers for a Sendy mailing list. |
sendy.sendy_create_campaign | Write write | 11 | Create a new email campaign in Sendy. You can create a draft or send immediately. Requires a list ID, subject, HTML content, and sender details. |
sendy.sendy_get_current_user | Read read | 0 | Get the current brand/account information from Sendy. Useful for verifying credentials and retrieving brand details. |