Skip to main content
ClaudeWave

MCP server for Spanning Cloud Backup — M365/GWS/Salesforce SaaS backup, restore, audit

MCP ServersOfficial Registry0 stars0 forksTypeScriptApache-2.0Updated today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (Apache-2.0)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 8/21/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/wyre-technology/spanning-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "spanning-mcp": {
      "command": "node",
      "args": ["/path/to/spanning-mcp/dist/index.js"],
      "env": {
        "SPANNING_API_TOKEN": "<spanning_api_token>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/wyre-technology/spanning-mcp and follow its README for install instructions.
Detected environment variables
SPANNING_API_TOKEN
Use cases

MCP Servers overview

# Spanning Cloud Backup MCP Server

[![CI](https://github.com/wyre-technology/spanning-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/wyre-technology/spanning-mcp/actions/workflows/ci.yml)
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

A [Model Context Protocol](https://modelcontextprotocol.io) server exposing the
[Spanning Cloud Backup](https://spanning.com/) 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.

- **Interactive backup status card (MCP Apps, SEP-1865)**: `spanning_get_user`
  renders as a read-only interactive card in MCP Apps hosts (Claude
  Desktop/web) showing the user's backup status, license state, last backup,
  and per-service coverage; neutral by default, brandable via
  `window.__BRAND__` injection or `MCP_BRAND_*` env vars
  (`MCP_BRAND_NAME`, `MCP_BRAND_LOGO_URL`, `MCP_BRAND_PRIMARY_COLOR`,
  `MCP_BRAND_ACCENT_COLOR`, `MCP_BRAND_BG`, `MCP_BRAND_TEXT`). Plain-JSON
  behavior is unchanged in other hosts. Rebuild the embedded card with
  `npm run build:ui` after editing `ui/`.

## Tools

| Tool | Purpose |
| --- | --- |
| `spanning_list_users` | List backed-up users in the org |
| `spanning_get_user` | Fetch a single user's detail |
| `spanning_list_services` | List services covered for a user |
| `spanning_list_backups` | List backup runs for a user + service |
| `spanning_queue_restore` | Queue a restore (DESTRUCTIVE — requires confirmation) |
| `spanning_get_restore_status` | Check restore progress |
| `spanning_list_audit_log` | Admin audit log (date-range elicitation) |
| `spanning_get_license_usage` | Seats used vs purchased |
| `spanning_status` | Server status / health |

## Credentials

### Local (env mode)

```sh
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 of `m365` | `gws` | `salesforce`)
- `X-Spanning-Admin-Email` (required)
- `X-Spanning-API-Token` (required, secret)

## Run

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

## License

Apache 2.0 — see [LICENSE](LICENSE).
claudekaseyam365mcpmodel-context-protocolmspsaas-backupsalesforcespanning

What people ask about spanning-mcp

What is wyre-technology/spanning-mcp?

+

wyre-technology/spanning-mcp is mcp servers for the Claude AI ecosystem. MCP server for Spanning Cloud Backup — M365/GWS/Salesforce SaaS backup, restore, audit It has 0 GitHub stars and its last recorded update is dated 2026-08-20.

How do I install spanning-mcp?

+

You can install spanning-mcp by cloning the repository (https://github.com/wyre-technology/spanning-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is wyre-technology/spanning-mcp safe to use?

+

Our security agent has analyzed wyre-technology/spanning-mcp and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains wyre-technology/spanning-mcp?

+

wyre-technology/spanning-mcp is maintained by wyre-technology. The last recorded GitHub activity is dated 2026-08-20, with 2 open issues.

Are there alternatives to spanning-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy spanning-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: wyre-technology/spanning-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/wyre-technology-spanning-mcp)](https://claudewave.com/repo/wyre-technology-spanning-mcp)
<a href="https://claudewave.com/repo/wyre-technology-spanning-mcp"><img src="https://claudewave.com/api/badge/wyre-technology-spanning-mcp" alt="Featured on ClaudeWave: wyre-technology/spanning-mcp" width="320" height="64" /></a>

More MCP Servers

spanning-mcp alternatives