communication
ClickSend MCP, CLI, and Lua Integration for AI Agents
ClickSend integration docs for AI agents: MCP gateway setup, ClickSend CLI commands, Lua API reference, credentials, and function schemas.
10 functions 6 read 4 write API key auth
ClickSend 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
clicksend- route_slug
clicksend- package
clicksend- 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. ClickSend CLIHeadless setup and direct function calls. ClickSend 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.
ClickSend MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for ClickSend.
Claude Code ClickSend MCP setup for Claude Code. Cursor ClickSend MCP setup for Cursor. Codex ClickSend MCP setup for Codex. OpenAI Agents ClickSend MCP setup for OpenAI Agents SDK. Claude Agent SDK ClickSend MCP setup for Claude Agent SDK. Vercel AI SDK ClickSend MCP setup for Vercel AI SDK. LangChain ClickSend MCP setup for LangChain. LangGraph ClickSend MCP setup for LangGraph. CrewAI ClickSend MCP setup for CrewAI. MCP clients ClickSend MCP setup for Generic MCP Clients.
ClickSend CLI Matrix
Use these pages for direct ClickSend CLI workflows in scripts, CI, cron, and agent wrappers.
CI ClickSend CLI for CI. Cron Jobs ClickSend CLI for cron jobs. Shell Scripts ClickSend CLI for shell scripts. Headless Automation ClickSend CLI for headless automation. Coding Agents ClickSend CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
clicksend.clicksend_get_account_balance | Read read | 0 | Get the current ClickSend account balance. |
clicksend.clicksend_get_email_history | Read read | 2 | Get email message history from ClickSend with pagination. |
clicksend.clicksend_get_sms_history | Read read | 4 | Get SMS message history from ClickSend. Supports date range filtering and pagination. |
clicksend.clicksend_get_sms_price | Read read | 1 | Get pricing for SMS messages before sending. Uses the same message format as send SMS but returns cost estimates only. |
clicksend.clicksend_get_voice_history | Read read | 2 | Get voice message history from ClickSend with pagination. |
clicksend.clicksend_list_contact_lists | Read read | 2 | List all contact lists from ClickSend with pagination. |
clicksend.clicksend_send_email | Write write | 5 | Send an email message via ClickSend. Requires recipient, subject, and body. |
clicksend.clicksend_send_post_letter | Write write | 4 | Send a post letter via ClickSend. Provide a file URL or template ID with recipient details. |
clicksend.clicksend_send_sms | Write write | 1 | Send one or more SMS messages via ClickSend. Each message requires a "to" phone number and "body" text. |
clicksend.clicksend_send_voice | Write write | 1 | Send one or more voice messages via ClickSend. Each message requires a "to" phone number and "body" text. |