Datto RMM
OCI · GHCR.IO/WYRE-AI/DATTO-RMM-MCP:V1.7.10 · SCANNED SEP 20
MCP server for Datto RMM — devices, alerts, sites, jobs, and audit data.
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 → Why this is hard to 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 6 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability87
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 1075 tokens (~59/item across 18 items; 17 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
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 17 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 18 captured unit(s) of tool text and found none that tries to manipulate the model reading it.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.
How do I install the Datto RMM MCP server?
Datto RMM runs locally as a container image, launched with docker run --rm -i ghcr.io/wyre-ai/datto-rmm-mcp:v1.7.10. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.
oci · ghcr.io/wyre-ai/datto-rmm-mcp:v1.7.10
claude mcp add wyre-ai-datto-rmm-mcp -- docker run --rm -i ghcr.io/wyre-ai/datto-rmm-mcp:v1.7.10
{
"mcpServers": {
"wyre-ai-datto-rmm-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-ai/datto-rmm-mcp:v1.7.10"
]
}
}
} {
"servers": {
"wyre-ai-datto-rmm-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-ai/datto-rmm-mcp:v1.7.10"
]
}
}
} codex mcp add wyre-ai-datto-rmm-mcp -- docker run --rm -i ghcr.io/wyre-ai/datto-rmm-mcp:v1.7.10
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"wyre-ai-datto-rmm-mcp": {
"type": "local",
"command": [
"docker",
"run",
"--rm",
"-i",
"ghcr.io/wyre-ai/datto-rmm-mcp:v1.7.10"
],
"enabled": true
}
}
} mcp_servers:
wyre-ai-datto-rmm-mcp:
command: "docker"
args: ["run", "--rm", "-i", "ghcr.io/wyre-ai/datto-rmm-mcp:v1.7.10"] {
"McpServers": {
"wyre-ai-datto-rmm-mcp": {
"Transport": "stdio",
"Command": "docker",
"Arguments": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-ai/datto-rmm-mcp:v1.7.10"
]
}
}
} {
"mcpServers": {
"wyre-ai-datto-rmm-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-ai/datto-rmm-mcp:v1.7.10"
]
}
}
} 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.
- 13 Sept 26 43
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 20 Sept 2026 · Analysed oci/ghcr.io/wyre-ai/datto-rmm-mcp:v1.7.10
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 |
Background: How many MCP packages publish verified provenance →
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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
datto_find_device ~132
Find a device by hostname and return its UID plus a lightweight summary. Use this before datto_get_device when the user provides a hostname instead of a UID.
| Name | Type | Req | Description |
|---|---|---|---|
| exactMatch | boolean | – | Require an exact (case-insensitive) hostname match. Set to false for partial/substring matching. Defaults to true. |
| hostname | string | yes | Hostname to search for, for example APP-HV-HOST06 |
| max | number | – | Maximum number of matching devices to return (default: 25) |
| siteUid | string | – | Optional site UID to narrow the hostname lookup to one site |
No output schema declared.
No examples provided.
datto_get_alert ~31
Get details for a specific alert by its UID
| Name | Type | Req | Description |
|---|---|---|---|
| alertUid | string | yes | The alert UID |
No output schema declared.
No examples provided.
datto_get_device ~50
Get full details for a specific device by its UID. If you only have a hostname, call datto_find_device first to resolve the UID.
| Name | Type | Req | Description |
|---|---|---|---|
| deviceUid | string | yes | The device UID |
No output schema declared.
No examples provided.
datto_get_device_audit ~63
Get audit data for a device (hardware, software, OS information)
| Name | Type | Req | Description |
|---|---|---|---|
| auditType | string | – | Type of audit: 'full' for complete audit or 'software' for software inventory only |
| deviceUid | string | yes | The device UID |
No output schema declared.
No examples provided.
datto_get_device_patches ~51
Get Windows patch installation status for a device - per-patch installed/missing/pending status, severity, reboot requirement, and KB article
| Name | Type | Req | Description |
|---|---|---|---|
| deviceUid | string | yes | The device UID |
No output schema declared.
No examples provided.
datto_get_job ~76
Get status and details for a quick job by its UID (e.g. queued/running/completed, device count, timestamps). Use this after datto_run_quickjob to check whether the job finished and how it went.
| Name | Type | Req | Description |
|---|---|---|---|
| jobUid | string | yes | The job UID, returned by datto_run_quickjob |
No output schema declared.
No examples provided.
datto_get_job_components ~39
Get the components (scripts/actions and their variables) that make up a quick job
| Name | Type | Req | Description |
|---|---|---|---|
| jobUid | string | yes | The job UID |
No output schema declared.
No examples provided.
datto_get_job_results ~83
Get the result of a quick job on one specific device — status, exit code, timing, and error message if it failed. Use datto_get_job first if you need to find which devices the job ran on.
| Name | Type | Req | Description |
|---|---|---|---|
| deviceUid | string | yes | The device UID to get the job result for |
| jobUid | string | yes | The job UID |
No output schema declared.
No examples provided.
datto_get_job_stderr ~58
Get the captured stderr output of a quick job on a specific device. Use this to diagnose why a quick job failed.
| Name | Type | Req | Description |
|---|---|---|---|
| deviceUid | string | yes | The device UID |
| jobUid | string | yes | The job UID |
No output schema declared.
No examples provided.
datto_get_job_stdout ~65
Get the captured stdout output of a quick job on a specific device. Use this to diagnose what a script actually printed when a quick job's outcome is unclear.
| Name | Type | Req | Description |
|---|---|---|---|
| deviceUid | string | yes | The device UID |
| jobUid | string | yes | The job UID |
No output schema declared.
No examples provided.
datto_get_site ~31
Get details for a specific site by its UID
| Name | Type | Req | Description |
|---|---|---|---|
| siteUid | string | yes | The site UID |
No output schema declared.
No examples provided.
datto_get_site_patches ~35
Get Windows patch installation status across all devices in a site
| Name | Type | Req | Description |
|---|---|---|---|
| siteUid | string | yes | The site UID |
No output schema declared.
No examples provided.
datto_list_alerts ~59
List open alerts. Can filter by site.
| Name | Type | Req | Description |
|---|---|---|---|
| max | number | – | Maximum number of results (default: 50) |
| siteUid | string | – | Filter alerts by site UID (optional - if omitted, returns all account alerts) |
No output schema declared.
No examples provided.
datto_list_devices ~78
List all devices in Datto RMM. Can filter by site. To look up a single device by hostname, use datto_find_device instead.
| Name | Type | Req | Description |
|---|---|---|---|
| max | number | – | Maximum number of results (default: 50) |
| siteUid | string | – | Filter devices by site UID (optional - if omitted, returns all devices) |
No output schema declared.
No examples provided.
datto_list_sites ~33
List all sites in the account
| Name | Type | Req | Description |
|---|---|---|---|
| max | number | – | Maximum number of results (default: 50) |
No output schema declared.
No examples provided.
datto_resolve_alert ~31
Resolve an alert by its UID
| Name | Type | Req | Description |
|---|---|---|---|
| alertUid | string | yes | The alert UID to resolve |
No output schema declared.
No examples provided.
datto_run_quickjob ~139
Run a quick job on a device. Returns a job UID — pass it to datto_get_job, datto_get_job_components, datto_get_job_results, datto_get_job_stdout, and datto_get_job_stderr to check the job's status and retrieve its output, since this call itself is fire-and-forget.
| Name | Type | Req | Description |
|---|---|---|---|
| componentUid | string | yes | UID of the component to run |
| deviceUid | string | yes | The device UID to run the job on |
| jobName | string | yes | Name for the quick job |
| variables | object | – | Variables to pass to the job (key-value pairs) |
No output schema declared.
No examples provided.
What is the Datto RMM MCP server?
Datto RMM is an MCP server listed in the public MCP registry as io.github.WYRE-AI/datto-rmm-mcp. MCP server for Datto RMM, devices, alerts, sites, jobs, and audit data. This page covers its container image (ghcr.io/wyre-ai/datto-rmm-mcp:v1.7.10).
Is the Datto RMM MCP server safe to use?
Datto RMM scores 43 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the Datto RMM MCP server expose?
Datto RMM exposes 17 tools: datto_list_devices, datto_find_device, datto_get_device, datto_list_alerts, datto_get_alert, and 12 more. Their descriptions and schemas cost roughly 1,054 tokens of context every time the server is loaded.
Is the Datto RMM MCP server still maintained?
Datto RMM is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the Datto RMM MCP server under?
Datto RMM declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.