unitrends-mcp
Unitrends Backup MCP Server
A Model Context Protocol server exposing the Unitrends Backup API to Claude and other MCP clients.
What it does
Surface backup posture from your Unitrends appliances (or MSP Console) directly to AI assistants — list appliances and protected assets, monitor running and historical backup jobs, browse recovery points, queue restores and replication, and review open alarms and RPO compliance.
Tools
Tool | Purpose |
| List appliances under the MSP Console |
| List protected assets (require applianceId — elicits if missing) |
| Fetch a single asset detail |
| Currently running and queued backup jobs |
| Historical jobs (date-range elicitation) |
| Recovery points for an asset |
| Queue a restore (DESTRUCTIVE — requires confirmation) |
| Check restore progress |
| Open alarms |
| RPO compliance report (date-range elicitation) |
Credentials
Local (env mode)
export UNITRENDS_BASE_URL="https://unitrends.example.com"
export UNITRENDS_USERNAME="..."
export UNITRENDS_PASSWORD="..."
export UNITRENDS_VERIFY_TLS="true" # 'false' for self-signed appliancesHosted (gateway mode)
The WYRE MCP Gateway injects credentials per request via headers:
X-Unitrends-Base-URL(required)X-Unitrends-Username(required)X-Unitrends-Password(required, secret)X-Unitrends-Verify-TLS(optional, defaulttrue)
Run
npm install
npm run build
npm start # stdio
MCP_TRANSPORT=http npm start # HTTP on :8080License
Apache 2.0 — see LICENSE.
This server cannot be installed
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wyre-technology/unitrends-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server