Datto RMM
OCI · GHCR.IO/WYRE-TECHNOLOGY/DATTO-RMM-MCP:V1.7.6 · SCANNED AUG 22
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 →
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 Usability85
- 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 609 tokens (~55/item across 11 items; 10 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/datto-rmm-mcp:v1.7.6
claude mcp add wyre-technology-datto-rmm-mcp -- docker run --rm -i ghcr.io/wyre-technology/datto-rmm-mcp:v1.7.6
codex mcp add wyre-technology-datto-rmm-mcp -- docker run --rm -i ghcr.io/wyre-technology/datto-rmm-mcp:v1.7.6
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"wyre-technology-datto-rmm-mcp": {
"type": "local",
"command": [
"docker",
"run",
"--rm",
"-i",
"ghcr.io/wyre-technology/datto-rmm-mcp:v1.7.6"
],
"enabled": true
}
}
} mcp_servers:
wyre-technology-datto-rmm-mcp:
command: "docker"
args: ["run", "--rm", "-i", "ghcr.io/wyre-technology/datto-rmm-mcp:v1.7.6"] {
"mcpServers": {
"wyre-technology-datto-rmm-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-technology/datto-rmm-mcp:v1.7.6"
]
}
}
} 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/datto-rmm-mcp:v1.7.6
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.
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_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_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 ~80
Run a quick job on a device
| 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.