qb_get_invoice
ActiveTool of Quickbooks
declared in 0.1.0
Retrieve a complete invoice by ID including all line items, amounts, taxes, and payment history.
Parameters schema
{
"type": "object",
"examples": [
{
"id": "123"
},
{
"id": "456"
}
],
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "QuickBooks Invoice ID"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Quickbooks
https://github.com/pipeworx-io/mcp-quickbooks
1/7 registries