{"id":50735391,"url":"https://github.com/wyre-technology/kaseya-bms-mcp","last_synced_at":"2026-06-10T13:01:21.716Z","repository":{"id":355093778,"uuid":"1226742562","full_name":"wyre-technology/kaseya-bms-mcp","owner":"wyre-technology","description":"MCP server for Kaseya BMS PSA — tickets, accounts, time entries, contracts","archived":false,"fork":false,"pushed_at":"2026-05-29T19:02:23.000Z","size":141,"stargazers_count":0,"open_issues_count":12,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-29T21:04:45.803Z","etag":null,"topics":["bms","claude","kaseya","mcp","model-context-protocol","msp","psa"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wyre-technology.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-01T19:28:09.000Z","updated_at":"2026-05-29T18:59:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"e508d22e-f07a-4396-afe1-b50b30973a14","html_url":"https://github.com/wyre-technology/kaseya-bms-mcp","commit_stats":null,"previous_names":["wyre-technology/kaseya-bms-mcp"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/wyre-technology/kaseya-bms-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyre-technology%2Fkaseya-bms-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyre-technology%2Fkaseya-bms-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyre-technology%2Fkaseya-bms-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyre-technology%2Fkaseya-bms-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wyre-technology","download_url":"https://codeload.github.com/wyre-technology/kaseya-bms-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyre-technology%2Fkaseya-bms-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34153483,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bms","claude","kaseya","mcp","model-context-protocol","msp","psa"],"created_at":"2026-06-10T13:01:21.015Z","updated_at":"2026-06-10T13:01:21.691Z","avatar_url":"https://github.com/wyre-technology.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kaseya BMS MCP Server\n\n[![Release](https://github.com/wyre-technology/kaseya-bms-mcp/actions/workflows/release.yml/badge.svg)](https://github.com/wyre-technology/kaseya-bms-mcp/actions/workflows/release.yml)\n[![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nModel Context Protocol (MCP) server for the Kaseya BMS PSA API.\nExposes tickets, accounts, contacts, contracts, time entries, the service\ncatalog, and the knowledge base to AI assistants.\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `kaseya_bms_list_tickets` | List tickets. Optional `$filter`; status pick if omitted. |\n| `kaseya_bms_get_ticket` | Get a ticket by id. |\n| `kaseya_bms_create_ticket` | Create a new ticket (destructive — confirmation required). |\n| `kaseya_bms_add_ticket_note` | Append a note to a ticket (destructive — confirmation required). |\n| `kaseya_bms_list_time_entries` | Time entries by date range (24h / 7d / 30d / custom / all). |\n| `kaseya_bms_list_accounts` | Accounts (clients). |\n| `kaseya_bms_list_contacts` | Contacts. |\n| `kaseya_bms_list_contracts` | Contracts. |\n| `kaseya_bms_list_service_catalog` | Service catalog items. |\n| `kaseya_bms_search_knowledge_base` | Knowledge base search. |\n\nWhen the user omits required filters or runs a destructive action, the server\nuses MCP elicitation to prompt for choices or confirm.\n\n## Configuration\n\n### Environment-variable mode (default)\n\n| Variable | Required | Description |\n|----------|----------|-------------|\n| `KASEYA_BMS_TENANT_SUBDOMAIN` | yes | Tenant subdomain (e.g. `yourcompany`) |\n| `KASEYA_BMS_API_TOKEN` | one of | BMS API token (secret) |\n| `KASEYA_BMS_K1_TOKEN` | one of | Kaseya One SSO token (secret) |\n| `MCP_TRANSPORT` | no | `stdio` (default) or `http` |\n| `MCP_HTTP_PORT` | no | HTTP listen port (default `8080`) |\n| `AUTH_MODE` | no | `env` (default) or `gateway` |\n\nEither `KASEYA_BMS_API_TOKEN` OR `KASEYA_BMS_K1_TOKEN` is required.\n\n### Gateway mode\n\nWhen deployed behind the WYRE MCP Gateway, set `AUTH_MODE=gateway` and the\nserver will read credentials from per-request HTTP headers:\n\n- `X-Kaseya-BMS-Tenant-Subdomain` (required)\n- `X-Kaseya-BMS-API-Token` (or)\n- `X-Kaseya-BMS-K1-Token`\n\nEach request creates a fresh server instance with isolated credentials — no\ncross-tenant `process.env` pollution.\n\n## Local development\n\n```bash\nnpm install\nnpm run build\nKASEYA_BMS_TENANT_SUBDOMAIN=yourcompany \\\n  KASEYA_BMS_API_TOKEN=... \\\n  npm start\n```\n\nRun as HTTP for testing:\n\n```bash\nMCP_TRANSPORT=http npm start\ncurl http://localhost:8080/health\n```\n\n## Docker\n\n```bash\ndocker build -t kaseya-bms-mcp .\ndocker run --rm -p 8080:8080 \\\n  -e KASEYA_BMS_TENANT_SUBDOMAIN=yourcompany \\\n  -e KASEYA_BMS_API_TOKEN=... \\\n  kaseya-bms-mcp\n```\n\n## License\n\nApache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwyre-technology%2Fkaseya-bms-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwyre-technology%2Fkaseya-bms-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwyre-technology%2Fkaseya-bms-mcp/lists"}