← Back to Plugins
MCP Server MCP

SiteGuardian

github By github 👁 1 views ▲ 0 votes

EU-hosted website monitoring + 17-framework compliance MCP. One anonymous tool, four authenticated.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.siteguardian.io",
      "headers": [
        {
          "description": "Bearer <api-key> — required for the four authenticated tools (list_monitored_domains, get_domain_status, get_drift_events, get_fix_recommendations). The scan_domain tool works anonymously without this header. Get a key at https://siteguardian.io/settings",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...