MCP server for Datto RMM — devices, alerts, sites, jobs, and audit data.
DATTO_API_KEYAPI keyrequiredDatto RMM API key
DATTO_API_SECRETAPI keyrequiredDatto RMM API secret key
Declared by the author in the official MCP registry. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts.
Read out of the source npm actually ships, at scan time. The package was never executed. Tools registered dynamically at runtime, or hidden inside bundled or minified code, can be missed — so this is a floor on the tool surface, not a complete census of it.
datto_list_devicesList all devices in Datto RMM. Can filter by site. To look up a single device by hostname, use datto_find_device instead.List all devices in Datto RMM. Can filter by site. To look up a single device by hostname, use datto_find_device instead.
No input schema was published for this tool.
datto_find_deviceFind 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.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.
No input schema was published for this tool.
datto_get_deviceGet full details for a specific device by its UID. If you only have a hostname, call datto_find_device first to resolve the UID.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.
No input schema was published for this tool.
datto_list_alertsList open alerts. Can filter by site.List open alerts. Can filter by site.
No input schema was published for this tool.
datto_get_alertGet details for a specific alert by its UIDGet details for a specific alert by its UID
No input schema was published for this tool.
datto_resolve_alertResolve an alert by its UIDResolve an alert by its UID
No input schema was published for this tool.
datto_list_sitesList all sites in the accountList all sites in the account
No input schema was published for this tool.
datto_get_siteGet details for a specific site by its UIDGet details for a specific site by its UID
No input schema was published for this tool.
datto_run_quickjobRun a quick job on a deviceRun a quick job on a device
No input schema was published for this tool.
datto_get_device_auditGet audit data for a device (hardware, software, OS information)Get audit data for a device (hardware, software, OS information)
No input schema was published for this tool.
10 of 10 tools published a description.
Tool names and descriptions are written by the publisher and shown verbatim as inert text. They are the strings an MCP client passes to a model, so Forge scans them for prompt-injection patterns — any finding appears with the security scan above. “Privileged” is a keyword match on the tool name, not an audit of what the tool does: a benign-sounding name can still do anything.
MCP server for Datto RMM — devices, alerts, sites, jobs, and audit data.
Linked names open Forge’s index of every entry observed exposing that tool. Browse all indexed tools.
This entry publishes no npm package, so Forge has no dependency tree for it. That is a gap in coverage — not a statement that it has no dependencies.