MCP server for Datto BCDR (Backup Portal) — backups, screenshots, recovery points, alerts
- ✓Open-source license (Apache-2.0)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
git clone https://github.com/wyre-technology/datto-bcdr-mcp{
"mcpServers": {
"datto-bcdr-mcp": {
"command": "node",
"args": ["/path/to/datto-bcdr-mcp/dist/index.js"],
"env": {
"DATTO_BCDR_PUBLIC_KEY": "<datto_bcdr_public_key>",
"DATTO_BCDR_PRIVATE_KEY": "<datto_bcdr_private_key>"
}
}
}
}DATTO_BCDR_PUBLIC_KEYDATTO_BCDR_PRIVATE_KEYResumen de MCP Servers
# Datto BCDR MCP Server [](https://github.com/wyre-technology/datto-bcdr-mcp/actions/workflows/release.yml) [](https://opensource.org/licenses/Apache-2.0) 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` (renders as an interactive card in MCP Apps hosts) | | `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. ## Features - **Interactive Device Card (MCP Apps, SEP-1865)**: `datto_bcdr_get_device` renders as a read-only interactive card in MCP Apps hosts (Claude Desktop/web) showing the appliance's backup status at a glance — neutral by default, brandable via `window.__BRAND__` injection or `MCP_BRAND_*` env vars; plain-JSON behavior is unchanged in other hosts. Edit `ui/` and run `npm run build:ui` to regenerate the embedded card bundle. ## 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-Key` - `X-Datto-BCDR-Private-Key` - `X-Datto-BCDR-Region` (optional) Each request creates a fresh server instance with isolated credentials — no cross-tenant `process.env` pollution. ## Local development ```bash npm install npm run build DATTO_BCDR_PUBLIC_KEY=... DATTO_BCDR_PRIVATE_KEY=... npm start ``` Run as HTTP for testing: ```bash MCP_TRANSPORT=http npm start curl http://localhost:8080/health ``` ## Docker ```bash 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
Lo que la gente pregunta sobre datto-bcdr-mcp
¿Qué es wyre-technology/datto-bcdr-mcp?
+
wyre-technology/datto-bcdr-mcp es mcp servers para el ecosistema de Claude AI. MCP server for Datto BCDR (Backup Portal) — backups, screenshots, recovery points, alerts Tiene 0 estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala datto-bcdr-mcp?
+
Puedes instalar datto-bcdr-mcp clonando el repositorio (https://github.com/wyre-technology/datto-bcdr-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar wyre-technology/datto-bcdr-mcp?
+
Nuestro agente de seguridad ha analizado wyre-technology/datto-bcdr-mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene wyre-technology/datto-bcdr-mcp?
+
wyre-technology/datto-bcdr-mcp es mantenido por wyre-technology. La última actividad registrada en GitHub es de today, con 3 issues abiertos.
¿Hay alternativas a datto-bcdr-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega datto-bcdr-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/wyre-technology-datto-bcdr-mcp)<a href="https://claudewave.com/repo/wyre-technology-datto-bcdr-mcp"><img src="https://claudewave.com/api/badge/wyre-technology-datto-bcdr-mcp" alt="Featured on ClaudeWave: wyre-technology/datto-bcdr-mcp" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!