MCP server that audits websites for GDPR, CCPA, and ePrivacy compliance.
- Detects 30+ third-party trackers (Google Analytics, Facebook Pixel, TikTok, Criteo, etc.)
- Analyzes cookie consent mechanisms (CMP detection, reject options, pre-checked boxes)
- Checks privacy policy presence and required disclosures
- Reviews data collection forms for sensitive fields
- Classifies each tracker's GDPR concern level
- Identifies specific regulatory articles for each finding
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