QuickBooks Online MCP Server

55 tools. 33 can modify or destroy data without limits.

13 destructive tools with no built-in limits. Policy required.

Last updated:

33 can modify or destroy data
22 read-only
55 tools total

Community server · catalogue entry verified 12/06/2026

How to control QuickBooks Online MCP Server ↓

What QuickBooks Online MCP Server exposes to your agents

Read (22) Write / Execute (20) Destructive / Financial (13)
Critical Risk

The most dangerous QuickBooks Online MCP Server tools

33 of QuickBooks Online MCP Server's 55 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control QuickBooks Online MCP Server

PolicyLayer is an MCP gateway — it sits between your AI agents and QuickBooks Online MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "create_bill_payment": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Deny destructive operations
{
  "delete_account": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "create_account": {
    "limits": [
      {
        "counter": "create_account_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "get_account": {
    "limits": [
      {
        "counter": "get_account_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register QuickBooks Online MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON QUICKBOOKS ONLINE →

Free to start. No card required.

All 55 QuickBooks Online MCP Server tools

WRITE 20 tools
Write create_account Create a chart-of-accounts entry in QuickBooks Online. Write create_bill Create a bill (accounts payable) in QuickBooks Online. Line items must use AccountBasedExpenseLineDetail or It Write create_customer Create a customer in QuickBooks Online. Write create_employee Create an employee in QuickBooks Online. At least GivenName or FamilyName is required. Write create_estimate Create an estimate in QuickBooks Online. Write create_invoice Create an invoice in QuickBooks Online. Write create_item Create an item in QuickBooks Online. Write create_journal_entry Create a journal entry in QuickBooks Online. Debits must equal credits. Write create_vendor Create a vendor in QuickBooks Online. Write update_account Update a chart-of-accounts entry in QuickBooks (sparse update). SyncToken is fetched automatically. Write update_bill Update a bill in QuickBooks Online (sparse update). SyncToken is fetched automatically. Write update_bill_payment Update a bill payment in QuickBooks Online (sparse update). SyncToken is fetched automatically. Write update_customer Update a customer in QuickBooks Online (sparse update). SyncToken is fetched automatically. Write update_employee Update an employee in QuickBooks Online (sparse update). SyncToken is fetched automatically. Write update_estimate Update an estimate in QuickBooks Online (sparse update). SyncToken is fetched automatically. Write update_invoice Update an invoice in QuickBooks Online (sparse update). SyncToken is fetched automatically. Write update_item Update an item in QuickBooks (sparse update). SyncToken is fetched automatically. Write update_journal_entry Update a journal entry in QuickBooks Online (sparse update). SyncToken is fetched automatically. Write update_purchase Update a purchase in QuickBooks Online (sparse update). SyncToken is fetched automatically. Write update_vendor Update a vendor in QuickBooks Online (sparse update). SyncToken is fetched automatically.
READ 22 tools
Read get_account Get a chart-of-accounts entry by Id from QuickBooks Online. Read get_bill Get a bill by ID from QuickBooks Online. Read get_bill_payment Get a bill payment by Id from QuickBooks Online. Read get_customer Get a customer by Id from QuickBooks Online. Read get_employee Get an employee by Id from QuickBooks Online. Read get_estimate Get an estimate by Id from QuickBooks Online. Read get_journal_entry Get a journal entry by Id from QuickBooks Online. Read get_purchase Get a purchase by Id from QuickBooks Online. Read get_vendor Get a vendor by ID from QuickBooks Online. Read read_invoice Read an invoice from QuickBooks Online by its ID. Read read_item Read an item from QuickBooks Online by its ID. Read search_accounts Search chart-of-accounts entries. Filterable fields: Id, Name, AccountType, Classification, Active, CurrentBal Read search_bill_payments Search bill payments in QuickBooks Online. Filterable fields: Id, VendorRef, TxnDate, PayType, TotalAmt, MetaD Read search_bills Search bills in QuickBooks Online. Filterable fields: Id, DocNumber, TxnDate, DueDate, VendorRef, Balance, Tot Read search_customers Search customers in QuickBooks Online. Filterable fields: Id, DisplayName, GivenName, FamilyName, CompanyName, Read search_employees Search employees in QuickBooks Online. Filterable fields: Id, DisplayName, GivenName, FamilyName, Active, Meta Read search_estimates Search estimates in QuickBooks Online. Filterable fields: Id, DocNumber, TxnDate, TxnStatus, CustomerRef, Tota Read search_invoices Search invoices in QuickBooks Online. Filterable fields: Id, DocNumber, TxnDate, DueDate, CustomerRef, Balance Read search_items Search items in QuickBooks Online. Filterable fields: Id, Name, Active, Type, Sku, MetaData.CreateTime, MetaDa Read search_journal_entries Search journal entries in QuickBooks Online. Filterable fields: Id, DocNumber, TxnDate, MetaData.CreateTime, M Read search_purchases Search purchases in QuickBooks Online. Filterable fields: Id, TxnDate, PaymentType, AccountRef, EntityRef, Tot Read search_vendors Search vendors in QuickBooks Online. Filterable fields: Id, DisplayName, GivenName, FamilyName, CompanyName, A

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about QuickBooks Online MCP Server

Can an AI agent move money through the QuickBooks Online MCP Server MCP server? +

Yes. The QuickBooks Online MCP Server server exposes 2 financial tools including create_bill_payment, create_purchase. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

Can an AI agent delete data through the QuickBooks Online MCP Server MCP server? +

Yes. The QuickBooks Online MCP Server server exposes 11 destructive tools including delete_account, delete_bill, delete_bill_payment. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through QuickBooks Online MCP Server? +

The QuickBooks Online MCP Server server has 20 write tools including create_account, create_bill, create_customer. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach QuickBooks Online MCP Server.

How many tools does the QuickBooks Online MCP Server MCP server expose? +

55 tools across 3 categories: Destructive, Read, Write. 22 are read-only. 33 can modify, create, or delete data.

How do I enforce a policy on QuickBooks Online MCP Server? +

Register the QuickBooks Online MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every QuickBooks Online MCP Server tool call.

Deterministic rules across all 55 QuickBooks Online MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

55 QuickBooks Online MCP Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.