loading…
Search for a command to run...
loading…
Scan any project or website for privacy compliance issues directly in your AI coding tool. Detects tracking tech, cookies, and third-party data collection. Work
Scan any project or website for privacy compliance issues directly in your AI coding tool. Detects tracking tech, cookies, and third-party data collection. Works in Claude Code, Cursor, and Windsurf.
MCP (Model Context Protocol) server that exposes PageGuard privacy compliance scanning as tools for AI coding assistants. Works with Claude Code, Cursor, Windsurf, ChatGPT, and any MCP-compatible environment.
package.json, config files, and .env files. No API key needed, no network requests.Add to your project's .mcp.json or global MCP config:
{
"mcpServers": {
"pageguard": {
"command": "npx",
"args": ["pageguard-mcp"]
}
}
}
Add to Cursor Settings > MCP Servers:
{
"mcpServers": {
"pageguard": {
"command": "npx",
"args": ["pageguard-mcp"]
}
}
}
Add to your MCP configuration:
{
"mcpServers": {
"pageguard": {
"command": "npx",
"args": ["pageguard-mcp"]
}
}
}
| Variable | Required | Description |
|---|---|---|
PAGEGUARD_API_KEY |
No (local scan) / Yes (URL scan, doc gen) | API key from getpageguard.com |
PAGEGUARD_API_URL |
No | Override API base URL (default: https://www.getpageguard.com) |
pageguard_scan_localScan a local project directory for privacy-relevant technologies.
Input:
path (optional) — Absolute path to project directory. Defaults to current working directory.Output: ComplianceReport JSON with detected technologies, data types, cookies, and third-party processors.
pageguard_scan_urlScan a live website URL for privacy compliance issues.
Input:
url (required) — Full URL to scan, e.g. https://example.comOutput: ComplianceReport JSON with risk score, detected technologies, and compliance gaps.
pageguard_generate_docsGenerate AI-written legal compliance documents for a scanned site.
Input:
scanId (required) — Scan ID from a prior pageguard_scan_url resultdocumentType (optional) — One of: single ($29), bundle ($49), addon_security ($19), addon_a11y ($19), addon_schema ($19), app_bundle ($39), submission_guide ($19). Defaults to bundle.Output: Generated document content.
Scanning is free. Document generation requires credits:
Get an API key at getpageguard.com/#pricing.
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"pageguard-mcp": {
"command": "npx",
"args": []
}
}
}PRs, issues, code search, CI status
Database, auth and storage
Reference / test server with prompts, resources, and tools.
Secure file operations with configurable access controls.