Privacy compliance scanning for AI coding tools. Detects tracking tech, cookies, and data gaps.
MCPpedia last refreshed this data
io.github.pageguard/pageguard-mcp is an MCP server that privacy compliance scanning for AI coding tools. Detects tracking tech, cookies, and data gaps. Its tool list has not been published yet over stdio, requires no API key, and scores 66/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"pageguard": {
"args": [
"pageguard-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in security
MCP server for RocketCyber Managed SOC — incidents, alerts, agents, and customer telemetry.
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
BridgeGuard MCP Server - Cross-chain bridge security audit tools for AI coding agents. Scan bri...
Regression testing for MCP servers. Checks capabilities, invokes tools, detects schema drift.
MCP Security Weekly
Get CVE alerts and security updates for io.github.pageguard/pageguard-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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