spanning-mcp
Provides tools for managing Google Workspace backups via Spanning Cloud Backup, including listing backed-up users, covered services, backup history, and queuing restores.
Provides tools for managing Salesforce backups via Spanning Cloud Backup, including listing backed-up users, covered services, backup history, and queuing restores.
Spanning Cloud Backup MCP Server
A Model Context Protocol server exposing the Spanning Cloud Backup API to Claude and other MCP clients.
What it does
Surface SaaS backup posture for your M365, Google Workspace, or Salesforce tenants directly to AI assistants — list backed-up users, inspect covered services, browse backup history, queue restores, and audit admin activity and license usage.
Tools
Tool | Purpose |
| List backed-up users in the org |
| Fetch a single user's detail |
| List services covered for a user |
| List backup runs for a user + service |
| Queue a restore (DESTRUCTIVE — requires confirmation) |
| Check restore progress |
| Admin audit log (date-range elicitation) |
| Seats used vs purchased |
| Server status / health |
Credentials
Local (env mode)
export SPANNING_PLATFORM="m365" # or "gws" or "salesforce"
export SPANNING_ADMIN_EMAIL="..."
export SPANNING_API_TOKEN="..."Hosted (gateway mode)
The WYRE MCP Gateway injects credentials per request via headers:
X-Spanning-Platform(required, one ofm365|gws|salesforce)X-Spanning-Admin-Email(required)X-Spanning-API-Token(required, secret)
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/spanning-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server