What is the Kaseya BMS MCP server?
MCP server for Kaseya BMS PSA — tickets, accounts, time entries, contracts.
How to install Kaseya BMS
Copy-paste configuration for popular MCP clients.
KASEYA_BMS_TENANT_SUBDOMAINrequiredTenant subdomain (e.g. 'yourcompany' for yourcompany.bms.kaseya.com)
KASEYA_BMS_API_TOKENsecretBMS API token (omit if using Kaseya One token)
KASEYA_BMS_K1_TOKENsecretKaseya One SSO token (alternative to API token)
MCP_TRANSPORTTransport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.
AUTH_MODECredential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.
LOG_LEVELLog verbosity: debug, info, warn, error
{
"mcpServers": {
"kaseya-bms-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/kaseya-bms-mcp:v1.0.6"
],
"env": {
"KASEYA_BMS_TENANT_SUBDOMAIN": "<YOUR_KASEYA_BMS_TENANT_SUBDOMAIN>",
"KASEYA_BMS_API_TOKEN": "<YOUR_KASEYA_BMS_API_TOKEN>",
"KASEYA_BMS_K1_TOKEN": "<YOUR_KASEYA_BMS_K1_TOKEN>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"kaseya-bms-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/kaseya-bms-mcp:v1.0.6"
],
"env": {
"KASEYA_BMS_TENANT_SUBDOMAIN": "<YOUR_KASEYA_BMS_TENANT_SUBDOMAIN>",
"KASEYA_BMS_API_TOKEN": "<YOUR_KASEYA_BMS_API_TOKEN>",
"KASEYA_BMS_K1_TOKEN": "<YOUR_KASEYA_BMS_K1_TOKEN>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"kaseya-bms-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/kaseya-bms-mcp:v1.0.6"
],
"env": {
"KASEYA_BMS_TENANT_SUBDOMAIN": "<YOUR_KASEYA_BMS_TENANT_SUBDOMAIN>",
"KASEYA_BMS_API_TOKEN": "<YOUR_KASEYA_BMS_API_TOKEN>",
"KASEYA_BMS_K1_TOKEN": "<YOUR_KASEYA_BMS_K1_TOKEN>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"servers": {
"kaseya-bms-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/kaseya-bms-mcp:v1.0.6"
],
"env": {
"KASEYA_BMS_TENANT_SUBDOMAIN": "<YOUR_KASEYA_BMS_TENANT_SUBDOMAIN>",
"KASEYA_BMS_API_TOKEN": "<YOUR_KASEYA_BMS_API_TOKEN>",
"KASEYA_BMS_K1_TOKEN": "<YOUR_KASEYA_BMS_K1_TOKEN>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}claude mcp add kaseya-bms-mcp --env KASEYA_BMS_TENANT_SUBDOMAIN=<YOUR_KASEYA_BMS_TENANT_SUBDOMAIN> --env KASEYA_BMS_API_TOKEN=<YOUR_KASEYA_BMS_API_TOKEN> --env KASEYA_BMS_K1_TOKEN=<YOUR_KASEYA_BMS_K1_TOKEN> --env MCP_TRANSPORT=<YOUR_MCP_TRANSPORT> --env AUTH_MODE=<YOUR_AUTH_MODE> --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- docker run -i --rm ghcr.io/wyre-technology/kaseya-bms-mcp:v1.0.6Related MCP servers
MCP server for Abnormal Security — AI-powered email threat detection, cases, and remediation.
View repository →Action1 MCP server — endpoint inventory, patch visibility, and policy automation via REST API.
View repository →MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.
View repository →MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
View repository →MCP server for the Auvik network monitoring API — devices, alerts, statistics, billing.
View repository →