Server data from the Official MCP Registry
Privacy compliance scanning for AI coding tools. Detects tracking tech, cookies, and data gaps.
Privacy compliance scanning for AI coding tools. Detects tracking tech, cookies, and data gaps.
Valid MCP server (2 strong, 4 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry.
3 files analyzed · 4 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: PAGEGUARD_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-pageguard-pageguard-mcp": {
"env": {
"PAGEGUARD_API_KEY": "your-pageguard-api-key-here"
},
"args": [
"-y",
"pageguard-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.