Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Datto Saas Protection

FreeNot checked

An MCP server for Datto SaaS Protection, providing tools to manage cloud backup and recovery for Microsoft 365 and Google Workspace data through Datto's API.

GitHubEmbed

About

An MCP server for Datto SaaS Protection, providing tools to manage cloud backup and recovery for Microsoft 365 and Google Workspace data through Datto's API.

README

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

Tool Purpose
datto_saas_list_clients List all customer organizations
datto_saas_list_domains List protected domains under a client
datto_saas_list_seats List seats in a domain (toggle archived)
datto_saas_get_seat Fetch a single seat detail
datto_saas_list_backups List backup runs for a seat
datto_saas_queue_restore Queue a restore (DESTRUCTIVE — requires confirmation)
datto_saas_get_restore_status Check restore progress
datto_saas_list_activity Org activity log (date-range elicitation)
datto_saas_get_license_usage Seat 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.

from github.com/wyre-technology/datto-saas-protection-mcp

Install Datto Saas Protection in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install datto-saas-protection-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add datto-saas-protection-mcp -- npx -y github:wyre-technology/datto-saas-protection-mcp

FAQ

Is Datto Saas Protection MCP free?

Yes, Datto Saas Protection MCP is free — one-click install via Unyly at no cost.

Does Datto Saas Protection need an API key?

No, Datto Saas Protection runs without API keys or environment variables.

Is Datto Saas Protection hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Datto Saas Protection in Claude Desktop, Claude Code or Cursor?

Open Datto Saas Protection on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Datto Saas Protection with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs