Runs privacy compliance audits directly from Claude, scanning websites for GDPR, CCPA, and ePrivacy violations. The four tools let you detect 30+ trackers like Google Analytics and Facebook Pixel with regulatory concern levels, analyze cookie consent mechanisms for missing reject buttons or pre-checked boxes, verify privacy policy presence and required disclosures, and compare two sites side by side. Each finding maps to specific regulatory articles. Built by Gridwork, it's the kind of tool you'd reach for during compliance reviews, client audits, or before launching in the EU to catch consent dark patterns and undisclosed tracking.
MCP server that audits websites for GDPR, CCPA, and ePrivacy compliance.
npx gridwork-privacy
| Tool | Description |
|---|---|
audit_privacy | Full privacy audit — trackers, consent, policy, data collection |
scan_trackers | Quick tracker detection with GDPR concerns |
check_consent | Cookie consent mechanism compliance check |
compare_privacy | Side-by-side privacy comparison of two sites |
{
"mcpServers": {
"gridwork-privacy": {
"command": "npx",
"args": ["-y", "gridwork-privacy"]
}
}
}
MIT — Gridwork