INDIVIDUAL MCP TOOL
get_drift_events
Returns recent configuration drift events for a domain under monitoring by the authenticated account — TLS changes, DNSSEC state changes, new or removed security headers, shifts in third-party JS hosts, new cookies.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.siteguardian]
url = "https://mcp.siteguardian.io"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"siteguardian": {
"type": "http",
"url": "https://mcp.siteguardian.io"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: siteguardian
Remote MCP URL: https://mcp.siteguardian.io
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"siteguardian": {
"url": "https://mcp.siteguardian.io"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"siteguardian": {
"type": "http",
"url": "https://mcp.siteguardian.io"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "siteguardian",
"transport": "streamable-http",
"url": "https://mcp.siteguardian.io"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
scan_domain— Runs a free one-off security scan of the given domain and returns its grade (A–F), scan timestamp, and up to three top-priority issues with a permalink to the full report on siteguardian.list_monitored_domains— Returns the full list of domains under continuous SiteGuardian monitoring for the authenticated account.get_domain_status— Returns the current security grade (A–F), last-scan timestamp, and list of active issues for a domain that is ALREADY under SiteGuardian monitoring by the authenticated account.get_fix_recommendations— Returns copy-paste-ready fix recommendations (nginx, Apache, DNS, shell) for the issues found on a domain the caller has already paid for — either an active Monitor/Compliance subscription covering the domain, OR a purchased one-off Report for the domain.