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.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: the license (NOASSERTION) isn't a recognized OSI-approved license. See how to fix → Fail
- Actively maintained (last published 1 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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.
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
claude mcp add wyre-technology-kaseya-quote-manager-mcp -- docker run --rm -i ghcr.io/wyre-technology/kaseya-quote-manager-mcp:v1.0.10
codex mcp add wyre-technology-kaseya-quote-manager-mcp -- docker run --rm -i ghcr.io/wyre-technology/kaseya-quote-manager-mcp:v1.0.10
{
"$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
}
}
} 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"] {
"mcpServers": {
"wyre-technology-kaseya-quote-manager-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-technology/kaseya-quote-manager-mcp:v1.0.10"
]
}
}
} 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.
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 |
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.
kqm_brand_get ~30
Get a single brand record by ID. Read-only.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Brand 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.
| Name | Type | Req | Description |
|---|---|---|---|
| modifiedAfter | string | – | ISO 8601 timestamp; return only records modified after this time |
| page | number | – | Page number (1-based) |
| pageSize | number | – | Results 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Category 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Contact 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.
| Name | Type | Req | Description |
|---|---|---|---|
| customerID | number | – | Filter by customerID |
| modifiedAfter | string | – | ISO 8601 timestamp; return only records modified after this time |
| page | number | – | Page number (1-based) |
| pageSize | number | – | Results 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | CustomerAddress 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.
| Name | Type | Req | Description |
|---|---|---|---|
| customerID | number | – | Filter by customerID |
| modifiedAfter | string | – | ISO 8601 timestamp; return only records modified after this time |
| page | number | – | Page number (1-based) |
| pageSize | number | – | Results per page (max 100) |
No output schema declared.
No examples provided.
kqm_customer_get ~30
Get a single customer record by ID. Read-only.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Customer 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.
| Name | Type | Req | Description |
|---|---|---|---|
| modifiedAfter | string | – | ISO 8601 timestamp; return only records modified after this time |
| page | number | – | Page number (1-based) |
| pageSize | number | – | Results per page (max 100) |
No output schema declared.
No examples provided.
kqm_employee_get ~30
Get a single employee record by ID. Read-only.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Employee 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.
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | – | Page number (1-based) |
| pageSize | number | – | Results 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.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Product 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.
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | – | Page number (1-based) |
| pageSize | number | – | Results per page (max 100) |
| productID | number | – | Filter 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.
| Name | Type | Req | Description |
|---|---|---|---|
| manufacturerPartNumber | string | – | Filter by manufacturerPartNumber |
| modifiedAfter | string | – | ISO 8601 timestamp; return only records modified after this time |
| page | number | – | Page number (1-based) |
| pageSize | number | – | Results 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | ProductSupplier 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.
| Name | Type | Req | Description |
|---|---|---|---|
| modifiedAfter | string | – | ISO 8601 timestamp; return only records modified after this time |
| page | number | – | Page number (1-based) |
| pageSize | number | – | Results per page (max 100) |
| productID | number | – | Filter 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | PurchaseOrderCost 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.
| Name | Type | Req | Description |
|---|---|---|---|
| modifiedAfter | string | – | ISO 8601 timestamp; return only records modified after this time |
| page | number | – | Page number (1-based) |
| pageSize | number | – | Results per page (max 100) |
| purchaseOrderID | number | – | Filter by purchaseOrderID |
No output schema declared.
No examples provided.
kqm_purchase_order_get ~33
Get a single purchase order record by ID. Read-only.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | PurchaseOrder 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | PurchaseOrderLine 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.
| Name | Type | Req | Description |
|---|---|---|---|
| modifiedAfter | string | – | ISO 8601 timestamp; return only records modified after this time |
| page | number | – | Page number (1-based) |
| pageSize | number | – | Results per page (max 100) |
| purchaseOrderID | number | – | Filter 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.
| Name | Type | Req | Description |
|---|---|---|---|
| modifiedAfter | string | – | ISO 8601 timestamp; return only records modified after this time |
| orderNumber | string | – | Filter by orderNumber |
| page | number | – | Page number (1-based) |
| pageSize | number | – | Results per page (max 100) |
No output schema declared.
No examples provided.
kqm_quote_get ~30
Get a single quote record by ID. Read-only.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Quote ID |
No output schema declared.
No examples provided.
kqm_quote_line_get ~34
Get a single quote line item record by ID. Read-only.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | QuoteLine 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.
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | – | Page number (1-based) |
| pageSize | number | – | Results per page (max 100) |
| quoteSectionID | number | – | Filter 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.
| Name | Type | Req | Description |
|---|---|---|---|
| modifiedAfter | string | – | ISO 8601 timestamp; return only records modified after this time |
| page | number | – | Page number (1-based) |
| pageSize | number | – | Results per page (max 100) |
| quoteNumber | string | – | Filter by quoteNumber |
No output schema declared.
No examples provided.
kqm_quote_section_get ~33
Get a single quote section record by ID. Read-only.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | QuoteSection 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.
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | – | Page number (1-based) |
| pageSize | number | – | Results per page (max 100) |
| quoteID | number | – | Filter by quoteID |
No output schema declared.
No examples provided.
kqm_sales_order_get ~33
Get a single sales order record by ID. Read-only.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | SalesOrder 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | SalesOrderLine 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.
| Name | Type | Req | Description |
|---|---|---|---|
| modifiedAfter | string | – | ISO 8601 timestamp; return only records modified after this time |
| page | number | – | Page number (1-based) |
| pageSize | number | – | Results per page (max 100) |
| salesOrderID | number | – | Filter 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.
| Name | Type | Req | Description |
|---|---|---|---|
| modifiedAfter | string | – | ISO 8601 timestamp; return only records modified after this time |
| orderNumber | string | – | Filter by orderNumber |
| page | number | – | Page number (1-based) |
| pageSize | number | – | Results 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | SalesOrderPayment 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.
| Name | Type | Req | Description |
|---|---|---|---|
| modifiedAfter | string | – | ISO 8601 timestamp; return only records modified after this time |
| page | number | – | Page number (1-based) |
| pageSize | number | – | Results per page (max 100) |
| salesOrderID | number | – | Filter 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Supplier 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.
| Name | Type | Req | Description |
|---|---|---|---|
| modifiedAfter | string | – | ISO 8601 timestamp; return only records modified after this time |
| page | number | – | Page number (1-based) |
| pageSize | number | – | Results per page (max 100) |
No output schema declared.
No examples provided.
kqm_warehouse_get ~31
Get a single warehouse record by ID. Read-only.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Warehouse 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.
| Name | Type | Req | Description |
|---|---|---|---|
| modifiedAfter | string | – | ISO 8601 timestamp; return only records modified after this time |
| page | number | – | Page number (1-based) |
| pageSize | number | – | Results per page (max 100) |
No output schema declared.
No examples provided.