Omitly MCP vs Tamperlens MCP — MCP Server Comparison | AllMCPs
Side-by-Side Model Context Protocol Comparison
Omitly MCP vs Tamperlens MCP
In-depth architectural comparison of the Omitly MCP and Tamperlens MCP MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
Omitly MCP
Developer Tools · Remote HTTP/SSE
Quality: 56/100 (Good) | Auth: No auth required
Tamperlens MCP
Developer Tools · Local stdio
Quality: 56/100 (Good) | Auth: No auth required
Verdict Summary: Choose Omitly MCP if you need specialized Developer Tools tools running via a hosted cloud SSE transport. Choose Tamperlens MCP if your workspace requires Developer Tools integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
O
Choose Omitly MCP when:
You need dedicated capabilities in the Developer Tools domain.
You prefer remote streaming HTTP/SSE transport architecture.
Your security boundary fits: No auth required (Free / Open Source).
Scans a PDF on-device and returns PII candidates — email/SSN/phone/card plus Australian identifiers (TFN, ABN, ACN, Medicare, Centrelink CRN, IHI, BSB; check-digit validated where a published algorithm exists) — with page + exact coordinates, so the agent selects by entity and never guesses geometr…
locate_text
Resolves literal strings the model supplies (names, addresses — anything regex can't catch) to their page + coordinates. The model does the recognition; the engine does the geometry.
check_redaction
Audits an ALREADY-redacted PDF and reports whether sensitive text still survives underneath the redaction marks, in prior incremental-update revisions, metadata, AcroForm fields, or attachments — the "did my black boxes actually remove the data?" check, with a coverage report scoping what was inspe…
extract_pdf_text
Extracts a PDF's full text, page by page, PII-MASKED BY DEFAULT so raw sensitive values never flood the model's context window. Each page's `spans` report the CHAR offset (not byte offset) and kind of every masked value, so an agent can still reason about position without seeing the raw value. `mas…
Ready-to-Paste Client Configurations
Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).
Omitly MCP is categorized under Developer Tools and uses a remote streaming HTTP/SSE transport. In contrast, Tamperlens MCP belongs to Developer Tools using local stdio subprocess. Select Omitly MCP when you need capabilities focused on developer tools and Tamperlens MCP when you require tools for developer tools.
One-shot: find + filter by kind (`email`/`ssn`/`phone`/`card`/`tfn`/`abn`/`acn`/`medicare`/`crn`/`ihi`/`bsb`) and/or `regions` + redact + verify. The "just scrub the obvious PII" shortcut.
redact_pdf
Removes the underlying data from given regions of a PDF, verifies nothing survives, writes the redacted file, and returns the audit log.
verify_redaction
Re-scans an already-redacted PDF and returns the verification verdict — the redaction-completeness check.
verify_seal
Cryptographically checks a PDF's embedded Omitly audit report and trailing Ed25519 tamper-evidence seal — the tamper-evidence check, distinct from `verify_redaction`. **Integrity, not identity:** the signing key is per-install and rides inside the file, so a valid seal means "unchanged since sealed…
verify_document
Recipient trust-verification (omitly#113): the same seal/report check as `verify_seal` — not a survivor re-scan — aimed at someone who *received* a PDF from someone else and wants to confirm it's authentic and unaltered, without paying or licensing anything. Free, no licence. Currently requires a n…
create_pdf
Generates a clean PDF from Markdown/HTML on-device, rendered through a real browser engine so it looks printed — instead of writing a throwaway reportlab/LaTeX script.
check_license
Reports the current licence or trial state — tier, trial days left, the vendor-signed licensee name, which resolution step supplied the licence, and whether it is bound to this machine. Free, takes no arguments, reads no document, and is re-resolved on every call so buy → save licence → call again…
Tamperlens MCP Tools (4)
inspect_document
Was this edited after it was written? Revisions appended after the original save, metadata that disagrees with itself, editor fingerprints, signature coverage and integrity, hidden text, macros, AI-generator traces in images — **and** whether the file carries text addressed to a language model rath…
triage_document
Is this worth ingesting, and what does it cost to open? The cheap pre-flight: structure, metadata, signatures and presence flags only — no per-page content walk — at a fraction of the I/O. Returns the risk band, the measured cost (bytes read, bytes expanded, expansion ratio) and a `triage` block na…
check_redaction
Did the redaction actually remove anything? Covering text with a black box hides it from a person and removes nothing from the file.
compare_documents
Is this the same file as the original I already hold, unchanged?