Skip to main content
ClaudeWave

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

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptApache-2.0Actualizado 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
Casos de uso

Resumen de MCP Servers

# 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

Lo que la gente pregunta sobre spanning-mcp

¿Qué es wyre-technology/spanning-mcp?

+

wyre-technology/spanning-mcp es mcp servers para el ecosistema de Claude AI. MCP server for Spanning Cloud Backup — M365/GWS/Salesforce SaaS backup, restore, audit Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-20.

¿Cómo se instala spanning-mcp?

+

Puedes instalar spanning-mcp clonando el repositorio (https://github.com/wyre-technology/spanning-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar wyre-technology/spanning-mcp?

+

Nuestro agente de seguridad ha analizado wyre-technology/spanning-mcp y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene wyre-technology/spanning-mcp?

+

wyre-technology/spanning-mcp es mantenido por wyre-technology. La última actividad registrada en GitHub es del 2026-08-20, con 2 issues abiertos.

¿Hay alternativas a spanning-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega spanning-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a spanning-mcp