{"id":50358535,"url":"https://github.com/wyre-technology/datto-bcdr-mcp","last_synced_at":"2026-05-30T00:01:17.788Z","repository":{"id":355518020,"uuid":"1225197007","full_name":"wyre-technology/datto-bcdr-mcp","owner":"wyre-technology","description":"MCP server for Datto BCDR (Backup Portal) — backups, screenshots, recovery points, alerts","archived":false,"fork":false,"pushed_at":"2026-05-29T19:01:51.000Z","size":146,"stargazers_count":0,"open_issues_count":12,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-29T21:04:40.164Z","etag":null,"topics":["backup","bcdr","claude","datto","kaseya","mcp","model-context-protocol","msp"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wyre-technology.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-30T03:29:45.000Z","updated_at":"2026-05-29T18:59:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"2aee4e89-e094-4123-a975-525131b8669d","html_url":"https://github.com/wyre-technology/datto-bcdr-mcp","commit_stats":null,"previous_names":["wyre-technology/datto-bcdr-mcp"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/wyre-technology/datto-bcdr-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyre-technology%2Fdatto-bcdr-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyre-technology%2Fdatto-bcdr-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyre-technology%2Fdatto-bcdr-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyre-technology%2Fdatto-bcdr-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wyre-technology","download_url":"https://codeload.github.com/wyre-technology/datto-bcdr-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyre-technology%2Fdatto-bcdr-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33675019,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backup","bcdr","claude","datto","kaseya","mcp","model-context-protocol","msp"],"created_at":"2026-05-30T00:00:40.194Z","updated_at":"2026-05-30T00:01:17.772Z","avatar_url":"https://github.com/wyre-technology.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Datto BCDR MCP Server\n\n[![Release](https://github.com/wyre-technology/datto-bcdr-mcp/actions/workflows/release.yml/badge.svg)](https://github.com/wyre-technology/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` |\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## 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwyre-technology%2Fdatto-bcdr-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwyre-technology%2Fdatto-bcdr-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwyre-technology%2Fdatto-bcdr-mcp/lists"}