Back to Discover

datto-saas-protection-mcp

connector

wyre-technology

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

View on GitHub
0 starsSynced Aug 13, 2026

Install to Claude Code

/plugin marketplace add wyre-technology/datto-saas-protection-mcp

README

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.

  • Interactive Seat Card (MCP Apps): datto_saas_get_seat renders as an interactive backup-status card in MCP Apps hosts (Claude Desktop/web) — read-only, showing seat type, Active/Archived status, and last backup; neutral by default, brandable via window.__BRAND__ injection or MCP_BRAND_* env vars; plain-JSON behavior is unchanged in other hosts

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_PUBLIC_KEY="..."
export DATTO_SAAS_SECRET_KEY="..."
export DATTO_SAAS_REGION="us"   # or "eu"

Hosted (gateway mode)

The WYRE MCP Gateway injects credentials per request via headers:

  • X-Datto-SaaS-Public-Key (required, secret)
  • X-Datto-SaaS-Secret-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.

Rendered live from wyre-technology/datto-saas-protection-mcp's GitHub README — not stored, always reflects the source repo.

1 Install Method

NameDescriptionCategorySource
oci packageInstall via oci (stdio transport)mcp-serverghcr.io/wyre-technology/datto-saas-protection-mcp:v2.1.3

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.