← Back to Plugins
MCP Server MCP

Cookie Consent Compliance Scanner

github By github 👁 1 views ▲ 0 votes

Cookie consent scanner: GDPR, CCPA, GCMv2. PASS/FAIL compliance checklists with fix recommendations.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://consent-analyser-emea.waivern.com/mcp",
      "headers": [
        {
          "description": "Optional bearer token for private scans. Format: 'Bearer wvn_xxx'. Generate at https://consent-analyser-emea.waivern.com/account/tokens. If omitted, scans are anonymous and public.",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...