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 BMS

OCI · GHCR.IO/WYRE-TECHNOLOGY/KASEYA-BMS-MCP:V1.1.4 · SCANNED AUG 22

MCP server for Kaseya BMS PSA — tickets, accounts, time entries, contracts.

41 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 & Transparency45
Schema Quality & AI Usability85
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 641 tokens (~58/item across 11 items; 10 tools + 1 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
  • Supports UI / widget rendering.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-bms-mcp:v1.1.4

# add to Claude Code
claude mcp add wyre-technology-kaseya-bms-mcp -- docker run --rm -i ghcr.io/wyre-technology/kaseya-bms-mcp:v1.1.4
# add to Codex CLI
codex mcp add wyre-technology-kaseya-bms-mcp -- docker run --rm -i ghcr.io/wyre-technology/kaseya-bms-mcp:v1.1.4
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wyre-technology-kaseya-bms-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/kaseya-bms-mcp:v1.1.4"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  wyre-technology-kaseya-bms-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/wyre-technology/kaseya-bms-mcp:v1.1.4"]
// mcp.json
{
  "mcpServers": {
    "wyre-technology-kaseya-bms-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/kaseya-bms-mcp:v1.1.4"
      ]
    }
  }
}
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 41

    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-bms-mcp:v1.1.4

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 · 10 exposed · ~618 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
kaseya_bms_add_ticket_note ~69

Append a note to an existing ticket. DESTRUCTIVE: requires user confirmation before submission.

NameTypeReqDescription
bodystringyesNote body / text content
isInternalbooleanMark note as internal-only (default false)
ticketIdstringyesTicket identifier

No output schema declared.

No examples provided.

kaseya_bms_create_ticket ~103

Create a new ticket in BMS. DESTRUCTIVE: requires user confirmation before submission.

NameTypeReqDescription
accountIdstringAccount / client identifier
contactIdstringContact identifier (optional)
descriptionstringyesTicket description body
prioritystringPriority (e.g. Low / Medium / High)
statusstringInitial status (optional)
subjectstringyesTicket subject / title

No output schema declared.

No examples provided.

kaseya_bms_get_ticket ~32

Get details for a single ticket by ticket id.

NameTypeReqDescription
ticketIdstringyesTicket identifier

No output schema declared.

No examples provided.

kaseya_bms_list_accounts ~50

List accounts (clients) in the BMS tenant.

NameTypeReqDescription
filterstringOData $filter expression (optional)
topnumberMax records (default 250)

No output schema declared.

No examples provided.

kaseya_bms_list_contacts ~47

List contacts in the BMS tenant.

NameTypeReqDescription
filterstringOData $filter expression (optional)
topnumberMax records (default 250)

No output schema declared.

No examples provided.

kaseya_bms_list_contracts ~48

List contracts in the BMS tenant.

NameTypeReqDescription
filterstringOData $filter expression (optional)
topnumberMax records (default 250)

No output schema declared.

No examples provided.

kaseya_bms_list_service_catalog ~35

List service catalog items configured in the tenant.

NameTypeReqDescription
topnumberMax records (default 250)

No output schema declared.

No examples provided.

kaseya_bms_list_tickets ~83

List BMS tickets. Supports OData $filter, $top, $skip. If no filter is provided, the user is prompted to choose a status scope.

NameTypeReqDescription
filterstringOData $filter expression (optional)
skipnumberRecords to skip
topnumberMax records (default 100)

No output schema declared.

No examples provided.

kaseya_bms_list_time_entries ~94

List time entries by date range. If no range is given the user is prompted (24h / 7d / 30d / custom / all).

NameTypeReqDescription
endDatestringISO date (YYYY-MM-DD) end of range
startDatestringISO date (YYYY-MM-DD) start of range
topnumberMax records (default 100)

No output schema declared.

No examples provided.

kaseya_bms_search_knowledge_base ~57

Search the BMS knowledge base. If no query is provided the user is prompted for one.

NameTypeReqDescription
querystringFree-text search query
topnumberMax records (default 50)

No output schema declared.

No examples provided.