{
  "markdown": "# Datto BCDR MCP Server\n\n[![Release](https://github.com/WYRE-AI/datto-bcdr-mcp/actions/workflows/release.yml/badge.svg)](https://github.com/WYRE-AI/datto-bcdr-mcp/actions/workflows/release.yml)\n[![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nModel Context Protocol (MCP) server for the Datto BCDR (Backup Portal) API.\nExposes SIRIS / Alto appliances, protected agents, recovery points, screenshot\nverifications, off-site sync status, alerts, and activity logs to AI assistants.\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `datto_bcdr_list_devices` | List all SIRIS/Alto appliances in the partner portal |\n| `datto_bcdr_get_device` | Get appliance details by `serialNumber` (renders as an interactive card in MCP Apps hosts) |\n| `datto_bcdr_list_assets` | List protected agents on an appliance |\n| `datto_bcdr_get_asset` | Get a specific protected agent |\n| `datto_bcdr_list_backups` | List recovery points for an agent |\n| `datto_bcdr_list_screenshots` | List screenshot verifications for an agent |\n| `datto_bcdr_get_screenshot` | Fetch a screenshot PNG (returned as base64 image content) |\n| `datto_bcdr_get_offsite_status` | Off-site sync status for an appliance |\n| `datto_bcdr_list_alerts` | Portal alerts (date-range filtered) |\n| `datto_bcdr_list_activity` | Activity log (date-range filtered) |\n\nWhen the user omits required filters (date range, serial number, etc.) the\nserver uses MCP elicitation to prompt for them.\n\n## Features\n\n- **Interactive Device Card (MCP Apps, SEP-1865)**: `datto_bcdr_get_device`\n  renders as a read-only interactive card in MCP Apps hosts (Claude\n  Desktop/web) showing the appliance's backup status at a glance — neutral by\n  default, brandable via `window.__BRAND__` injection or `MCP_BRAND_*` env\n  vars; plain-JSON behavior is unchanged in other hosts. Edit `ui/` and run\n  `npm run build:ui` to regenerate the embedded card bundle.\n\n## Configuration\n\n### Environment-variable mode (default)\n\n| Variable | Required | Description |\n|----------|----------|-------------|\n| `DATTO_BCDR_PUBLIC_KEY` | yes | Datto BCDR partner portal public key |\n| `DATTO_BCDR_PRIVATE_KEY` | yes | Datto BCDR partner portal private key (secret) |\n| `DATTO_BCDR_REGION` | no | `us` (default) or `eu` |\n| `MCP_TRANSPORT` | no | `stdio` (default) or `http` |\n| `MCP_HTTP_PORT` | no | HTTP listen port (default `8080`) |\n| `AUTH_MODE` | no | `env` (default) or `gateway` |\n\n### Gateway mode\n\nWhen deployed behind the WYRE MCP Gateway, set `AUTH_MODE=gateway` and the\nserver will read credentials from per-request HTTP headers:\n\n- `X-Datto-BCDR-Public-Key`\n- `X-Datto-BCDR-Private-Key`\n- `X-Datto-BCDR-Region` (optional)\n\nEach request creates a fresh server instance with isolated credentials — no\ncross-tenant `process.env` pollution.\n\n## Local development\n\n```bash\nnpm install\nnpm run build\nDATTO_BCDR_PUBLIC_KEY=... DATTO_BCDR_PRIVATE_KEY=... npm start\n```\n\nRun as HTTP for testing:\n\n```bash\nMCP_TRANSPORT=http npm start\ncurl http://localhost:8080/health\n```\n\n## Docker\n\n```bash\ndocker build -t datto-bcdr-mcp .\ndocker run --rm -p 8080:8080 \\\n  -e DATTO_BCDR_PUBLIC_KEY=... \\\n  -e DATTO_BCDR_PRIVATE_KEY=... \\\n  datto-bcdr-mcp\n```\n\n## License\n\nApache-2.0\n",
  "bytes": 3269,
  "sha": "ed491c4a9bd0031054d94118c4aa75d00affe5ac5c8ccccaf6d151d0a8d6b0dd",
  "repo_slug": "wyre-ai/datto-bcdr-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_wyre_ai_datto_bcdr_mcp_39cc5c82/readme"
}