You're viewing a demo portfolio

Join the waitlist
PRSM

qb_query

Active

Tool of Quickbooks

declared in 0.1.0

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\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Quickbooks

https://github.com/pipeworx-io/mcp-quickbooks

1/7 registries
View full server →