CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

PageGuard MCP

pageguard/pageguard-mcp
1authSTDIOregistry active
Summary

Wraps PageGuard's privacy compliance API into three MCP tools: local project scanning that reads package.json and config files to detect trackers and cookies without network calls, URL scanning that checks live sites for GDPR and privacy gaps with risk scoring, and document generation that writes privacy policies, terms of service, and cookie notices based on your scan results. The local scan is free and works offline. URL scanning and doc generation need a PageGuard API key and cost credits per document, ranging from $29 for basic privacy docs to $49 for the full compliance bundle. Install it with npx in Claude Code, Cursor, or Windsurf and you can ask your AI assistant to audit your project's privacy posture or generate the legal docs you need before shipping.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

pageguard-mcp

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.

What it does

  • Local scan — Detects tracking technologies, cookies, and third-party data collection from your project's package.json, config files, and .env files. No API key needed, no network requests.
  • URL scan — Scans a live website for privacy compliance issues including risk scoring and compliance gap analysis.
  • Document generation — Generates AI-written legal documents (privacy policy, terms of service, cookie policy, etc.) tailored to your detected technologies.

Installation

Claude Code

Add to your project's .mcp.json or global MCP config:

{
  "mcpServers": {
    "pageguard": {
      "command": "npx",
      "args": ["pageguard-mcp"]
    }
  }
}

Cursor

Add to Cursor Settings > MCP Servers:

{
  "mcpServers": {
    "pageguard": {
      "command": "npx",
      "args": ["pageguard-mcp"]
    }
  }
}

Windsurf

Add to your MCP configuration:

{
  "mcpServers": {
    "pageguard": {
      "command": "npx",
      "args": ["pageguard-mcp"]
    }
  }
}

Environment variables

VariableRequiredDescription
PAGEGUARD_API_KEYNo (local scan) / Yes (URL scan, doc gen)API key from getpageguard.com
PAGEGUARD_API_URLNoOverride API base URL (default: https://www.getpageguard.com)

Tools

pageguard_scan_local

Scan 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_url

Scan a live website URL for privacy compliance issues.

Input:

  • url (required) — Full URL to scan, e.g. https://example.com

Output: ComplianceReport JSON with risk score, detected technologies, and compliance gaps.

pageguard_generate_docs

Generate AI-written legal compliance documents for a scanned site.

Input:

  • scanId (required) — Scan ID from a prior pageguard_scan_url result
  • documentType (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.

Pricing

Scanning is free. Document generation requires credits:

  • Privacy Docs ($29) — Privacy Policy + Terms of Service + Cookie Policy
  • Fix Everything ($49) — All docs + Security Guide + Accessibility Report + Schema Markup
  • App Bundle ($39) — Privacy docs + App Store Submission Guide
  • Add-ons ($19 each) — Security Guide, Accessibility Report, Schema Markup, Submission Guide
  • Bulk packs — 5 for $79, 15 for $149, 50 for $349

Get an API key at getpageguard.com/#pricing.

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

PAGEGUARD_API_KEYsecret

PageGuard API key — required for URL scanning and document generation, optional for local scans

Categories
Data & Analytics
Registryactive
Packagepageguard-mcp
TransportSTDIO
AuthRequired
UpdatedApr 7, 2026
View on GitHub

Related Data & Analytics MCP Servers

View all →
Google Sheets

com.mcparmory/google-sheets

Create, read, and modify spreadsheet data, formatting, and sheets
25
Google Sheets

domdomegg/google-sheets-mcp

Allow AI systems to read, write, and query spreadsheet data via Google Sheets.
2
Google Sheets Mcp

henilcalagiya/google-sheets-mcp

Powerful tools for automating Google Sheets using Model Context Protocol (MCP)
14
Futuristic Risk Intelligence

cct15/war-dashboard-data

Geopolitical conflict risk, political events, and maritime traffic data for AI agents
1
Mcp Google Sheets Full

moooonad/mcp-google-sheets-full

Full Google Sheets MCP: 26 tools + run_sheets_script escape hatch. User OAuth, no service account.
CSV to JSON API

io.github.br0ski777/csv-to-json

Parse CSV to JSON array. Auto-detect delimiter, headers. x402 micropayment.