qb_query
ActiveTool of Quickbooks
Execute a QuickBooks SQL-like query (QBO query language) against any entity type — Customer, Invoice, Account, etc. Example: "SELECT * FROM Customer MAXRESULTS 10". Returns raw QuickBooks API response with matching records.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "SELECT * FROM Customer MAXRESULTS 10"
},
{
"query": "SELECT * FROM Invoice WHERE DocNumber = '1001' AND TxnDate >= '2024-01-01'"
}
],
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "QuickBooks SQL-like query string (e.g., \"SELECT * FROM Customer MAXRESULTS 10\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Quickbooks
https://github.com/pipeworx-io/mcp-quickbooks
1/7 registries