data
Zuora MCP, CLI, and Lua Integration for AI Agents
Zuora integration docs for AI agents: MCP gateway setup, Zuora CLI commands, Lua API reference, credentials, and function schemas.Zuora 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 |
|---|---|---|---|
zuora.zuora_list_accounts | Read read | 3 | List Zuora customer accounts. Returns account IDs, names, numbers, and status. Supports filtering and pagination. |
zuora.zuora_get_account | Read read | 1 | Get details of a specific Zuora account by its ID. Returns account name, number, status, balance, and billing information. |
zuora.zuora_list_subscriptions | Read read | 3 | List Zuora subscriptions. Returns subscription IDs, numbers, status, and key dates. Supports filtering by account, status, and more. |
zuora.zuora_get_subscription | Read read | 1 | Get details of a specific Zuora subscription by its ID. Returns subscription status, rate plans, charges, and key dates. |
zuora.zuora_list_invoices | Read read | 3 | List Zuora invoices. Returns invoice IDs, numbers, amounts, status, and dates. Supports filtering by account, status, and date. |
zuora.zuora_list_payments | Read read | 3 | List Zuora payments. Returns payment IDs, numbers, amounts, status, and methods. Supports filtering by account, status, and date. |
zuora.zuora_get_current_user | Read read | 0 | Get the profile of the currently authenticated Zuora user. Returns user name, email, and tenant information. |