Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Kaseya Quote Manager

OCI · GHCR.IO/WYRE-TECHNOLOGY/KASEYA-QUOTE-MANAGER-MCP:V1.0.10 · SCANNED AUG 22

Read-only MCP server for Kaseya Quote Manager (Datto Commerce): quotes, orders, purchasing.

39 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security0
  • Malware scan not yet available for this package.Unverified
  • Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency32
Schema Quality & AI Usability87
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 2408 tokens (~58/item across 41 items; 41 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 2 categories

Categories scored 0 because we could not verify them: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

oci · ghcr.io/wyre-technology/kaseya-quote-manager-mcp:v1.0.10

# add to Claude Code
claude mcp add wyre-technology-kaseya-quote-manager-mcp -- docker run --rm -i ghcr.io/wyre-technology/kaseya-quote-manager-mcp:v1.0.10
# add to Codex CLI
codex mcp add wyre-technology-kaseya-quote-manager-mcp -- docker run --rm -i ghcr.io/wyre-technology/kaseya-quote-manager-mcp:v1.0.10
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wyre-technology-kaseya-quote-manager-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/kaseya-quote-manager-mcp:v1.0.10"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  wyre-technology-kaseya-quote-manager-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/wyre-technology/kaseya-quote-manager-mcp:v1.0.10"]
// mcp.json
{
  "mcpServers": {
    "wyre-technology-kaseya-quote-manager-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/kaseya-quote-manager-mcp:v1.0.10"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Aug 26 39

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 22 Aug 2026 · Analysed oci/ghcr.io/wyre-technology/kaseya-quote-manager-mcp:v1.0.10

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem oci
Reason No attestation published
MCP tools · 41 exposed · ~2,408 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
kqm_brand_get ~30

Get a single brand record by ID. Read-only.

NameTypeReqDescription
idnumberyesBrand ID

No output schema declared.

No examples provided.

kqm_brand_list ~78

List brands. Read-only. Returns up to pageSize (max 100) results per page.

NameTypeReqDescription
modifiedAfterstringISO 8601 timestamp; return only records modified after this time
pagenumberPage number (1-based)
pageSizenumberResults per page (max 100)

No output schema declared.

No examples provided.

kqm_category_get ~31

Get a single product categorie record by ID. Read-only.

NameTypeReqDescription
idnumberyesCategory ID

No output schema declared.

No examples provided.

kqm_category_list ~31

List product categories. Read-only. Returns up to pageSize (max 100) results per page.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

kqm_contact_get ~30

Get a single contact record by ID. Read-only.

NameTypeReqDescription
idnumberyesContact ID

No output schema declared.

No examples provided.

kqm_contact_list ~90

List contacts. Read-only. Returns up to pageSize (max 100) results per page.

NameTypeReqDescription
customerIDnumberFilter by customerID
modifiedAfterstringISO 8601 timestamp; return only records modified after this time
pagenumberPage number (1-based)
pageSizenumberResults per page (max 100)

No output schema declared.

No examples provided.

kqm_customer_address_get ~34

Get a single customer addresse record by ID. Read-only.

NameTypeReqDescription
idnumberyesCustomerAddress ID

No output schema declared.

No examples provided.

kqm_customer_address_list ~92

List customer addresses. Read-only. Returns up to pageSize (max 100) results per page.

NameTypeReqDescription
customerIDnumberFilter by customerID
modifiedAfterstringISO 8601 timestamp; return only records modified after this time
pagenumberPage number (1-based)
pageSizenumberResults per page (max 100)

No output schema declared.

No examples provided.

kqm_customer_get ~30

Get a single customer record by ID. Read-only.

NameTypeReqDescription
idnumberyesCustomer ID

No output schema declared.

No examples provided.

kqm_customer_list ~78

List customers. Read-only. Returns up to pageSize (max 100) results per page.

NameTypeReqDescription
modifiedAfterstringISO 8601 timestamp; return only records modified after this time
pagenumberPage number (1-based)
pageSizenumberResults per page (max 100)

No output schema declared.

No examples provided.

kqm_employee_get ~30

Get a single employee record by ID. Read-only.

NameTypeReqDescription
idnumberyesEmployee ID

No output schema declared.

No examples provided.

kqm_employee_list ~57

List employees. Read-only. Returns up to pageSize (max 100) results per page.

NameTypeReqDescription
pagenumberPage number (1-based)
pageSizenumberResults per page (max 100)

No output schema declared.

No examples provided.

kqm_navigate ~121

Discover available Kaseya Quote Manager tools by domain. All tools are callable at any time — this is a help/discovery aid, not a prerequisite.

NameTypeReqDescription
domainstringyesThe domain to explore: - sales: quotes, quote sections/lines, sales orders, order lines, and payments - procurement: purchase orders, order lines, costs, suppliers, and product-supplier links - catal…

No output schema declared.

No examples provided.

kqm_product_get ~30

Get a single product record by ID. Read-only.

NameTypeReqDescription
idnumberyesProduct ID

No output schema declared.

No examples provided.

kqm_product_image_list ~71

List product images. Read-only. Returns up to pageSize (max 100) results per page.

NameTypeReqDescription
pagenumberPage number (1-based)
pageSizenumberResults per page (max 100)
productIDnumberFilter by productID

No output schema declared.

No examples provided.

kqm_product_list ~92

List products. Read-only. Returns up to pageSize (max 100) results per page.

NameTypeReqDescription
manufacturerPartNumberstringFilter by manufacturerPartNumber
modifiedAfterstringISO 8601 timestamp; return only records modified after this time
pagenumberPage number (1-based)
pageSizenumberResults per page (max 100)

No output schema declared.

No examples provided.

kqm_product_supplier_get ~35

Get a single product-supplier link record by ID. Read-only.

NameTypeReqDescription
idnumberyesProductSupplier ID

No output schema declared.

No examples provided.

kqm_product_supplier_list ~94

List product-supplier links. Read-only. Returns up to pageSize (max 100) results per page.

NameTypeReqDescription
modifiedAfterstringISO 8601 timestamp; return only records modified after this time
pagenumberPage number (1-based)
pageSizenumberResults per page (max 100)
productIDnumberFilter by productID

No output schema declared.

No examples provided.

kqm_purchase_order_cost_get ~36

Get a single purchase order cost record by ID. Read-only.

NameTypeReqDescription
idnumberyesPurchaseOrderCost ID

No output schema declared.

No examples provided.

kqm_purchase_order_cost_list ~96

List purchase order costs. Read-only. Returns up to pageSize (max 100) results per page.

NameTypeReqDescription
modifiedAfterstringISO 8601 timestamp; return only records modified after this time
pagenumberPage number (1-based)
pageSizenumberResults per page (max 100)
purchaseOrderIDnumberFilter by purchaseOrderID

No output schema declared.

No examples provided.

kqm_purchase_order_get ~33

Get a single purchase order record by ID. Read-only.

NameTypeReqDescription
idnumberyesPurchaseOrder ID

No output schema declared.

No examples provided.

kqm_purchase_order_line_get ~37

Get a single purchase order line item record by ID. Read-only.

NameTypeReqDescription
idnumberyesPurchaseOrderLine ID

No output schema declared.

No examples provided.

kqm_purchase_order_line_list ~97

List purchase order line items. Read-only. Returns up to pageSize (max 100) results per page.

NameTypeReqDescription
modifiedAfterstringISO 8601 timestamp; return only records modified after this time
pagenumberPage number (1-based)
pageSizenumberResults per page (max 100)
purchaseOrderIDnumberFilter by purchaseOrderID

No output schema declared.

No examples provided.

kqm_purchase_order_list ~92

List purchase orders. Read-only. Returns up to pageSize (max 100) results per page.

NameTypeReqDescription
modifiedAfterstringISO 8601 timestamp; return only records modified after this time
orderNumberstringFilter by orderNumber
pagenumberPage number (1-based)
pageSizenumberResults per page (max 100)

No output schema declared.

No examples provided.

kqm_quote_get ~30

Get a single quote record by ID. Read-only.

NameTypeReqDescription
idnumberyesQuote ID

No output schema declared.

No examples provided.

kqm_quote_line_get ~34

Get a single quote line item record by ID. Read-only.

NameTypeReqDescription
idnumberyesQuoteLine ID

No output schema declared.

No examples provided.

kqm_quote_line_list ~74

List quote line items. Read-only. Returns up to pageSize (max 100) results per page.

NameTypeReqDescription
pagenumberPage number (1-based)
pageSizenumberResults per page (max 100)
quoteSectionIDnumberFilter by quoteSectionID

No output schema declared.

No examples provided.

kqm_quote_list ~90

List quotes. Read-only. Returns up to pageSize (max 100) results per page.

NameTypeReqDescription
modifiedAfterstringISO 8601 timestamp; return only records modified after this time
pagenumberPage number (1-based)
pageSizenumberResults per page (max 100)
quoteNumberstringFilter by quoteNumber

No output schema declared.

No examples provided.

kqm_quote_section_get ~33

Get a single quote section record by ID. Read-only.

NameTypeReqDescription
idnumberyesQuoteSection ID

No output schema declared.

No examples provided.

kqm_quote_section_list ~71

List quote sections. Read-only. Returns up to pageSize (max 100) results per page.

NameTypeReqDescription
pagenumberPage number (1-based)
pageSizenumberResults per page (max 100)
quoteIDnumberFilter by quoteID

No output schema declared.

No examples provided.

kqm_sales_order_get ~33

Get a single sales order record by ID. Read-only.

NameTypeReqDescription
idnumberyesSalesOrder ID

No output schema declared.

No examples provided.

kqm_sales_order_line_get ~37

Get a single sales order line item record by ID. Read-only.

NameTypeReqDescription
idnumberyesSalesOrderLine ID

No output schema declared.

No examples provided.

kqm_sales_order_line_list ~97

List sales order line items. Read-only. Returns up to pageSize (max 100) results per page.

NameTypeReqDescription
modifiedAfterstringISO 8601 timestamp; return only records modified after this time
pagenumberPage number (1-based)
pageSizenumberResults per page (max 100)
salesOrderIDnumberFilter by salesOrderID

No output schema declared.

No examples provided.

kqm_sales_order_list ~92

List sales orders. Read-only. Returns up to pageSize (max 100) results per page.

NameTypeReqDescription
modifiedAfterstringISO 8601 timestamp; return only records modified after this time
orderNumberstringFilter by orderNumber
pagenumberPage number (1-based)
pageSizenumberResults per page (max 100)

No output schema declared.

No examples provided.

kqm_sales_order_payment_get ~36

Get a single sales order payment record by ID. Read-only.

NameTypeReqDescription
idnumberyesSalesOrderPayment ID

No output schema declared.

No examples provided.

kqm_sales_order_payment_list ~96

List sales order payments. Read-only. Returns up to pageSize (max 100) results per page.

NameTypeReqDescription
modifiedAfterstringISO 8601 timestamp; return only records modified after this time
pagenumberPage number (1-based)
pageSizenumberResults per page (max 100)
salesOrderIDnumberFilter by salesOrderID

No output schema declared.

No examples provided.

kqm_status ~22

Check Kaseya Quote Manager API connection status and available domains.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

kqm_supplier_get ~30

Get a single supplier record by ID. Read-only.

NameTypeReqDescription
idnumberyesSupplier ID

No output schema declared.

No examples provided.

kqm_supplier_list ~78

List suppliers. Read-only. Returns up to pageSize (max 100) results per page.

NameTypeReqDescription
modifiedAfterstringISO 8601 timestamp; return only records modified after this time
pagenumberPage number (1-based)
pageSizenumberResults per page (max 100)

No output schema declared.

No examples provided.

kqm_warehouse_get ~31

Get a single warehouse record by ID. Read-only.

NameTypeReqDescription
idnumberyesWarehouse ID

No output schema declared.

No examples provided.

kqm_warehouse_list ~79

List warehouses. Read-only. Returns up to pageSize (max 100) results per page.

NameTypeReqDescription
modifiedAfterstringISO 8601 timestamp; return only records modified after this time
pagenumberPage number (1-based)
pageSizenumberResults per page (max 100)

No output schema declared.

No examples provided.