KosmoKrator

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

Quick Links

ClickSend MCP Client Matrix

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

ClickSend CLI Matrix

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

Function Catalog

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