# PageGuard MCP (npm · pageguard-mcp)

Privacy compliance scanning for AI coding tools. Detects tracking tech, cookies, and data gaps.

- Trust score: 68/100 (medium)
- Change this week: +43
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `pageguard-mcp`: 68/100 (this document), [markdown](https://verifymcp.io/servers/pageguard-pageguard-mcp/pageguard-mcp.md), [page](https://verifymcp.io/servers/pageguard-pageguard-mcp/pageguard-mcp)

## Channel facts

- Registry: `npm`
- Package: `pageguard-mcp`
- Version: `1.0.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 117 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 355 tokens (~118/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add pageguard-pageguard-mcp -- npx -y pageguard-mcp
```

### Codex

```bash
codex mcp add pageguard-pageguard-mcp -- npx -y pageguard-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "pageguard-pageguard-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "pageguard-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add pageguard-pageguard-mcp --command npx --arg -y --arg pageguard-mcp
```

### Hermes

```yaml
mcp_servers:
  pageguard-pageguard-mcp:
    command: "npx"
    args: ["-y", "pageguard-mcp"]
```

### Other

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

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 68, +48)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional] Licence: MIT

### 2026-08-02 (score 20, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-08-01 (score 5, 0)

- [functional regression] Security disclosure: unverified → fail

### 2026-07-31 (score 5, −43)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 48, −30)

- [security regression] Malware scan: pass → unverified
- [security regression] Known CVEs: partial → unverified
- [functional regression] Dependency health: partial → unverified

### 2026-07-29 (score 78, +32)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional] Licence: MIT

### 2026-07-28 (score 46, +21)

- [functional regression] Dependency health: partial → unverified
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: unverified
- [functional] First check of Schema quality: pass
- [functional] First check of Schema quality: fail

### 2026-07-27 (score 25)

First indexed and scored.

## MCP tools (3)

### `pageguard_scan_local` (~87 tokens)

Scan a local project directory for privacy-relevant technologies by checking package.json dependencies, config files, and .env files against known tracking/analytics signatures. No API key or network access needed. Returns a ComplianceReport with detected technologies, data types collected, cookies, and third-party processors.

Input parameters:

- `path` (string): Absolute path to the project directory. Defaults to the current working directory.

### `pageguard_scan_url` (~91 tokens)

Scan a live website URL for privacy compliance issues. Detects tracking technologies, cookies, third-party data collection, and compliance gaps by analyzing the actual deployed site. Returns a ComplianceReport with risk score, detected technologies, and compliance gaps. Optionally uses PAGEGUARD_API_KEY env var for authenticated requests.

Input parameters:

- `url` (string, required): The full URL to scan, e.g. https://example.com

### `pageguard_generate_docs` (~177 tokens)

Generate AI-written legal compliance documents (privacy policy, terms of service, cookie policy, etc.) for a previously scanned site. Requires a scanId from a prior URL scan and a PAGEGUARD_API_KEY with available credits. Document types: 'single' ($29 — privacy + terms + cookie), 'bundle' ($49 — everything), 'addon_security' ($19), 'addon_a11y' ($19), 'addon_schema' ($19), 'app_bundle' ($39), 'submission_guide' ($19).

Input parameters:

- `documentType` (string): Product type to generate. One of: single, bundle, addon_security, addon_a11y, addon_schema, app_bundle, submission_guide. Defaults to 'bundle'.
- `scanId` (string, required): The scan ID from a previous pageguard_scan_url result

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/pageguard-pageguard-mcp/pageguard-mcp#diagnostics

## Score history

- 2026-08-03: 68
- 2026-08-02: 20
- 2026-08-01: 5
- 2026-07-31: 5
- 2026-07-30: 48
- 2026-07-29: 78
- 2026-07-28: 46
- 2026-07-27: 25

## Links

- npm package: https://www.npmjs.com/package/pageguard-mcp
- Socket report: https://socket.dev/npm/package/pageguard-mcp
- Repository: https://github.com/pageguard/pageguard-mcp
- Changelog RSS feed: https://verifymcp.io/servers/pageguard-pageguard-mcp/pageguard-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/pageguard-pageguard-mcp/pageguard-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/pageguard-pageguard-mcp/pageguard-mcp
