MCP server for Sophos Central β endpoint security, XDR/MDR, and MSSP multi-tenant ops
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
For MSP/MSSP teams: Manage endpoint security, email threats, and firewall policy across all your Sophos tenants through natural language. Ask Claude to investigate an alert, isolate a host, run Live Discover queries, and correlate with XDR data β without leaving your AI workflow.
A Model Context Protocol (MCP) server for the Sophos Central API, enabling AI-powered security operations through Claude and other MCP-compatible clients. Designed for MSP/MSSP environments with Partner Super Admin credentials, it provides multi-tenant management across all customer tenants from a single server instance β covering endpoint protection, threat detection, Live Discover forensics, XDR hunting, email security, firewall management, and more.
sophos_playbook_* tools for guided IR and threat hunting workflowsfetch support required).env fileEdit .env with your credentials:
| Variable | Required | Description |
|---|---|---|
SOPHOS_CLIENT_ID | Yes | Partner Super Admin Client ID from Sophos Central |
SOPHOS_CLIENT_SECRET | Yes | Corresponding client secret |
MCP_TRANSPORT | No | Transport mode: stdio, sse, or streamable-http (default: stdio) |
MCP_HOST | No | Bind host for HTTP transports (default: 127.0.0.1) |
MCP_PORT | No | Port for HTTP transports (default: 3001) |
SOPHOS_MCP_READONLY | No | Set to true to register only read tools β write and destructive tools are never exposed to the AI client |
SOPHOS_MCP_ALLOW_DESTRUCTIVE | No | Destructive tools (deletes, endpoint isolation, Live Discover execution, clawback, ...) are suppressed by default. Set to true to arm all of them, or a comma-separated list of tool names to arm selectively |
HTTP mode is recommended for Claude Code β it supports concurrent sessions and does not require restarting the server between conversations.
Start the server:
Or set MCP_TRANSPORT=streamable-http in your .env and run:
Add to your Claude Code MCP configuration (.claude/settings.json or global settings):
A /health endpoint is available at http://localhost:3001/health for liveness checks.
stdio mode is the standard transport for Claude Desktop. The server process is managed by Claude Desktop directly.
Add to your Claude Desktop MCP configuration (claude_desktop_config.json):
Replace /path/to/sophos-central-mcp with the absolute path to your cloned repository.
SSE (Server-Sent Events) mode is available for legacy MCP clients that do not support Streamable HTTP.
The SSE endpoint is available at http://localhost:3001/sse.
| Domain | Tools | Description |
|---|---|---|
| Alerts | 5 | List, get, acknowledge, and action Sophos alerts |
| Endpoint | 26 | Isolation, tamper protection, scans, migrations, bulk operations |
| Detections | 7 | Query-based behavioral detection search, grouping, and counts |
| Live Discover | 11 | Real-time forensic SQL queries on managed endpoints |
| XDR | 10 | Historical SQL hunting against the Sophos XDR Data Lake |
| Cases | 9 | Investigation case create, read, update, close, and evidence management |
| Partner | 23 | Tenant enumeration, admins, roles, billing, permission sets |
| Organization | 2 | Tenant listing for organization-type accounts |
| Policy | 7 | Full CRUD for all Sophos policy types |
| Group | 8 | Endpoint group CRUD and member management |
| SIEM | 2 | Events and alerts export for SIEM integration |
| Firewall | 20 | Firewall CRUD, group management, firmware upgrades |
| DNS Protection | 15 | Locations, policies, custom domain allow/block lists |
| 31 | Quarantine management, mailboxes, post-delivery message clawback | |
| Directory | 15 | User and user group full CRUD |
| Settings | 16 | Tamper protection, exclusions, web control, endpoint tags |
| Allowed/Blocked | 12 | SHA256 hash, certificate, and path allow/block lists |
| Exploit Mitigation | 8 | Application-level exploit protection exclusions |
| IPS Exclusion | 10 | Network IPS and isolation exclusion management |
| Tenant Admin | 14 | Tenant admin CRUD, role assignments, custom roles |
| Account Health | 4 | Health check reports, snooze, and historical health scores |
| Account Management | 4 | Account-level settings and license management |
| Audit Events | 2 | Audit log retrieval for compliance and governance |
| Business Automation | 3 | Automation rules and business logic configuration |
| Licensing | 2 | License entitlement and usage queries |
| Mobile | 38 | Mobile device management β enrollment, policies, device actions |
| Cloud Security | 6 | Cloud workload protection posture and findings |
| Software | 9 | Installer downloads, software inventory, packages |
| Switch | 3 | Network switch management |
| WiFi | 3 | Wireless network management |
| User Activity | 2 | User activity reporting and session data |
| Playbooks | 5 | SOC incident response and threat hunting workflow guides |
| Auth | 2 | OAuth2 authentication and WhoAmI identity discovery |
The server is built around Sophos Partner Super Admin credentials, which have visibility across all managed customer tenants.
How it works:
sophos_list_tenants (or sophos_list_org_tenants for organization accounts) to enumerate all managed tenants and their IDs.tenantId parameter to any tenant-scoped tool to target a specific customer environment.Example workflow:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/sophos-central-mcp)<a href="https://allmcps.com/mcp/sophos-central-mcp"><img src="https://allmcps.com/api/badge/sophos-central-mcp?style=directory" alt="Sophos Central MCP on AllMCPs" /></a>