KosmoKrator

sales

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.

7 functions 7 read 0 write API key auth

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.

Machine-Readable Metadata
integration_slug
churnzero
route_slug
churnzero
package
churnzero
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

ChurnZero MCP Client Matrix

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

ChurnZero CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
churnzero.churnzero_list_accounts Read read 3 Search and list accounts in ChurnZero. Use the search parameter to filter accounts by name or other attributes. Returns a paginated list of accounts with their details.
churnzero.churnzero_get_account Read read 1 Get full details for a single account in ChurnZero, including health score, license information, custom fields, and associated data.
churnzero.churnzero_list_contacts Read read 4 List contacts in ChurnZero. Optionally filter by account ID to get contacts for a specific account, or use search to find contacts by name or email. Supports pagination.
churnzero.churnzero_get_contact Read read 1 Get full details for a single contact in ChurnZero, including email, phone, role, account association, and custom fields.
churnzero.churnzero_list_alerts Read read 4 List alerts in ChurnZero — risk signals, usage drops, renewal reminders, and other notifications. Filter by account ID or alert status. Supports pagination.
churnzero.churnzero_list_usage Read read 4 List usage data in ChurnZero — track how customers engage with your product features. Filter by account ID or specific feature/module name. Supports pagination.
churnzero.churnzero_get_current_user Read read 0 Get the profile of the currently authenticated ChurnZero user — name, email, role, tenant, and other account details.