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