omitly-leak-check-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@omitly-leak-check-mcpDid I actually redact /path/to/file.pdf?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
omitly-leak-check-mcp
A free, local MCP server that answers one question: did your PDF redaction actually work, or is the data still sitting in the file underneath the black boxes?
Most tools "redact" by drawing a rectangle over text — the characters stay in the PDF and are trivially recoverable. This server re-extracts the text layer and flags any emails, SSNs, phone or card numbers that survived.
Zero install —
npx omitly-leak-check-mcp. No native binary, no qpdf.Nothing uploaded — the engine is a WebAssembly build of Omitly's detector that runs inside the MCP process. Your PDF never leaves the machine.
Masked — results show
•••-••-6789, never the raw value.
Use with Claude
Add to your MCP client config (e.g. Claude Desktop claude_desktop_config.json):
{
"mcpServers": {
"omitly-leak-check": {
"command": "npx",
"args": ["-y", "omitly-leak-check-mcp"]
}
}
}Then ask: "Did I actually redact /path/to/file.pdf?"
Related MCP server: mcp-redact
Tools
Tool | What it does |
| Audit a "redacted" PDF; report surviving PII (masked). |
| List PII candidates with page + coordinates. |
| Find exact strings (names/addresses) and their positions. |
All three are detect-only and read-only. They never modify a file.
This finds the problem. Omitly fixes it.
Detecting a leak is free. Removing the data for real — with independent verification that nothing survives, plus a signed audit log — is the Omitly desktop app. Detection is also pattern-based: names, addresses, and text inside scanned images aren't covered, so a clean result is not a guarantee of completeness.
Develop
npm install && npm run build
npm run smoke -- /path/to/test.pdf # prove the wasm loads + scansThe wasm in wasm/ is built from crates/leakcheck-wasm in the Omitly repo
(wasm-pack build --target web).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceEnables loading, reviewing, and redacting sensitive content in PDF documents through text-based or area-based redaction methods. Supports customizable redaction appearance and saves redacted PDFs with comprehensive error handling.72
- Alicense-qualityDmaintenanceLocal-first CLI and MCP server for redacting sensitive text before sharing logs, configs, and errors with AI tools.1MIT
- FlicenseAqualityBmaintenancePII sanitization layer for autonomous AI agent pipelines. Detects and redacts emails, phone numbers, national IDs, private keys, and financial data before text reaches LLMs. Supports EN, ES (LATAM), PT (BR/PT), DE, JA.12

classifinder-mcpofficial
AlicenseAqualityBmaintenanceEnables AI agents to scan text for leaked secrets and prompt injection markers, and redact them before reaching an LLM.21MIT
Related MCP Connectors
PDF accessibility checks (veraPDF PDF/UA-1), auto-fix and Markdown conversion. EU-hosted.
Compliance & security scan for your app: secrets, exposed files, headers, privacy, AI-disclosure.
Classify data safety before storing or sharing. GDPR, HIPAA, PCI-DSS, CCPA. AI-powered.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ghadmin-innisfallen-master/omitly-leak-check-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server