Intuit · Capability

Intuit Accounting and Payments

Unified workflow for small business accounting automation combining QuickBooks Online invoice, customer, item, and payment management. Used by accountants, bookkeepers, and business owners to automate financial workflows.

Run with Naftiko IntuitAccountingInvoicingPaymentsSmall Business

What You Can Do

POST
Create invoice — Create a new invoice.
/v1/invoices
GET
Read invoice — Retrieve an invoice by ID.
/v1/invoices/{invoiceId}
POST
Send invoice — Email an invoice to the customer.
/v1/invoices/{invoiceId}/send
POST
Void invoice — Void an existing invoice.
/v1/invoices/{invoiceId}/void
GET
Get invoice pdf — Retrieve invoice as PDF.
/v1/invoices/{invoiceId}/pdf
POST
Create customer — Create a new customer.
/v1/customers
GET
Read customer — Retrieve a customer by ID.
/v1/customers/{customerId}
POST
Create item — Create a new item.
/v1/items
GET
Read item — Retrieve an item by ID.
/v1/items/{itemId}
POST
Create payment — Record a new payment.
/v1/payments
GET
Read payment — Retrieve a payment by ID.
/v1/payments/{paymentId}
GET
Query entities — Query QuickBooks entities.
/v1/query

MCP Tools

create-invoice

Create a new QuickBooks invoice.

read-invoice

Retrieve a QuickBooks invoice by ID.

read-only idempotent
update-invoice

Update an existing QuickBooks invoice.

idempotent
send-invoice

Send a QuickBooks invoice via email.

void-invoice

Void a QuickBooks invoice.

get-invoice-pdf

Get PDF of a QuickBooks invoice.

read-only idempotent
query-entities

Query QuickBooks entities using SQL-like syntax.

read-only idempotent
create-customer

Create a new customer in QuickBooks.

read-customer

Retrieve a QuickBooks customer by ID.

read-only idempotent
update-customer

Update a QuickBooks customer record.

idempotent
create-item

Create a new product or service item.

read-item

Retrieve a QuickBooks item by ID.

read-only idempotent
update-item

Update an existing QuickBooks item.

idempotent
create-payment

Record a customer payment in QuickBooks.

read-payment

Retrieve a QuickBooks payment by ID.

read-only idempotent
update-payment

Update an existing QuickBooks payment.

idempotent
void-payment

Void a QuickBooks payment.

APIs Used

quickbooks-accounting