Pageguard Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Pageguard Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.