productivity
ChurnZero MCP, CLI, and Lua Integration for AI Agents
ChurnZero integration docs for AI agents: MCP gateway setup, ChurnZero CLI commands, Lua API reference, credentials, and function schemas.ChurnZero 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 |
|---|---|---|---|
churnzero.churnzero_set_attributes | Write write | 4 | Set one or more ChurnZero account or contact attributes. For contacts, provide both account_external_id and contact_external_id. Attribute names must already exist in ChurnZero where required. |
churnzero.churnzero_track_event | Write write | 6 | Track a ChurnZero event for an account and optionally a contact. Event names are created by ChurnZero if they do not already exist. |
churnzero.churnzero_increment_attribute | Write write | 5 | Increment a numeric ChurnZero account or contact attribute. Use a negative amount to decrement. |
churnzero.churnzero_delete_contact | Write write | 2 | Delete a ChurnZero contact by account_external_id and contact_external_id. This action is destructive. |
churnzero.churnzero_delete_account | Write write | 1 | Delete a ChurnZero account by account_external_id. This action is destructive and may affect related contacts. |
churnzero.churnzero_send_action | Write write | 1 | Send an advanced raw ChurnZero HTTP API action. Do not include appKey; the integration adds credentials automatically. |