Datto Bcdr
FreeNot checkedAn MCP server for Datto BCDR (Business Continuity and Disaster Recovery), enabling management of backup jobs, restore points, and disaster recovery operations t
About
An MCP server for Datto BCDR (Business Continuity and Disaster Recovery), enabling management of backup jobs, restore points, and disaster recovery operations through Datto's API.
README
Model Context Protocol (MCP) server for the Datto BCDR (Backup Portal) API. Exposes SIRIS / Alto appliances, protected agents, recovery points, screenshot verifications, off-site sync status, alerts, and activity logs to AI assistants.
Tools
| Tool | Description |
|---|---|
datto_bcdr_list_devices |
List all SIRIS/Alto appliances in the partner portal |
datto_bcdr_get_device |
Get appliance details by serialNumber |
datto_bcdr_list_assets |
List protected agents on an appliance |
datto_bcdr_get_asset |
Get a specific protected agent |
datto_bcdr_list_backups |
List recovery points for an agent |
datto_bcdr_list_screenshots |
List screenshot verifications for an agent |
datto_bcdr_get_screenshot |
Fetch a screenshot PNG (returned as base64 image content) |
datto_bcdr_get_offsite_status |
Off-site sync status for an appliance |
datto_bcdr_list_alerts |
Portal alerts (date-range filtered) |
datto_bcdr_list_activity |
Activity log (date-range filtered) |
When the user omits required filters (date range, serial number, etc.) the server uses MCP elicitation to prompt for them.
Configuration
Environment-variable mode (default)
| Variable | Required | Description |
|---|---|---|
DATTO_BCDR_PUBLIC_KEY |
yes | Datto BCDR partner portal public key |
DATTO_BCDR_PRIVATE_KEY |
yes | Datto BCDR partner portal private key (secret) |
DATTO_BCDR_REGION |
no | us (default) or eu |
MCP_TRANSPORT |
no | stdio (default) or http |
MCP_HTTP_PORT |
no | HTTP listen port (default 8080) |
AUTH_MODE |
no | env (default) or gateway |
Gateway mode
When deployed behind the WYRE MCP Gateway, set AUTH_MODE=gateway and the
server will read credentials from per-request HTTP headers:
X-Datto-BCDR-Public-KeyX-Datto-BCDR-Private-KeyX-Datto-BCDR-Region(optional)
Each request creates a fresh server instance with isolated credentials — no
cross-tenant process.env pollution.
Local development
npm install
npm run build
DATTO_BCDR_PUBLIC_KEY=... DATTO_BCDR_PRIVATE_KEY=... npm start
Run as HTTP for testing:
MCP_TRANSPORT=http npm start
curl http://localhost:8080/health
Docker
docker build -t datto-bcdr-mcp .
docker run --rm -p 8080:8080 \
-e DATTO_BCDR_PUBLIC_KEY=... \
-e DATTO_BCDR_PRIVATE_KEY=... \
datto-bcdr-mcp
License
Apache-2.0
Install Datto Bcdr in Claude Desktop, Claude Code & Cursor
unyly install datto-bcdr-mcpInstalls 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-bcdr-mcp -- npx -y github:wyre-technology/datto-bcdr-mcpFAQ
Is Datto Bcdr MCP free?
Yes, Datto Bcdr MCP is free — one-click install via Unyly at no cost.
Does Datto Bcdr need an API key?
No, Datto Bcdr runs without API keys or environment variables.
Is Datto Bcdr 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 Bcdr in Claude Desktop, Claude Code or Cursor?
Open Datto Bcdr 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
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Datto Bcdr with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
