productivity
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.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.
Agent Surfaces
Machine-Readable Metadata
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. |