MCP server for Kaseya BMS PSA — tickets, accounts, time entries, contracts
- ✓Open-source license (Apache-2.0)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
git clone https://github.com/WYRE-AI/kaseya-bms-mcp{
"mcpServers": {
"kaseya-bms-mcp": {
"command": "node",
"args": ["/path/to/kaseya-bms-mcp/dist/index.js"],
"env": {
"KASEYA_BMS_API_TOKEN": "<kaseya_bms_api_token>"
}
}
}
}KASEYA_BMS_API_TOKENResumen de MCP Servers
# Kaseya BMS MCP Server [](https://github.com/WYRE-AI/kaseya-bms-mcp/actions/workflows/release.yml) [](https://opensource.org/licenses/Apache-2.0) Model Context Protocol (MCP) server for the Kaseya BMS PSA API. Exposes tickets, accounts, contacts, contracts, time entries, the service catalog, and the knowledge base to AI assistants. ## Tools | Tool | Description | |------|-------------| | `kaseya_bms_list_tickets` | List tickets. Optional `$filter`; status pick if omitted. | | `kaseya_bms_get_ticket` | Get a ticket by id. | | `kaseya_bms_create_ticket` | Create a new ticket (destructive — confirmation required). | | `kaseya_bms_add_ticket_note` | Append a note to a ticket (destructive — confirmation required). | | `kaseya_bms_list_time_entries` | Time entries by date range (24h / 7d / 30d / custom / all). | | `kaseya_bms_list_accounts` | Accounts (clients). | | `kaseya_bms_list_contacts` | Contacts. | | `kaseya_bms_list_contracts` | Contracts. | | `kaseya_bms_list_service_catalog` | Service catalog items. | | `kaseya_bms_search_knowledge_base` | Knowledge base search. | When the user omits required filters or runs a destructive action, the server uses MCP elicitation to prompt for choices or confirm. ## Interactive Ticket Card (MCP Apps) `kaseya_bms_get_ticket` renders as an interactive card in MCP Apps hosts (Claude Desktop/web) with an in-card "Add note" round-trip via `kaseya_bms_add_ticket_note` (always posted internal-only); plain-JSON behavior is unchanged in other hosts. The card is neutral by default and brandable via `window.__BRAND__` injection or `MCP_BRAND_*` env vars (`MCP_BRAND_NAME`, `MCP_BRAND_LOGO_URL`, `MCP_BRAND_PRIMARY_COLOR`, `MCP_BRAND_ACCENT_COLOR`, `MCP_BRAND_BG`, `MCP_BRAND_TEXT`) — no rebuild needed. After editing `ui/`, regenerate the embedded bundle with `npm run build:ui`. ## Configuration ### Environment-variable mode (default) | Variable | Required | Description | |----------|----------|-------------| | `KASEYA_BMS_TENANT_SUBDOMAIN` | yes | Tenant subdomain (e.g. `yourcompany`) | | `KASEYA_BMS_API_TOKEN` | one of | BMS API token (secret) | | `KASEYA_BMS_K1_TOKEN` | one of | Kaseya One SSO token (secret) | | `MCP_TRANSPORT` | no | `stdio` (default) or `http` | | `MCP_HTTP_PORT` | no | HTTP listen port (default `8080`) | | `AUTH_MODE` | no | `env` (default) or `gateway` | Either `KASEYA_BMS_API_TOKEN` OR `KASEYA_BMS_K1_TOKEN` is required. ### Gateway mode When deployed behind the WYRE MCP Gateway, set `AUTH_MODE=gateway` and the server will read credentials from per-request HTTP headers: - `X-Kaseya-BMS-Tenant-Subdomain` (required) - `X-Kaseya-BMS-API-Token` (or) - `X-Kaseya-BMS-K1-Token` Each request creates a fresh server instance with isolated credentials — no cross-tenant `process.env` pollution. ## Local development ```bash npm install npm run build KASEYA_BMS_TENANT_SUBDOMAIN=yourcompany \ KASEYA_BMS_API_TOKEN=... \ npm start ``` Run as HTTP for testing: ```bash MCP_TRANSPORT=http npm start curl http://localhost:8080/health ``` ## Docker ```bash docker build -t kaseya-bms-mcp . docker run --rm -p 8080:8080 \ -e KASEYA_BMS_TENANT_SUBDOMAIN=yourcompany \ -e KASEYA_BMS_API_TOKEN=... \ kaseya-bms-mcp ``` ## License Apache-2.0
Lo que la gente pregunta sobre kaseya-bms-mcp
¿Qué es WYRE-AI/kaseya-bms-mcp?
+
WYRE-AI/kaseya-bms-mcp es mcp servers para el ecosistema de Claude AI. MCP server for Kaseya BMS PSA — tickets, accounts, time entries, contracts Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-25.
¿Cómo se instala kaseya-bms-mcp?
+
Puedes instalar kaseya-bms-mcp clonando el repositorio (https://github.com/WYRE-AI/kaseya-bms-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar WYRE-AI/kaseya-bms-mcp?
+
Nuestro agente de seguridad ha analizado WYRE-AI/kaseya-bms-mcp y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene WYRE-AI/kaseya-bms-mcp?
+
WYRE-AI/kaseya-bms-mcp es mantenido por WYRE-AI. La última actividad registrada en GitHub es del 2026-08-25, con 0 issues abiertos.
¿Hay alternativas a kaseya-bms-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega kaseya-bms-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/wyre-ai-kaseya-bms-mcp)<a href="https://claudewave.com/repo/wyre-ai-kaseya-bms-mcp"><img src="https://claudewave.com/api/badge/wyre-ai-kaseya-bms-mcp" alt="Featured on ClaudeWave: WYRE-AI/kaseya-bms-mcp" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!