Skip to main content

The #1 agentic semantic tool search: 91.6% first-try accuracy on S1 Search Bench Explore Tool Discovery

Live 56 Actions

Zuora MCP Server
for AI Agents

Connect your AI agent to StackOne's Zuora MCP server and give it 56 MCP tools out of the box. Auth, tool execution, and security all managed.

Zuora logo
Zuora MCP Server
Built by StackOne StackOne
DrataGPLocalyzeFlipMindtoolsScreenloop

Coverage

56 Agent Actions

Create, read, update, and delete across Zuora — and extend your agent's capabilities with custom actions.

Authentication

Agent Tool Authentication

Per-user OAuth in one call. Your Zuora MCP server gets session-scoped tokens with zero credentials stored on your infra.

Agent Auth →

Security

Agent Protection

Every Zuora tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.

Prompt Injection Defense →

Performance

Max Agent Context. Min Cost.

Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Zuora call.

Tools Discovery →

What is the Zuora MCP Server?

A Zuora MCP server lets AI agents read and write Zuora data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Zuora MCP server ships with 56 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, observability, and agent execution runtime. Connect it from MCP clients like Claude Desktop, Claude Code, Cursor, Goose, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.

All Zuora MCP Tools

Every action from Zuora's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.

Accounts

  • Create Account

    Create a new customer account via POST /v1/accounts

  • List Accounts

    Retrieve a paginated list of all customer accounts via GET /v1/accounts. Note: Zuora does not provide a direct list accounts endpoint. Use the Data Query API (POST /query/jobs) with ZOQL to query accounts.

  • Get Account

    Retrieve basic information about a customer account by account key via GET /v1/accounts/{account-key}

  • Update Account

    Update an existing customer account via PUT /v1/accounts/{account-key}

  • Delete Account

    Delete a customer account via DELETE /v1/accounts/{account-key}. This action is irreversible.

Contacts

  • Create Contact

    Create a new contact via POST /v1/contacts

  • Get Contact

    Retrieve details of a specific contact by ID via GET /v1/contacts/{contactId}

  • Update Contact

    Update an existing contact via PUT /v1/contacts/{contactId}

  • Delete Contact

    Delete a contact via DELETE /v1/contacts/{contactId}. This action is irreversible.

Products

  • Create Product

    Create a new product via POST /v1/object/product

  • List Products

    Retrieve a paginated list of all products from the product catalog via GET /v1/catalog/products

  • Get Product

    Retrieve a single product from the catalog by product ID or product number via GET /v1/catalog/products/{product-key}

  • Update Product

    Update an existing product via PUT /v1/object/product/{id}

  • Delete Product

    Delete a product via DELETE /v1/object/product/{id}

Subscriptions

  • Create Subscription

    Create a new subscription for an account via POST /v1/subscriptions

  • List Subscriptions

    Retrieve all subscriptions for a specific account via GET /v1/subscriptions/accounts/{account-key}

  • Get Subscription

    Retrieve a specific subscription by subscription key via GET /v1/subscriptions/{subscription-key}

  • Update Subscription

    Update an existing subscription via PUT /v1/subscriptions/{subscription-key}

Orders

  • Create Order

    Create a new order via POST /v1/orders

  • List Orders

    Retrieve a paginated list of orders via GET /v1/orders

  • Get Order

    Retrieve a single order by order number via GET /v1/orders/{orderNumber}

  • Update Order

    Update an existing order via PUT /v1/orders/{orderNumber}

  • Delete Order

    Delete an order via DELETE /v1/orders/{orderNumber}. This action is irreversible.

Invoices

  • Create Invoice

    Create a new invoice via POST /v1/invoices

  • List Invoices

    Retrieve a paginated list of invoices for a specific account via GET /v1/billing-documents. Note: Zuora does not have a direct list invoices endpoint. Use billing-documents filtered by documentType Invoice.

  • Get Invoice

    Retrieve a specific invoice by invoice key via GET /v1/invoices/{invoiceKey}

  • Update Invoice

    Update an existing invoice via PUT /v1/invoices/{invoiceKey}

  • Delete Invoice

    Delete an invoice via DELETE /v1/invoices/{invoiceKey}. This action is irreversible.

Payments

  • Create Payment

    Create a new payment via POST /v1/payments

  • List Payments

    Retrieve a paginated list of payments via GET /v1/payments

  • Get Payment

    Retrieve a single payment by key via GET /v1/payments/{paymentKey}

  • Update Payment

    Update a payment via PUT /v1/payments/{paymentId}

  • Delete Payment

    Delete a payment via DELETE /v1/payments/{paymentKey}. This action is irreversible.

Payment Methods

  • List Payment Methods

    List payment methods of an account via GET /v1/accounts/{account-key}/payment-methods

  • Get Payment Method

    Retrieve a payment method by ID via GET /v1/payment-methods/{payment-method-id}

  • Update Payment Method

    Update a payment method via PUT /v1/payment-methods/{payment-method-id}

  • Delete Payment Method

    Delete a payment method via DELETE /v1/payment-methods/{payment-method-id}. This action is irreversible.

Credit Memos

  • Create Credit Memo

    Create a credit memo from a charge via POST /v1/creditmemos

  • List Credit Memos

    Retrieve a paginated list of credit memos via GET /v1/creditmemos

  • Get Credit Memo

    Retrieve a credit memo by key via GET /v1/creditmemos/{creditMemoKey}

  • Update Credit Memo

    Update a credit memo via PUT /v1/creditmemos/{creditMemoKey}

  • Delete Credit Memo

    Delete a credit memo via DELETE /v1/creditmemos/{creditMemoKey}. This action is irreversible.

Debit Memos

  • Create Debit Memo

    Create a debit memo from a charge via POST /v1/debitmemos

  • List Debit Memos

    Retrieve a paginated list of debit memos via GET /v1/debitmemos

  • Get Debit Memo

    Retrieve a debit memo by key via GET /v1/debitmemos/{debitMemoKey}

  • Update Debit Memo

    Update a debit memo via PUT /v1/debitmemos/{debitMemoKey}

  • Delete Debit Memo

    Delete a debit memo via DELETE /v1/debitmemos/{debitMemoKey}. This action is irreversible.

Refunds

  • List Refunds

    Retrieve a paginated list of refunds via GET /v1/refunds

  • Get Refund

    Retrieve a refund by key via GET /v1/refunds/{refundKey}

  • Update Refund

    Update a refund via PUT /v1/refunds/{refundId}

  • Delete Refund

    Delete a refund via DELETE /v1/refunds/{refundKey}. This action is irreversible.

Other (5)

  • Get Account Summary

    Retrieve a comprehensive summary of a customer account including subscriptions, invoices, payments, and usage via GET /v1/accounts/{account-key}/summary

  • List Invoice Items

    Retrieve items for a specific invoice via GET /v1/invoices/{invoiceKey}/items

  • Cancel Subscription

    Cancel an existing subscription via PUT /v1/subscriptions/{subscription-key}/cancel

  • Cancel Payment

    Cancel a payment via PUT /v1/payments/{paymentKey}/cancel

  • Cancel Refund

    Cancel a refund via PUT /v1/refunds/{refundKey}/cancel

Zuora AI Agent Use Cases

Connect your AI agent to Zuora and help your team scale the finance operations they run by hand today.

Invoice Processing

Automate invoice processing with AI agents connected to your ERP, accounting software, and AP tools through StackOne.

View
QuickBooks OnlineXeroNetSuiteSage IntacctBillFreshBooksWaveZoho Books
Accounts Receivable Dunning

Use StackOne to connect your AI agent to your accounting, CRM, and messaging systems to automate Accounts Receivable dunning and payment follow-up.

View
QuickBooksXeroFreshBooksStripePayPalSalesforceHubSpotGmail
Invoice Processing

Use StackOne to connect your AI agent to your accounting, email, and document management systems to automate invoice processing and purchase order matching.

