Naftiko · Capability
Accounting Rest Mcp Capability
A accounting-API capability (REST + MCP dual exposure) wrapping a representative endpoint, brought as the apidays NYC follow-on artifact.
What You Can Do
GET
List open invoices
— List all open (non-zero balance) invoices.
/invoices
GET
Get invoice
— Get a single invoice by ID.
/invoices/{{invoice_id}}
MCP Tools
list-open-invoices
List all open invoices in the bound QuickBooks company.
read-only
get-invoice
Get a single QuickBooks invoice by ID.
read-only
get-customer
Get a QuickBooks customer by ID.
read-only