KosmoKrator

billing

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.

7 functions 7 read 0 write Manual OAuth token auth

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.

Machine-Readable Metadata
integration_slug
zuora
route_slug
zuora
package
zuora
auth_strategy
oauth2_manual_token Manual OAuth token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Zuora MCP Client Matrix

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

Zuora CLI Matrix

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

Function Catalog

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