qb_list_invoices
ActiveTool of Quickbooks
declared in 0.1.0
Get recent invoices with number, customer, amount, due date, and payment status. Use qb_get_invoice for full line-item details.
Parameters schema
{
"type": "object",
"examples": [
{
"max_results": 25
},
{
"max_results": 50,
"start_position": 26
}
],
"properties": {
"max_results": {
"type": "number",
"description": "Maximum number of invoices to return (default 25, max 1000)"
},
"start_position": {
"type": "number",
"description": "Starting position for pagination (default 1)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Quickbooks
https://github.com/pipeworx-io/mcp-quickbooks
1/7 registries