MCP Hub
Back to servers

Datto SaaS Protection

MCP server for Datto SaaS Protection — M365/GWS backups, restores, seats.

Registry
Updated
May 1, 2026

Datto SaaS Protection MCP Server

CI License: Apache 2.0

A Model Context Protocol server exposing the Datto SaaS Protection (Backupify) API to Claude and other MCP clients.

What it does

Surface SaaS backup posture for your M365 and Google Workspace tenants directly to AI assistants — list customer organizations, inspect protected domains and seats, browse backup history, queue restores, and audit activity logs and license usage.

Tools

ToolPurpose
datto_saas_list_clientsList all customer organizations
datto_saas_list_domainsList protected domains under a client
datto_saas_list_seatsList seats in a domain (toggle archived)
datto_saas_get_seatFetch a single seat detail
datto_saas_list_backupsList backup runs for a seat
datto_saas_queue_restoreQueue a restore (DESTRUCTIVE — requires confirmation)
datto_saas_get_restore_statusCheck restore progress
datto_saas_list_activityOrg activity log (date-range elicitation)
datto_saas_get_license_usageSeat counts vs purchased

Credentials

Local (env mode)

export DATTO_SAAS_API_KEY="..."
export DATTO_SAAS_REGION="us"   # or "eu"

Hosted (gateway mode)

The WYRE MCP Gateway injects credentials per request via headers:

  • X-Datto-SaaS-API-Key (required, secret)
  • X-Datto-SaaS-Region (optional, default us)

Run

npm install
npm run build
npm start                       # stdio
MCP_TRANSPORT=http npm start    # HTTP on :8080

License

Apache 2.0 — see LICENSE.

Reviews

No reviews yet

Sign in to write a review