Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

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.

0 this week 43 Trust /100
Trust breakdown (7 categories)

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
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.

Install

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

# add to Claude Code
claude mcp add wyre-ai-datto-rmm-mcp -- docker run --rm -i ghcr.io/wyre-ai/datto-rmm-mcp:v1.7.10
// .cursor/mcp.json
{
  "mcpServers": {
    "wyre-ai-datto-rmm-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/datto-rmm-mcp:v1.7.10"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "wyre-ai-datto-rmm-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/datto-rmm-mcp:v1.7.10"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add wyre-ai-datto-rmm-mcp -- docker run --rm -i ghcr.io/wyre-ai/datto-rmm-mcp:v1.7.10
// opencode.json
{
  "$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
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  wyre-ai-datto-rmm-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/wyre-ai/datto-rmm-mcp:v1.7.10"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "wyre-ai-datto-rmm-mcp": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/datto-rmm-mcp:v1.7.10"
      ]
    }
  }
}
// mcp.json
{
  "mcpServers": {
    "wyre-ai-datto-rmm-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/datto-rmm-mcp:v1.7.10"
      ]
    }
  }
}
Changelog

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.

Diagnostics

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 →

MCP tools · 17 exposed · ~1,054 tokens

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 →

Tool Tokens
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.

NameTypeReqDescription
exactMatchbooleanRequire an exact (case-insensitive) hostname match. Set to false for partial/substring matching. Defaults to true.
hostnamestringyesHostname to search for, for example APP-HV-HOST06
maxnumberMaximum number of matching devices to return (default: 25)
siteUidstringOptional 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

NameTypeReqDescription
alertUidstringyesThe 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.

NameTypeReqDescription
deviceUidstringyesThe device UID

No output schema declared.

No examples provided.

datto_get_device_audit ~63

Get audit data for a device (hardware, software, OS information)

NameTypeReqDescription
auditTypestringType of audit: 'full' for complete audit or 'software' for software inventory only
deviceUidstringyesThe 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

NameTypeReqDescription
deviceUidstringyesThe 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.

NameTypeReqDescription
jobUidstringyesThe 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

NameTypeReqDescription
jobUidstringyesThe 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.

NameTypeReqDescription
deviceUidstringyesThe device UID to get the job result for
jobUidstringyesThe 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.

NameTypeReqDescription
deviceUidstringyesThe device UID
jobUidstringyesThe 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.

NameTypeReqDescription
deviceUidstringyesThe device UID
jobUidstringyesThe job UID

No output schema declared.

No examples provided.

datto_get_site ~31

Get details for a specific site by its UID

NameTypeReqDescription
siteUidstringyesThe 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

NameTypeReqDescription
siteUidstringyesThe site UID

No output schema declared.

No examples provided.

datto_list_alerts ~59

List open alerts. Can filter by site.

NameTypeReqDescription
maxnumberMaximum number of results (default: 50)
siteUidstringFilter 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.

NameTypeReqDescription
maxnumberMaximum number of results (default: 50)
siteUidstringFilter 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

NameTypeReqDescription
maxnumberMaximum number of results (default: 50)

No output schema declared.

No examples provided.

datto_resolve_alert ~31

Resolve an alert by its UID

NameTypeReqDescription
alertUidstringyesThe 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.

NameTypeReqDescription
componentUidstringyesUID of the component to run
deviceUidstringyesThe device UID to run the job on
jobNamestringyesName for the quick job
variablesobjectVariables to pass to the job (key-value pairs)

No output schema declared.

No examples provided.

Common questions

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.