ConnectWise Automate
OCI · GHCR.IO/WYRE-TECHNOLOGY/CONNECTWISE-AUTOMATE-MCP:V1.8.2 · SCANNED AUG 22
MCP server for ConnectWise Automate RMM — computers, clients, alerts, and scripts.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security0
- Malware scan not yet available for this package.Unverified
- Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
- Install-script risk not yet assessed.Unverified
- Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 1 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability84
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1646 tokens (~74/item across 22 items; 21 tools + 1 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
- Supports UI / widget rendering.Pass
Unverified: 2 categories
Categories scored 0 because we could not verify them: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
oci · ghcr.io/wyre-technology/connectwise-automate-mcp:v1.8.2
claude mcp add wyre-technology-connectwise-automate-mcp -- docker run --rm -i ghcr.io/wyre-technology/connectwise-automate-mcp:v1.8.2
codex mcp add wyre-technology-connectwise-automate-mcp -- docker run --rm -i ghcr.io/wyre-technology/connectwise-automate-mcp:v1.8.2
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"wyre-technology-connectwise-automate-mcp": {
"type": "local",
"command": [
"docker",
"run",
"--rm",
"-i",
"ghcr.io/wyre-technology/connectwise-automate-mcp:v1.8.2"
],
"enabled": true
}
}
} mcp_servers:
wyre-technology-connectwise-automate-mcp:
command: "docker"
args: ["run", "--rm", "-i", "ghcr.io/wyre-technology/connectwise-automate-mcp:v1.8.2"] {
"mcpServers": {
"wyre-technology-connectwise-automate-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-technology/connectwise-automate-mcp:v1.8.2"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 20 Aug 26 41
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 22 Aug 2026 · Analysed oci/ghcr.io/wyre-technology/connectwise-automate-mcp:v1.8.2
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | oci |
| Reason | No attestation published |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
cwautomate_alerts_acknowledge ~52
Acknowledge an alert to mark it as reviewed
| Name | Type | Req | Description |
|---|---|---|---|
| alert_id | number | yes | The alert ID to acknowledge |
| comment | string | – | Optional comment to add when acknowledging |
No output schema declared.
No examples provided.
cwautomate_alerts_get ~33
Get details for a specific alert by ID
| Name | Type | Req | Description |
|---|---|---|---|
| alert_id | number | yes | The alert ID |
No output schema declared.
No examples provided.
cwautomate_alerts_list ~113
List alerts in ConnectWise Automate with optional filtering.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | number | – | Filter alerts by client ID |
| computer_id | number | – | Filter alerts by computer ID |
| limit | number | – | Maximum number of results per page (default: 50) |
| severity | number | – | Filter by alert severity level (1-5) |
| skip | number | – | Number of results to skip for pagination |
| status | string | – | Filter by alert status (default: all) |
No output schema declared.
No examples provided.
cwautomate_clients_create ~77
Create a new client in ConnectWise Automate
| Name | Type | Req | Description |
|---|---|---|---|
| city | string | – | City |
| country | string | – | Country |
| name | string | yes | Client name |
| phone | string | – | Phone number |
| state | string | – | State/Province |
| zip | string | – | ZIP/Postal code |
No output schema declared.
No examples provided.
cwautomate_clients_get ~46
Get details for a specific client by ID
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | number | yes | The client ID |
| include_locations | boolean | – | Include location details in the response |
No output schema declared.
No examples provided.
cwautomate_clients_list ~56
List all clients in ConnectWise Automate with optional filtering.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | Maximum number of results per page (default: 50) |
| skip | number | – | Number of results to skip for pagination |
No output schema declared.
No examples provided.
cwautomate_clients_update ~96
Update an existing client in ConnectWise Automate
| Name | Type | Req | Description |
|---|---|---|---|
| city | string | – | New city |
| client_id | number | yes | The client ID to update |
| country | string | – | New country |
| name | string | – | New client name |
| phone | string | – | New phone number |
| state | string | – | New state/province |
| zip | string | – | New ZIP/postal code |
No output schema declared.
No examples provided.
cwautomate_commands_list ~50
List the Automate command catalog. Commands are a fixed, server-defined set addressed by ID — call this to find the command ID before using cwautomate_computers_run_command.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
cwautomate_computers_get ~35
Get details for a specific computer by its ID
| Name | Type | Req | Description |
|---|---|---|---|
| computer_id | number | yes | The computer ID |
No output schema declared.
No examples provided.
cwautomate_computers_list ~106
List computers in ConnectWise Automate. Can filter by client, location, or online status.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | number | – | Filter computers by client ID |
| limit | number | – | Maximum number of results per page (default: 50) |
| location_id | number | – | Filter computers by location ID |
| skip | number | – | Number of results to skip for pagination |
| status | string | – | Filter by online status (default: all) |
No output schema declared.
No examples provided.
cwautomate_computers_reboot ~51
Send a restart command to a computer
| Name | Type | Req | Description |
|---|---|---|---|
| computer_id | number | yes | The computer ID to reboot |
| force | boolean | – | Force reboot even if users are logged in |
No output schema declared.
No examples provided.
cwautomate_computers_run_command ~159
Issue a catalog command to a computer and wait for its result. The command_id must come from cwautomate_commands_list; free-text commands are not accepted by Automate. Note that the API user's command level and the group-level 'Send Commands' grant silently cap which commands may be issued.
| Name | Type | Req | Description |
|---|---|---|---|
| command_id | string | yes | The catalog command ID, from cwautomate_commands_list |
| computer_id | number | yes | The computer ID to send the command to |
| parameters | array | – | Positional parameters for the command, in the order the command expects them |
| timeout_seconds | number | – | How long to wait for the command to finish before returning a partial result (default: 90) |
No output schema declared.
No examples provided.
cwautomate_computers_run_script ~65
Run a script on a specific computer
| Name | Type | Req | Description |
|---|---|---|---|
| computer_id | number | yes | The computer ID to run the script on |
| parameters | object | – | Script parameters as key-value pairs |
| script_id | number | yes | The script ID to execute |
No output schema declared.
No examples provided.
cwautomate_computers_search ~72
Search for computers by name (matches any part of the computer name)
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | number | – | Limit search to a specific client |
| limit | number | – | Maximum number of results (default: 50) |
| query | string | yes | Search query matched against the computer name |
No output schema declared.
No examples provided.
cwautomate_navigate ~133
Discover available ConnectWise Automate tools by domain. Returns tool names and descriptions for the selected domain. All tools are callable at any time — this is a help/discovery aid, not a prerequisite.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | The domain to explore: - computers: Endpoint management - list, get, manage computers and devices in ConnectWise Automate - clients: Company management - list and get client/company information and r… |
No output schema declared.
No examples provided.
cwautomate_scripts_execute ~226
Run a script on one or more computers and wait for the result. Automate has no synchronous run, so this schedules the script and polls its history until it finishes, returning the per-computer outcome and any diagnostic message. Use the computers domain to find computer IDs first.
| Name | Type | Req | Description |
|---|---|---|---|
| computer_ids | array | yes | Array of computer IDs to run the script on |
| parameters | object | – | Script parameters as key-value pairs |
| priority | string | – | Execution priority (default: normal) |
| script_id | number | yes | The script ID to execute |
| skip_offline | boolean | – | Skip the run entirely if the agent is offline at fire time |
| timeout_seconds | number | – | How long to wait for completion before returning a partial result (default: 90). The script keeps running server-side either way. |
| wait | boolean | – | Wait for the run to finish (default: true). Set false to schedule and return immediately without an outcome. |
| wake_offline | boolean | – | Send a Wake-on-LAN first if the agent is offline |
No output schema declared.
No examples provided.
cwautomate_scripts_get ~32
Get details for a specific script by ID
| Name | Type | Req | Description |
|---|---|---|---|
| script_id | number | yes | The script ID |
No output schema declared.
No examples provided.
cwautomate_scripts_history ~91
Get completed script-run history for a computer, including the pass/fail state and Automate's diagnostic message. Use this to pick up the result of a run that was scheduled without waiting, or that outlasted its wait timeout.
| Name | Type | Req | Description |
|---|---|---|---|
| computer_id | number | yes | The computer ID to read script history for |
| limit | number | – | Maximum number of results (default: 50) |
No output schema declared.
No examples provided.
cwautomate_scripts_list ~80
List available scripts in ConnectWise Automate with optional filtering.
| Name | Type | Req | Description |
|---|---|---|---|
| folder_id | number | – | Filter scripts by folder ID |
| limit | number | – | Maximum number of results per page (default: 50) |
| search | string | – | Search scripts by name |
| skip | number | – | Number of results to skip for pagination |
No output schema declared.
No examples provided.
cwautomate_scripts_running ~33
List scripts currently running on a computer
| Name | Type | Req | Description |
|---|---|---|---|
| computer_id | number | yes | The computer ID to check |
No output schema declared.
No examples provided.
cwautomate_status ~18
Show credentials status and available domains
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.