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_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. ChurnZero CLIHeadless setup and direct function calls. ChurnZero 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.
ChurnZero MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for ChurnZero.
Claude Code ChurnZero MCP setup for Claude Code. Cursor ChurnZero MCP setup for Cursor. Codex ChurnZero MCP setup for Codex. OpenAI Agents ChurnZero MCP setup for OpenAI Agents SDK. Claude Agent SDK ChurnZero MCP setup for Claude Agent SDK. Vercel AI SDK ChurnZero MCP setup for Vercel AI SDK. LangChain ChurnZero MCP setup for LangChain. LangGraph ChurnZero MCP setup for LangGraph. CrewAI ChurnZero MCP setup for CrewAI. MCP clients ChurnZero MCP setup for Generic MCP Clients.
ChurnZero CLI Matrix
Use these pages for direct ChurnZero CLI workflows in scripts, CI, cron, and agent wrappers.
CI ChurnZero CLI for CI. Cron Jobs ChurnZero CLI for cron jobs. Shell Scripts ChurnZero CLI for shell scripts. Headless Automation ChurnZero CLI for headless automation. Coding Agents ChurnZero CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |