doc-redactor
Related Servers
Alternatives to doc-redactor
No user-submitted related servers found.
Related Servers
AlicenseAqualityBmaintenanceMCP server for local, verifiable PDF redaction. Enables AI agents to find sensitive regions, locate text, redact PDFs on-device, verify redaction and tamper-evidence seals, and generate PDFs—without uploading confidential documents.8272 npm-- AlicenseAqualityAmaintenanceAn MCP server that redacts PII/PHI from text before it ever reaches an LLM — self-hosted, fail-closed, and HIPAA-aware.3MIT
- AlicenseNot gradedqualityAmaintenanceMCP server that enables AI agents to redact text, metadata, annotations, and image areas in documents using GroupDocs.Redaction, with support for various document formats and easy integration with Claude, Cursor, and GitHub Copilot.MIT
- AlicenseNot gradedqualityDmaintenanceLocal-first CLI and MCP server for redacting sensitive text before sharing logs, configs, and errors with AI tools.MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol (MCP) server that provides comprehensive PDF redaction capabilities, including text and image redaction, search, and session-based in-memory operations using FastMCP and pymupdf.11MIT
- AlicenseNot gradedqualityBmaintenanceMCP server that extracts clean text, tables, and structured data from documents, images, code, and audio files, supporting 97 formats with OCR, transcription, and code intelligence.MIT
TDQS
Scored across 7 tools
Each tool has a clearly distinct role: scanning, applying, auditing, glossary management, and image extraction. Even redact_scan and redact_audit are sharply differentiated as pre-redaction candidate discovery versus post-redaction forensic verification.
Most tools follow a clear domain-prefix pattern: redact_* for document operations and glossary_* for dictionary operations. The exception is extract_image, which uses verb+noun ordering rather than prefix+operation, creating a minor but noticeable inconsistency.
Seven tools is well-scoped for a document redaction server. Each tool fills a necessary role in the workflow without redundancy or bloat, and the count supports a complete redaction pipeline.
The toolkit covers the full redaction lifecycle: scan for candidates, apply redaction, audit the result, and persist confirmed terms in a glossary. Supporting image extraction and glossary management fills the surrounding workflow needs, leaving no obvious dead ends.