Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Redact MCP

NPM · @MATTZAM/REDACT-MCP · SCANNED SEP 20

Auto-detects and obfuscates PII (IPs, emails, API keys, names) so Claude never sees real client data

Available components

0 this week 67 Trust /100
Trust breakdown (7 categories)

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. How we score → Why this is hard to score →

Supply Chain Security90
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects sharp 0.34.5, reached via @huggingface/transformers > sharp. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • 53 of 170 dependencies flagged as unhealthy (1 deprecated). View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability29
  • AI-judged instruction clarity (poor).Fail
  • Tool/resource definitions use about 882 tokens (~110/item across 8 items; 8 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management80
  • Stability observed for 24 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety50
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "redact_remove_mapping" implies "remove" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • Manipulation check failed: an AI judge found 1 of 9 captured unit(s) of tool text manipulative, the first being "server instructions". See how to fix → Fail
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Redact MCP server?

Redact MCP runs locally as an npm package, launched with npx -y @mattzam/redact-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @mattzam/redact-mcp

# add to Claude Code
claude mcp add r3352-redact-mcp -- npx -y @mattzam/redact-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "r3352-redact-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mattzam/redact-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "r3352-redact-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mattzam/redact-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add r3352-redact-mcp -- npx -y @mattzam/redact-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "r3352-redact-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@mattzam/redact-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add r3352-redact-mcp --command npx --arg -y --arg @mattzam/redact-mcp
# ~/.hermes/config.yaml
mcp_servers:
  r3352-redact-mcp:
    command: "npx"
    args: ["-y", "@mattzam/redact-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "r3352-redact-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@mattzam/redact-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add r3352-redact-mcp -t stdio -c npx -a -y @mattzam/redact-mcp
// mcp.json
{
  "mcpServers": {
    "r3352-redact-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mattzam/redact-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 19 Sept 26 0
    • Stability: 0.97 → pass security
  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 12 Sept 26 0
    • Stability: 0.97 → pass security
  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/@mattzam/redact-mcp@2.0.4

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Vulnerabilities 2 findings
ID CVE Severity Vector Fix available
GHSA-f88m-g3jw-g9cj high yes
GHSA-rgj7-g3m4-5g8c high yes

Background: What a vulnerability scan can and cannot prove →

Dependencies 170 packages
Packages resolved 170
Deprecated 1
Stale 53
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 8 exposed · ~560 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
redact_add_mapping ~79

Manually add a specific real→fake mapping. Use this when you know a specific value should be redacted (e.g., a client company name, internal hostname).

NameTypeReqDescription
fakestringyesThe fake replacement value
realstringyesThe real/sensitive value to map
typestringCategory of the value

No output schema declared.

No examples provided.

redact_audit_log ~55

View recent audit log entries showing what was redacted and when. Requires REDACT_AUDIT_LOG=true environment variable to be set.

NameTypeReqDescription
countnumberNumber of recent entries to return (default: 20)

No output schema declared.

No examples provided.

redact_deobfuscate ~54

Reverses obfuscation — replaces all fake values back with the original real values. Use this when generating final reports or deliverables for the client.

NameTypeReqDescription
textstringyesObfuscated text to restore

No output schema declared.

No examples provided.

redact_obfuscate ~68

Takes raw text and returns an obfuscated version with all detected PII replaced by consistent fake values. Uses regex + AI-based NER detection. Use this to sanitize any pasted text, command output, or data before analysis.

NameTypeReqDescription
textstringyesRaw text to obfuscate

No output schema declared.

No examples provided.

redact_proxy_request ~158

Makes a real HTTP request to the target, then obfuscates the entire response before returning it. Use this INSTEAD of curl/fetch for all pentest HTTP requests. The URL, headers, and body are deobfuscated first (in case you're using already-obfuscated values), then the real request is made, and the response is fully sanitized.

NameTypeReqDescription
bodystringRequest body (for POST/PUT/PATCH)
followRedirectsbooleanFollow HTTP redirects
headersobjectRequest headers as key-value pairs
methodstringHTTP method (GET, POST, PUT, DELETE, etc.)
urlstringyesTarget URL (can contain obfuscated or real values)

No output schema declared.

No examples provided.

redact_read_file ~75

Reads a file from disk and returns its content with all detected PII obfuscated. Use this INSTEAD of the Read tool for any client data files, config files, or logs that may contain sensitive information.

NameTypeReqDescription
encodingstringFile encoding
pathstringyesAbsolute path to the file to read

No output schema declared.

No examples provided.

redact_remove_mapping ~41

Remove a mapping by its real value. Use this to undo a false positive detection.

NameTypeReqDescription
realstringyesThe real value whose mapping should be removed

No output schema declared.

No examples provided.

redact_show_mappings ~30

Display all current real→fake mappings, grouped by type. Shows what is currently being redacted.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Common questions

What is the Redact MCP server?

Redact MCP is listed in the public MCP registry as io.github.r3352/redact-mcp. Auto-detects and obfuscates PII (IPs, emails, API keys, names) so Claude never sees real client data. This page covers its npm package (@mattzam/redact-mcp).

Is the Redact MCP server safe to use?

Redact MCP scores 67 out of 100 on VerifyMCP. We recorded 2 known advisories against it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Redact MCP server expose?

Redact MCP exposes 8 tools: redact_obfuscate, redact_deobfuscate, redact_proxy_request, redact_read_file, redact_add_mapping, and 3 more. Their descriptions and schemas cost roughly 560 tokens of context every time the server is loaded.

Is the Redact MCP server still maintained?

Redact MCP is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Redact MCP server under?

Redact MCP declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.