← Index

Kaseya BMS

io.github.wyre-technology/kaseya-bms-mcp·v1.0.0·Calendar & Time
Quality Score
95
/100

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

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "kaseya-bms-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/kaseya-bms-mcp:v1.0.0"
      ],
      "env": {
        "KASEYA_BMS_TENANT_SUBDOMAIN": "<kaseya_bms_tenant_subdomain>",
        "KASEYA_BMS_API_TOKEN": "<your-kaseya_bms_api_token>",
        "KASEYA_BMS_K1_TOKEN": "<your-kaseya_bms_k1_token>",
        "MCP_TRANSPORT": "stdio",
        "AUTH_MODE": "env",
        "LOG_LEVEL": "info"
      }
    }
  }
}
§02  Environment variables
KASEYA_BMS_TENANT_SUBDOMAIN
required

Tenant subdomain (e.g. 'yourcompany' for yourcompany.bms.kaseya.com)

KASEYA_BMS_API_TOKEN
secret

BMS API token (omit if using Kaseya One token)

KASEYA_BMS_K1_TOKEN
secret

Kaseya One SSO token (alternative to API token)

MCP_TRANSPORT

Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.

AUTH_MODE

Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.

LOG_LEVEL

Log verbosity: debug, info, warn, error

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Calendar & Time