{"id":50735389,"url":"https://github.com/wyre-technology/spanning-mcp","last_synced_at":"2026-06-10T13:01:21.790Z","repository":{"id":355098181,"uuid":"1226757651","full_name":"wyre-technology/spanning-mcp","owner":"wyre-technology","description":"MCP server for Spanning Cloud Backup — M365/GWS/Salesforce SaaS backup, restore, audit","archived":false,"fork":false,"pushed_at":"2026-05-29T22:09:09.000Z","size":148,"stargazers_count":0,"open_issues_count":12,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-29T23:20:16.066Z","etag":null,"topics":["claude","kaseya","m365","mcp","model-context-protocol","msp","saas-backup","salesforce","spanning"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wyre-technology.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-01T19:54:15.000Z","updated_at":"2026-05-29T22:06:55.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/wyre-technology/spanning-mcp","commit_stats":null,"previous_names":["wyre-technology/spanning-mcp"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/wyre-technology/spanning-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyre-technology%2Fspanning-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyre-technology%2Fspanning-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyre-technology%2Fspanning-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyre-technology%2Fspanning-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wyre-technology","download_url":"https://codeload.github.com/wyre-technology/spanning-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyre-technology%2Fspanning-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34153483,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude","kaseya","m365","mcp","model-context-protocol","msp","saas-backup","salesforce","spanning"],"created_at":"2026-06-10T13:01:20.873Z","updated_at":"2026-06-10T13:01:21.785Z","avatar_url":"https://github.com/wyre-technology.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spanning Cloud Backup MCP Server\n\n[![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)\n[![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nA [Model Context Protocol](https://modelcontextprotocol.io) server exposing the\n[Spanning Cloud Backup](https://spanning.com/) API to Claude and other MCP\nclients.\n\n## What it does\n\nSurface SaaS backup posture for your M365, Google Workspace, or Salesforce\ntenants directly to AI assistants — list backed-up users, inspect covered\nservices, browse backup history, queue restores, and audit admin activity and\nlicense usage.\n\n## Tools\n\n| Tool | Purpose |\n| --- | --- |\n| `spanning_list_users` | List backed-up users in the org |\n| `spanning_get_user` | Fetch a single user's detail |\n| `spanning_list_services` | List services covered for a user |\n| `spanning_list_backups` | List backup runs for a user + service |\n| `spanning_queue_restore` | Queue a restore (DESTRUCTIVE — requires confirmation) |\n| `spanning_get_restore_status` | Check restore progress |\n| `spanning_list_audit_log` | Admin audit log (date-range elicitation) |\n| `spanning_get_license_usage` | Seats used vs purchased |\n| `spanning_status` | Server status / health |\n\n## Credentials\n\n### Local (env mode)\n\n```sh\nexport SPANNING_PLATFORM=\"m365\"        # or \"gws\" or \"salesforce\"\nexport SPANNING_ADMIN_EMAIL=\"...\"\nexport SPANNING_API_TOKEN=\"...\"\n```\n\n### Hosted (gateway mode)\n\nThe WYRE MCP Gateway injects credentials per request via headers:\n\n- `X-Spanning-Platform` (required, one of `m365` | `gws` | `salesforce`)\n- `X-Spanning-Admin-Email` (required)\n- `X-Spanning-API-Token` (required, secret)\n\n## Run\n\n```sh\nnpm install\nnpm run build\nnpm start                       # stdio\nMCP_TRANSPORT=http npm start    # HTTP on :8080\n```\n\n## License\n\nApache 2.0 — see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwyre-technology%2Fspanning-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwyre-technology%2Fspanning-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwyre-technology%2Fspanning-mcp/lists"}