Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

QuickBooks Online

OCI · GHCR.IO/WYRE-AI/QBO-MCP:V1.6.5 · SCANNED SEP 20

MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.

+3 this week 52 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security0
  • Malware scan not yet available for this package.Unverified
  • Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency45
Schema Quality & AI Usability85
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 15575 tokens (~116/item across 134 items; 133 tools + 1 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 5 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "qbo_invoices_send" implies "send" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 134 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
  • Supports UI / widget rendering.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the QuickBooks Online MCP server?

QuickBooks Online runs locally as a container image, launched with docker run --rm -i ghcr.io/wyre-ai/qbo-mcp:v1.6.5. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

oci · ghcr.io/wyre-ai/qbo-mcp:v1.6.5

# add to Claude Code
claude mcp add wyre-ai-qbo-mcp -- docker run --rm -i ghcr.io/wyre-ai/qbo-mcp:v1.6.5
// .cursor/mcp.json
{
  "mcpServers": {
    "wyre-ai-qbo-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/qbo-mcp:v1.6.5"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "wyre-ai-qbo-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/qbo-mcp:v1.6.5"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add wyre-ai-qbo-mcp -- docker run --rm -i ghcr.io/wyre-ai/qbo-mcp:v1.6.5
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wyre-ai-qbo-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/qbo-mcp:v1.6.5"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  wyre-ai-qbo-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/wyre-ai/qbo-mcp:v1.6.5"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "wyre-ai-qbo-mcp": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/qbo-mcp:v1.6.5"
      ]
    }
  }
}
// mcp.json
{
  "mcpServers": {
    "wyre-ai-qbo-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/qbo-mcp:v1.6.5"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 73 to 77. That category is still filling its 30-day observation window: 22 days of observed history at the previous scan, 23 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 67 to 70. That category is still filling its 30-day observation window: 20 days of observed history at the previous scan, 21 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 60 to 63. That category is still filling its 30-day observation window: 18 days of observed history at the previous scan, 19 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 53 to 57. That category is still filling its 30-day observation window: 16 days of observed history at the previous scan, 17 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 47 to 50. That category is still filling its 30-day observation window: 14 days of observed history at the previous scan, 15 at this one. The score rises as the window fills, whether or not the server changes.

  • 8 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 40 to 43. That category is still filling its 30-day observation window: 12 days of observed history at the previous scan, 13 at this one. The score rises as the window fills, whether or not the server changes.

  • 6 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

  • 3 Sept 26 +4
    • Stability: unverified → 0.27 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed oci/ghcr.io/wyre-ai/qbo-mcp:v1.6.5

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem oci
Reason No attestation published

Background: How many MCP packages publish verified provenance →

MCP tools · 133 exposed · ~15,557 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
qbo_accounts_create ~195

Create a new Account record in QuickBooks Online.

NameTypeReqDescription
AccountSubTypestringSpecific sub-type within the AccountType, e.g. Checking, SalesOfProductIncome
AccountTypestringHigh-level account type, e.g. Bank, Accounts Receivable, Income, Expense, Equity, Other Current Asset (required on create)
AcctNumstringUser-defined account number (if chart-of-accounts numbering is enabled)
ActivebooleanWhether the account is active (inactive accounts are hidden)
CurrencyRefobjectCurrency reference for multi-currency companies, e.g. {"value": "USD"}
DescriptionstringFree-form description
NamestringyesAccount name (required, must be unique within parent)
ParentRefobjectParent account reference for sub-accounts, e.g. {"value": "42"}

No output schema declared.

No examples provided.

qbo_accounts_get ~31

Get a specific Account record by its ID.

NameTypeReqDescription
accountIdstringyesThe unique Account ID

No output schema declared.

No examples provided.

qbo_accounts_list ~65

List Account records in QuickBooks Online with pagination.

NameTypeReqDescription
maxResultsnumberMaximum number of results to return (default: 100, max: 1000)
startPositionnumberStarting position for pagination (1-based, default: 1)

No output schema declared.

No examples provided.

qbo_accounts_search ~80

Search Account records by Name (LIKE match).

NameTypeReqDescription
maxResultsnumberMaximum number of results to return (default: 100, max: 1000)
startPositionnumberStarting position for pagination (1-based, default: 1)
termstringyesSearch term matched against Name with LIKE '%term%'

No output schema declared.

No examples provided.

qbo_accounts_update ~248

Sparse-update an existing Account record. Only provided fields are changed; Id and SyncToken are required.

NameTypeReqDescription
AccountSubTypestringSpecific sub-type within the AccountType, e.g. Checking, SalesOfProductIncome
AccountTypestringHigh-level account type, e.g. Bank, Accounts Receivable, Income, Expense, Equity, Other Current Asset (required on create)
AcctNumstringUser-defined account number (if chart-of-accounts numbering is enabled)
ActivebooleanWhether the account is active (inactive accounts are hidden)
CurrencyRefobjectCurrency reference for multi-currency companies, e.g. {"value": "USD"}
DescriptionstringFree-form description
NamestringyesAccount name (required, must be unique within parent)
ParentRefobjectParent account reference for sub-accounts, e.g. {"value": "42"}
SyncTokenstringyesCurrent SyncToken of the record (required by QBO for sparse updates; fetch the record first to obtain it)
accountIdstringyesThe Account ID to update

No output schema declared.

No examples provided.

qbo_attachables_create ~124

Create a new Attachable record in QuickBooks Online.

NameTypeReqDescription
AttachableRefarrayArray of references attaching this to one or more transactions: [{EntityRef: {value, type}, IncludeOnSend: boolean}].
CategorystringUser-defined category
ContentTypestringMIME type, e.g. "application/pdf"
FileAccessUristringURI for accessing the file
FileNamestringOriginal filename
NotestringFree-form text note (instead of a file)

No output schema declared.

No examples provided.

qbo_attachables_get ~35

Get a specific Attachable record by its ID.

NameTypeReqDescription
attachableIdstringyesThe unique Attachable ID

No output schema declared.

No examples provided.

qbo_attachables_list ~67

List Attachable records in QuickBooks Online with pagination.

NameTypeReqDescription
maxResultsnumberMaximum number of results to return (default: 100, max: 1000)
startPositionnumberStarting position for pagination (1-based, default: 1)

No output schema declared.

No examples provided.

qbo_attachables_update ~179

Sparse-update an existing Attachable record. Only provided fields are changed; Id and SyncToken are required.

NameTypeReqDescription
AttachableRefarrayArray of references attaching this to one or more transactions: [{EntityRef: {value, type}, IncludeOnSend: boolean}].
CategorystringUser-defined category
ContentTypestringMIME type, e.g. "application/pdf"
FileAccessUristringURI for accessing the file
FileNamestringOriginal filename
NotestringFree-form text note (instead of a file)
SyncTokenstringyesCurrent SyncToken of the record (required by QBO for sparse updates; fetch the record first to obtain it)
attachableIdstringyesThe Attachable ID to update

No output schema declared.

No examples provided.

qbo_attachables_upload ~246

Upload a file to QuickBooks Online and (optionally) attach it to a transaction. Returns the created Attachable record. File bytes must be provided base64-encoded; QBO's max attachment size is 100 MB per file.

NameTypeReqDescription
attachToIdstringOptional QBO entity ID to attach this file to
attachToTypestringOptional QBO entity type to attach this file to, e.g. "Invoice", "Bill", "Customer"
base64DatastringyesBase64-encoded file content
categorystringOptional user-defined category, e.g. "Receipt", "Contract"
contentTypestringyesMIME type of the file, e.g. "application/pdf" or "image/png"
fileNamestringyesOriginal filename including extension, e.g. "invoice-1234.pdf"
includeOnSendbooleanOptional. When true and attached to a sendable entity (Invoice, Estimate), include this file when the entity is sent by email. Defaults to false.
notestringOptional free-form note stored on the Attachable

No output schema declared.

No examples provided.

qbo_bill_payments_create ~229

Create a new BillPayment record in QuickBooks Online.

NameTypeReqDescription
CheckPaymentobjectRequired when PayType is "Check". Shape: {BankAccountRef: {value}, PrintStatus: "NeedToPrint"|"PrintComplete"}
CreditCardPaymentobjectRequired when PayType is "CreditCard". Shape: {CCAccountRef: {value}}
DocNumberstringReference number (e.g. check number)
LinearrayyesArray of LinkedTxn entries: [{Amount, LinkedTxn: [{TxnId: "billId", TxnType: "Bill"}]}].
PayTypestringyesPayment method: "Check" or "CreditCard" (required)
PrivateNotestringPrivate note
TotalAmtnumberyesTotal payment amount across all linked bills (required)
TxnDatestringPayment date (YYYY-MM-DD); defaults to today if omitted
VendorRefobjectyesVendor reference, e.g. {"value": "56"} (required)

No output schema declared.

No examples provided.

qbo_bill_payments_get ~36

Get a specific BillPayment record by its ID.

NameTypeReqDescription
billPaymentIdstringyesThe unique BillPayment ID

No output schema declared.

No examples provided.

qbo_bill_payments_list ~118

List BillPayment records in QuickBooks Online with pagination and optional TxnDate range.

NameTypeReqDescription
endDatestringFilter to records on or before this TxnDate (YYYY-MM-DD)
maxResultsnumberMaximum number of results to return (default: 100, max: 1000)
startDatestringFilter to records on or after this TxnDate (YYYY-MM-DD)
startPositionnumberStarting position for pagination (1-based, default: 1)

No output schema declared.

No examples provided.

qbo_bill_payments_update ~284

Sparse-update an existing BillPayment record. Only provided fields are changed; Id and SyncToken are required.

NameTypeReqDescription
CheckPaymentobjectRequired when PayType is "Check". Shape: {BankAccountRef: {value}, PrintStatus: "NeedToPrint"|"PrintComplete"}
CreditCardPaymentobjectRequired when PayType is "CreditCard". Shape: {CCAccountRef: {value}}
DocNumberstringReference number (e.g. check number)
LinearrayyesArray of LinkedTxn entries: [{Amount, LinkedTxn: [{TxnId: "billId", TxnType: "Bill"}]}].
PayTypestringyesPayment method: "Check" or "CreditCard" (required)
PrivateNotestringPrivate note
SyncTokenstringyesCurrent SyncToken of the record (required by QBO for sparse updates; fetch the record first to obtain it)
TotalAmtnumberyesTotal payment amount across all linked bills (required)
TxnDatestringPayment date (YYYY-MM-DD); defaults to today if omitted
VendorRefobjectyesVendor reference, e.g. {"value": "56"} (required)
billPaymentIdstringyesThe BillPayment ID to update

No output schema declared.

No examples provided.

qbo_bills_create ~199

Create a new Bill record in QuickBooks Online.

NameTypeReqDescription
APAccountRefobjectAccounts Payable account reference, e.g. {"value": "33"}
DocNumberstringReference number / bill number from the vendor
DueDatestringDue date (YYYY-MM-DD)
LinearrayyesArray of bill lines. Each line: {Amount, DetailType: "AccountBasedExpenseLineDetail" | "ItemBasedExpenseLineDetail", AccountBasedExpenseLineDetail?: {AccountRef: {value}}, ItemBasedExpenseLineDetail?…
PrivateNotestringPrivate note (not visible to vendor)
TxnDatestringBill date (YYYY-MM-DD); defaults to today if omitted
VendorRefobjectyesVendor reference, e.g. {"value": "56"} (required)

No output schema declared.

No examples provided.

qbo_bills_get ~32

Get a specific Bill record by its ID.

NameTypeReqDescription
billIdstringyesThe unique Bill ID

No output schema declared.

No examples provided.

qbo_bills_list ~116

List Bill records in QuickBooks Online with pagination and optional TxnDate range.

NameTypeReqDescription
endDatestringFilter to records on or before this TxnDate (YYYY-MM-DD)
maxResultsnumberMaximum number of results to return (default: 100, max: 1000)
startDatestringFilter to records on or after this TxnDate (YYYY-MM-DD)
startPositionnumberStarting position for pagination (1-based, default: 1)

No output schema declared.

No examples provided.

qbo_bills_search ~83

Search Bill records by DocNumber (LIKE match).

NameTypeReqDescription
maxResultsnumberMaximum number of results to return (default: 100, max: 1000)
startPositionnumberStarting position for pagination (1-based, default: 1)
termstringyesSearch term matched against DocNumber with LIKE '%term%'

No output schema declared.

No examples provided.

qbo_bills_update ~252

Sparse-update an existing Bill record. Only provided fields are changed; Id and SyncToken are required.

NameTypeReqDescription
APAccountRefobjectAccounts Payable account reference, e.g. {"value": "33"}
DocNumberstringReference number / bill number from the vendor
DueDatestringDue date (YYYY-MM-DD)
LinearrayyesArray of bill lines. Each line: {Amount, DetailType: "AccountBasedExpenseLineDetail" | "ItemBasedExpenseLineDetail", AccountBasedExpenseLineDetail?: {AccountRef: {value}}, ItemBasedExpenseLineDetail?…
PrivateNotestringPrivate note (not visible to vendor)
SyncTokenstringyesCurrent SyncToken of the record (required by QBO for sparse updates; fetch the record first to obtain it)
TxnDatestringBill date (YYYY-MM-DD); defaults to today if omitted
VendorRefobjectyesVendor reference, e.g. {"value": "56"} (required)
billIdstringyesThe Bill ID to update

No output schema declared.

No examples provided.

qbo_classes_create ~72

Create a new Class record in QuickBooks Online.

NameTypeReqDescription
ActivebooleanWhether the class is active
NamestringyesClass name (required, must be unique within parent)
ParentRefobjectParent class for sub-classes, e.g. {"value": "3"}

No output schema declared.

No examples provided.

qbo_classes_get ~31

Get a specific Class record by its ID.

NameTypeReqDescription
classIdstringyesThe unique Class ID

No output schema declared.

No examples provided.

qbo_classes_list ~65

List Class records in QuickBooks Online with pagination.

NameTypeReqDescription
maxResultsnumberMaximum number of results to return (default: 100, max: 1000)
startPositionnumberStarting position for pagination (1-based, default: 1)

No output schema declared.

No examples provided.

qbo_classes_search ~80

Search Class records by Name (LIKE match).

NameTypeReqDescription
maxResultsnumberMaximum number of results to return (default: 100, max: 1000)
startPositionnumberStarting position for pagination (1-based, default: 1)
termstringyesSearch term matched against Name with LIKE '%term%'

No output schema declared.

No examples provided.

qbo_classes_update ~125

Sparse-update an existing Class record. Only provided fields are changed; Id and SyncToken are required.

NameTypeReqDescription
ActivebooleanWhether the class is active
NamestringyesClass name (required, must be unique within parent)
ParentRefobjectParent class for sub-classes, e.g. {"value": "3"}
SyncTokenstringyesCurrent SyncToken of the record (required by QBO for sparse updates; fetch the record first to obtain it)
classIdstringyesThe Class ID to update

No output schema declared.

No examples provided.

qbo_company_info_get ~35

Get a specific CompanyInfo record by its ID.

NameTypeReqDescription
companyInfoIdstringyesThe unique CompanyInfo ID

No output schema declared.

No examples provided.

qbo_company_info_list ~67

List CompanyInfo records in QuickBooks Online with pagination.

NameTypeReqDescription
maxResultsnumberMaximum number of results to return (default: 100, max: 1000)
startPositionnumberStarting position for pagination (1-based, default: 1)

No output schema declared.

No examples provided.

qbo_credit_memos_create ~162

Create a new CreditMemo record in QuickBooks Online.

NameTypeReqDescription
BillEmailobjectCustomer email, e.g. {"Address": "customer@example.com"}
CustomerMemoobjectMemo visible to customer, e.g. {"value": "Refund for damaged goods"}
CustomerRefobjectyesCustomer receiving the credit, e.g. {"value": "123"}
DocNumberstringCredit memo number
LinearrayyesCredit lines, same shape as Invoice.Line: {Amount, DetailType: "SalesItemLineDetail", SalesItemLineDetail: {ItemRef}}.
PrivateNotestringPrivate note
TxnDatestringCredit date (YYYY-MM-DD)

No output schema declared.

No examples provided.

qbo_credit_memos_get ~36

Get a specific CreditMemo record by its ID.

NameTypeReqDescription
creditMemoIdstringyesThe unique CreditMemo ID

No output schema declared.

No examples provided.

qbo_credit_memos_list ~118

List CreditMemo records in QuickBooks Online with pagination and optional TxnDate range.

NameTypeReqDescription
endDatestringFilter to records on or before this TxnDate (YYYY-MM-DD)
maxResultsnumberMaximum number of results to return (default: 100, max: 1000)
startDatestringFilter to records on or after this TxnDate (YYYY-MM-DD)
startPositionnumberStarting position for pagination (1-based, default: 1)

No output schema declared.

No examples provided.

qbo_credit_memos_update ~217

Sparse-update an existing CreditMemo record. Only provided fields are changed; Id and SyncToken are required.

NameTypeReqDescription
BillEmailobjectCustomer email, e.g. {"Address": "customer@example.com"}
CustomerMemoobjectMemo visible to customer, e.g. {"value": "Refund for damaged goods"}
CustomerRefobjectyesCustomer receiving the credit, e.g. {"value": "123"}
DocNumberstringCredit memo number
LinearrayyesCredit lines, same shape as Invoice.Line: {Amount, DetailType: "SalesItemLineDetail", SalesItemLineDetail: {ItemRef}}.
PrivateNotestringPrivate note
SyncTokenstringyesCurrent SyncToken of the record (required by QBO for sparse updates; fetch the record first to obtain it)
TxnDatestringCredit date (YYYY-MM-DD)
creditMemoIdstringyesThe CreditMemo ID to update

No output schema declared.

No examples provided.

qbo_customers_create ~149

Create a new Customer record in QuickBooks Online.

NameTypeReqDescription
BillAddrobjectBilling address object with Line1, City, CountrySubDivisionCode, PostalCode
CompanyNamestringCompany name
DisplayNamestringyesDisplay name for the customer (required, must be unique)
FamilyNamestringLast name of the customer
GivenNamestringFirst name of the customer
PrimaryEmailAddrobjectPrimary email address object, e.g. {"Address": "user@example.com"}
PrimaryPhoneobjectPrimary phone object, e.g. {"FreeFormNumber": "555-1234"}

No output schema declared.

No examples provided.

qbo_customers_get ~32

Get a specific Customer record by its ID.

NameTypeReqDescription
customerIdstringyesThe unique Customer ID

No output schema declared.

No examples provided.

qbo_customers_list ~66

List Customer records in QuickBooks Online with pagination.

NameTypeReqDescription
maxResultsnumberMaximum number of results to return (default: 100, max: 1000)
startPositionnumberStarting position for pagination (1-based, default: 1)

No output schema declared.

No examples provided.

qbo_customers_search ~83

Search Customer records by DisplayName (LIKE match).

NameTypeReqDescription
maxResultsnumberMaximum number of results to return (default: 100, max: 1000)
startPositionnumberStarting position for pagination (1-based, default: 1)
termstringyesSearch term matched against DisplayName with LIKE '%term%'

No output schema declared.

No examples provided.

qbo_departments_create ~65

Create a new Department record in QuickBooks Online.

NameTypeReqDescription
ActivebooleanWhether the department is active
NamestringyesDepartment name (required, must be unique within parent)
ParentRefobjectParent department for sub-departments

No output schema declared.

No examples provided.

qbo_departments_get ~32

Get a specific Department record by its ID.

NameTypeReqDescription
departmentIdstringyesThe unique Department ID

No output schema declared.

No examples provided.

qbo_departments_list ~66

List Department records in QuickBooks Online with pagination.

NameTypeReqDescription
maxResultsnumberMaximum number of results to return (default: 100, max: 1000)
startPositionnumberStarting position for pagination (1-based, default: 1)

No output schema declared.

No examples provided.

qbo_departments_search ~81

Search Department records by Name (LIKE match).

NameTypeReqDescription
maxResultsnumberMaximum number of results to return (default: 100, max: 1000)
startPositionnumberStarting position for pagination (1-based, default: 1)
termstringyesSearch term matched against Name with LIKE '%term%'

No output schema declared.

No examples provided.

qbo_departments_update ~118

Sparse-update an existing Department record. Only provided fields are changed; Id and SyncToken are required.

NameTypeReqDescription
ActivebooleanWhether the department is active
NamestringyesDepartment name (required, must be unique within parent)
ParentRefobjectParent department for sub-departments
SyncTokenstringyesCurrent SyncToken of the record (required by QBO for sparse updates; fetch the record first to obtain it)
departmentIdstringyesThe Department ID to update

No output schema declared.

No examples provided.

qbo_deposits_create ~165

Create a new Deposit record in QuickBooks Online.

NameTypeReqDescription
CashBackobjectOptional cash-back amount: {Amount, AccountRef: {value}, Memo?}
DepositToAccountRefobjectyesBank account receiving the deposit, e.g. {"value": "35"}
DocNumberstringDeposit reference number
LinearrayyesDeposit lines. Each line is either {Amount, DetailType: "DepositLineDetail", DepositLineDetail: {AccountRef, Entity?, PaymentMethodRef?}} OR {Amount, LinkedTxn: [{TxnId, TxnType}]} for linked transac…
PrivateNotestringPrivate note
TxnDatestringDeposit date (YYYY-MM-DD)

No output schema declared.

No examples provided.

qbo_deposits_get ~33

Get a specific Deposit record by its ID.

NameTypeReqDescription
depositIdstringyesThe unique Deposit ID

No output schema declared.

No examples provided.

qbo_deposits_list ~117

List Deposit records in QuickBooks Online with pagination and optional TxnDate range.

NameTypeReqDescription
endDatestringFilter to records on or before this TxnDate (YYYY-MM-DD)
maxResultsnumberMaximum number of results to return (default: 100, max: 1000)
startDatestringFilter to records on or after this TxnDate (YYYY-MM-DD)
startPositionnumberStarting position for pagination (1-based, default: 1)

No output schema declared.

No examples provided.

qbo_deposits_update ~218

Sparse-update an existing Deposit record. Only provided fields are changed; Id and SyncToken are required.

NameTypeReqDescription
CashBackobjectOptional cash-back amount: {Amount, AccountRef: {value}, Memo?}
DepositToAccountRefobjectyesBank account receiving the deposit, e.g. {"value": "35"}
DocNumberstringDeposit reference number
LinearrayyesDeposit lines. Each line is either {Amount, DetailType: "DepositLineDetail", DepositLineDetail: {AccountRef, Entity?, PaymentMethodRef?}} OR {Amount, LinkedTxn: [{TxnId, TxnType}]} for linked transac…
PrivateNotestringPrivate note
SyncTokenstringyesCurrent SyncToken of the record (required by QBO for sparse updates; fetch the record first to obtain it)
TxnDatestringDeposit date (YYYY-MM-DD)
depositIdstringyesThe Deposit ID to update

No output schema declared.

No examples provided.

qbo_employees_create ~220

Create a new Employee record in QuickBooks Online.

NameTypeReqDescription
ActivebooleanWhether the employee is active
BillableTimebooleanWhether the employee's time is billable to customers
BirthDatestringBirth date (YYYY-MM-DD)
DisplayNamestringyesDisplay name (required, must be unique)
EmployeeNumberstringInternal employee number
FamilyNamestringLast name
GivenNamestringFirst name
HiredDatestringHire date (YYYY-MM-DD)
MiddleNamestringMiddle name
PrimaryAddrobjectHome address (Line1, City, CountrySubDivisionCode, PostalCode)
PrimaryEmailAddrobjectEmail, e.g. {"Address": "employee@example.com"}
PrimaryPhoneobjectPhone, e.g. {"FreeFormNumber": "555-1234"}
ReleasedDatestringTermination date (YYYY-MM-DD)

No output schema declared.

No examples provided.

qbo_employees_get ~32

Get a specific Employee record by its ID.

NameTypeReqDescription
employeeIdstringyesThe unique Employee ID

No output schema declared.

No examples provided.

qbo_employees_list ~66

List Employee records in QuickBooks Online with pagination.

NameTypeReqDescription
maxResultsnumberMaximum number of results to return (default: 100, max: 1000)
startPositionnumberStarting position for pagination (1-based, default: 1)

No output schema declared.

No examples provided.

qbo_employees_search ~83

Search Employee records by DisplayName (LIKE match).

NameTypeReqDescription
maxResultsnumberMaximum number of results to return (default: 100, max: 1000)
startPositionnumberStarting position for pagination (1-based, default: 1)
termstringyesSearch term matched against DisplayName with LIKE '%term%'

No output schema declared.

No examples provided.

qbo_employees_update ~273

Sparse-update an existing Employee record. Only provided fields are changed; Id and SyncToken are required.

NameTypeReqDescription
ActivebooleanWhether the employee is active
BillableTimebooleanWhether the employee's time is billable to customers
BirthDatestringBirth date (YYYY-MM-DD)
DisplayNamestringyesDisplay name (required, must be unique)
EmployeeNumberstringInternal employee number
FamilyNamestringLast name
GivenNamestringFirst name
HiredDatestringHire date (YYYY-MM-DD)
MiddleNamestringMiddle name
PrimaryAddrobjectHome address (Line1, City, CountrySubDivisionCode, PostalCode)
PrimaryEmailAddrobjectEmail, e.g. {"Address": "employee@example.com"}
PrimaryPhoneobjectPhone, e.g. {"FreeFormNumber": "555-1234"}
ReleasedDatestringTermination date (YYYY-MM-DD)
SyncTokenstringyesCurrent SyncToken of the record (required by QBO for sparse updates; fetch the record first to obtain it)
employeeIdstringyesThe Employee ID to update

No output schema declared.

No examples provided.

qbo_estimates_create ~216

Create a new Estimate record in QuickBooks Online.

NameTypeReqDescription
AcceptedBystringName of the customer contact who accepted
AcceptedDatestringAcceptance date
BillEmailobjectEmail address, e.g. {"Address": "customer@example.com"}
CustomerMemoobjectMemo visible to customer, e.g. {"value": "Thank you"}
CustomerRefobjectyesCustomer being quoted, e.g. {"value": "123"}
DocNumberstringEstimate number
ExpirationDatestringExpiration date
LinearrayyesQuote lines: {Amount, DetailType: "SalesItemLineDetail", SalesItemLineDetail: {ItemRef, Qty, UnitPrice}}.
PrivateNotestringPrivate internal note
TxnDatestringEstimate date (YYYY-MM-DD)
TxnStatusstringStatus: "Pending", "Accepted", "Rejected", or "Closed"

No output schema declared.

No examples provided.

qbo_estimates_get ~32

Get a specific Estimate record by its ID.

NameTypeReqDescription
estimateIdstringyesThe unique Estimate ID

No output schema declared.

No examples provided.

Common questions

What is the QuickBooks Online MCP server?

QuickBooks Online is an MCP server listed in the public MCP registry as io.github.WYRE-AI/qbo-mcp. MCP server for QuickBooks Online, accounts, customers, invoices, bills, and reports. This page covers its container image (ghcr.io/wyre-ai/qbo-mcp:v1.6.5).

Is the QuickBooks Online MCP server safe to use?

QuickBooks Online scores 52 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the QuickBooks Online MCP server expose?

QuickBooks Online exposes 133 tools: qbo_navigate, qbo_status, qbo_customers_list, qbo_customers_get, qbo_customers_create, and 128 more. Their descriptions and schemas cost roughly 15,557 tokens of context every time the server is loaded.

Is the QuickBooks Online MCP server still maintained?

QuickBooks Online is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the QuickBooks Online MCP server under?

QuickBooks Online declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.