datto-rmm-mcp (wylienorthwind/datto-rmm-mcp) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 10 tools. No publisher has claimed this listing.

C
Warning
74/100

datto-rmm-mcp

Enables Claude to interact with Datto RMM accounts for device, alert, site, and quick job management through natural language.

Warning. Serious findings were identified. Review the full report before connecting. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

wylienorthwind

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
🚨
Code appears obfuscated
1 file are unreadable to a human reviewer. Cannot audit what they do.
🔐
You'll be asked for 5 credentials: CONDUIT_S2S_SECRET, DATTO_API_KEY, DATTO_API_SECRET, X_API_KEY, X_API_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes10 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

datto_list_devices

List all devices in Datto RMM. Can filter by site. To look up a single device by hostname, use datto_find_device instead.

datto_find_device

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.

datto_get_device

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.

datto_list_alerts

List open alerts. Can filter by site.

datto_get_alert

Get details for a specific alert by its UID

datto_resolve_alert

Resolve an alert by its UID

datto_list_sites

List all sites in the account

datto_get_site

Get details for a specific site by its UID

datto_run_quickjob

Run a quick job on a device

datto_get_device_audit

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

// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configAUTH_MODE
🔐 secretCONDUIT_S2S_SECRET
🔐 secretDATTO_API_KEYYour Datto RMM API key
🔐 secretDATTO_API_SECRETYour Datto RMM API secret
configDATTO_PLATFORMAPI platform: pinotage, merlot, concord, vidal, zinfandel, or syrah (default: concord)
configMCP_HTTP_HOST
configMCP_HTTP_PORT
configMCP_TRANSPORTThe image defaults to =http on port 8080, so -p 8080:8080 is
🔐 secretX_API_KEYWhen used with the MCP Gateway, credentials are injected via and X_API_SECRET environment variables.
🔐 secretX_API_SECRETWhen used with the MCP Gateway, credentials are injected via X_API_KEY and environment variables.
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

10/10 tools missing one or more hints — datto_list_devices (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); datto_find_device (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); datto_get_device (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +7 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Readable source code

1 file are minified or bundled, which is usually build output rather than concealment

Ship unminified, readable source.

Secrets not logged

1 secret value sent to error

Redact or omit secret values from log output.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/wylienorthwind/datto-rmm-mcp?variant=verified)](https://m8ven.ai/mcp/wylienorthwind/datto-rmm-mcp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: b21faf0227a327797d857c24b2ffbb11faaef0ad
code hash: 1f7ddf2f2dab2ed7235f3ae135db11aa1add4e0129cc5cdf5f77281f6bf8200c
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client