PluginBench
MCP Server

Datto BCDR MCP MCP Server

io.github.Servosity/datto-bcdr-mcp

What is the Datto BCDR MCP MCP server?

Sync your whole Datto BCDR fleet into local SQLite and answer the questions the per-appliance

How to install Datto BCDR MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • DATTO_BCDR_PUBLIC_KEY
    required
    secret

    Set the DATTO_BCDR_PUBLIC_KEY credential for the Datto BCDR MCP server.

  • DATTO_BCDR_SECRET_KEY
    required
    secret

    Set the DATTO_BCDR_SECRET_KEY credential for the Datto BCDR MCP server.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "datto-bcdr-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/datto-bcdr-v0.1.0/datto-bcdr-mcp.mcpb",
      "args": [],
      "env": {
        "DATTO_BCDR_PUBLIC_KEY": "<YOUR_DATTO_BCDR_PUBLIC_KEY>",
        "DATTO_BCDR_SECRET_KEY": "<YOUR_DATTO_BCDR_SECRET_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "datto-bcdr-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/datto-bcdr-v0.1.0/datto-bcdr-mcp.mcpb",
      "args": [],
      "env": {
        "DATTO_BCDR_PUBLIC_KEY": "<YOUR_DATTO_BCDR_PUBLIC_KEY>",
        "DATTO_BCDR_SECRET_KEY": "<YOUR_DATTO_BCDR_SECRET_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "datto-bcdr-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/datto-bcdr-v0.1.0/datto-bcdr-mcp.mcpb",
      "args": [],
      "env": {
        "DATTO_BCDR_PUBLIC_KEY": "<YOUR_DATTO_BCDR_PUBLIC_KEY>",
        "DATTO_BCDR_SECRET_KEY": "<YOUR_DATTO_BCDR_SECRET_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "datto-bcdr-mcp": {
      "type": "stdio",
      "command": "https://github.com/Servosity/msp-skills/releases/download/datto-bcdr-v0.1.0/datto-bcdr-mcp.mcpb",
      "args": [],
      "env": {
        "DATTO_BCDR_PUBLIC_KEY": "<YOUR_DATTO_BCDR_PUBLIC_KEY>",
        "DATTO_BCDR_SECRET_KEY": "<YOUR_DATTO_BCDR_SECRET_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add datto-bcdr-mcp --env DATTO_BCDR_PUBLIC_KEY=<YOUR_DATTO_BCDR_PUBLIC_KEY> --env DATTO_BCDR_SECRET_KEY=<YOUR_DATTO_BCDR_SECRET_KEY> -- https://github.com/Servosity/msp-skills/releases/download/datto-bcdr-v0.1.0/datto-bcdr-mcp.mcpb

Related MCP servers

Abnormal Security email threats, cases, and reporting in your terminal and your AI agents.

View repository →

The first real CLI for the Acronis Cyber Protect Cloud platform - every tenant, agent, and usage

View repository →

Every Action1 endpoint, plus fleet-wide patch and vulnerability views across all your organizations.

View repository →

The first CLI for Afi SaaS backup - full public-API coverage plus the fleet-wide coverage

View repository →

AppDirect marketplace operations with an offline mirror and cross-company billing reconciliation.

View repository →

Every Atera RMM + PSA endpoint, plus a local SQLite mirror that answers fleet-health, SLA, and

View repository →