View
QuickBooks OnlineXeroGmailOutlookGoogle DriveSharePointDropboxSlack

Set Up Your Zuora MCP Server in Minutes

One endpoint. Any framework. Your agent is talking to Zuora in under 10 lines of code.

Agent Frameworks

Claude Desktop
{
  "mcpServers": {
    "stackone": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "https://api.stackone.com/mcp?x-account-id=<account_id>",
        "--header",
        "Authorization: Basic <YOUR_BASE64_TOKEN>"
      ]
    }
  }
}

Check More Accounting MCP Servers

Zuora MCP Server FAQ

Does StackOne have a Zuora MCP server?
Yes. StackOne offers a hosted Zuora MCP server with 56 pre-built actions, and every action is tested and QA'd by StackOne. Connect it to Claude, Cursor, and any other MCP client, or to any agent framework through the AI Action SDK. It ships with managed agent authentication, prompt injection defense, and tool discovery with server-side execution that preserve your agent's context window and keep reasoning performance.
Zuora MCP server vs direct API integration — what's the difference?
A Zuora MCP server and direct API integration serve different use cases. Direct API integration is for software-to-software — backend code calling Zuora. A Zuora MCP server is for AI agents — MCP clients like Claude and Cursor, plus framework agents built with OpenAI, LangChain, or Vercel AI — discovering and calling Zuora at runtime. StackOne provides both.
How does Zuora authentication work for AI agents?
Zuora authentication for AI agents works through a StackOne Connect Session. Create one via the dashboard or the SDK — you get an auth link and ready-to-paste config for Claude Desktop, Cursor, and other MCP clients. Your user authenticates their own Zuora account; StackOne handles token exchange, storage, and refresh. Credentials never reach the LLM, and each user is isolated via origin_owner_id.
Are Zuora MCP tools vulnerable to prompt injection?
Yes — Zuora MCP tools can be vulnerable to indirect prompt injection. Any tool that reads user-written content — documents, messages, tickets, records, or free-text fields — is a potential vector. StackOne Defender scans every tool response before it enters the agent's context — regex patterns in ~1ms, then a MiniLM classifier in ~4ms. 88.7% accuracy, CPU-only.
What is the context bloat of a Zuora agent and how do I avoid it?
Context bloat happens when Zuora tool schemas and API responses eat your Zuora agent's memory, preventing it from reasoning effectively. A single Zuora query can return a massive JSON response, and connecting multiple tools compounds the problem. Tools Discovery and Code Mode reduce context bloat — loading only relevant tools per query and keeping raw responses out of the agent's context.
Can I limit which actions my Zuora agent can access?
Yes — you can limit which actions your Zuora agent can access directly from the StackOne dashboard. Toggle actions on or off, or restrict them to specific accounts, with no code changes to your agent. Session tokens can be scoped to exact actions so if one leaks, exposure stays contained.
Can I create custom agent actions for my Zuora MCP server?
Yes — you can create custom agent actions for your Zuora MCP server using Connector Builder. It's an integration agent your coding assistant (Claude Code, Cursor, or Copilot) can invoke to research Zuora's API, generate production-ready connector YAML, test against the live API, and validate before you ship.
When should I NOT use a Zuora MCP server?
Skip a Zuora MCP server if your integration is purely software-to-software — direct Zuora API integration is simpler when no AI agent is involved. For deterministic, compliance-critical operations (financial transactions, regulatory reporting), direct API gives you predictable behavior without agent-driven decision-making. MCP shines when AI agents need to dynamically discover and call Zuora actions at runtime.
What AI frameworks and AI clients does the StackOne Zuora MCP server support?
The StackOne Zuora MCP server supports both. MCP clients (paste-and-go apps): Claude Desktop, Claude Code, Cursor, VS Code, Goose. Agent frameworks (code SDKs you build with): OpenAI Agents SDK, Anthropic, Vercel AI, Google ADK, CrewAI, Pydantic AI, LangChain, LangGraph, Azure AI Foundry.

Put your AI agents to work

All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.