Skip to main content
Glama

Unitrends Backup MCP Server

CI License: Apache 2.0

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.

  • Interactive Appliance Card (MCP Apps): unitrends_get_appliance renders as an interactive card in MCP Apps hosts (Claude Desktop/web); neutral by default, brandable via window.__BRAND__ injection or MCP_BRAND_* env vars; plain-JSON behavior is unchanged in other hosts

Related MCP server: datto-bcdr-mcp

Tools

Tool

Purpose

unitrends_list_appliances

List appliances under the MSP Console

unitrends_get_appliance

Get a single appliance's details (renders as an interactive card in MCP Apps hosts)

unitrends_list_assets

List protected assets (require applianceId — elicits if missing)

unitrends_get_asset

Fetch a single asset detail

unitrends_list_running_jobs

Currently running and queued backup jobs

unitrends_list_job_history

Historical jobs (date-range elicitation)

unitrends_list_recovery_points

Recovery points for an asset

unitrends_queue_restore

Queue a restore (DESTRUCTIVE — requires confirmation)

unitrends_get_restore_status

Check restore progress

unitrends_list_alerts

Open alarms

unitrends_get_success_rate

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 appliances

Hosted (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, default true)

Run

npm install
npm run build
npm start                       # stdio
MCP_TRANSPORT=http npm start    # HTTP on :8080

License

Apache 2.0 — see LICENSE.

A
license - permissive license
-
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
2wRelease cycle
6Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    A
    maintenance
    An MCP server for Datto BCDR (Business Continuity and Disaster Recovery), enabling management of backup jobs, restore points, and disaster recovery operations through Datto's API.
    Apache 2.0
  • A
    license
    A
    quality
    A
    maintenance
    MCP server for SpamTitan email security — manage quarantine, allowlists, blocklists, and view email stats
    9
    Apache 2.0
  • A
    license
    -
    quality
    A
    maintenance
    MCP server for Kaseya VSA — endpoints, patches, procedures, alarms, and tickets. Enables AI assistants to manage and monitor devices via the Kaseya VSA RMM platform.
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • MCP Server for agents to onboard, pay, and provision services autonomously with InFlow

  • Dual-rail 402 (x402 + MPP Tempo) MCP server

  • Official EZTexting MCP server: SMS/MMS messaging, contacts, workflows, reports.

View all MCP Connectors

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