MCP Server
MCP
Kaseya BMS
MCP server for Kaseya BMS PSA — tickets, accounts, time entries, contracts.
Install
oci:ghcr.io/wyre-technology/kaseya-bms-mcp:v1.1.4
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/wyre-technology/kaseya-bms-mcp:v1.1.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Tenant subdomain (e.g. 'yourcompany' for yourcompany.bms.kaseya.com)",
"isRequired": true,
"format": "string",
"name": "KASEYA_BMS_TENANT_SUBDOMAIN"
},
{
"description": "BMS API token (omit if using Kaseya One token)",
"format": "string",
"isSecret": true,
"name": "KASEYA_BMS_API_TOKEN"
},
{
"description": "Kaseya One SSO token (alternative to API token)",
"format": "string",
"isSecret": true,
"name": "KASEYA_BMS_K1_TOKEN"
},
{
"description": "Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.",
"format": "string",
"default": "stdio",
"name": "MCP_TRANSPORT"
},
{
"description": "Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.",
"format": "string",
"default": "env",
"name": "AUTH_MODE"
},
{
"description": "Log verbosity: debug, info, warn, error",
"format": "string",
"default": "info",
"name": "LOG_LEVEL"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment