Back to Apps

Masquerade
by postralai
Privacy firewall for LLMs that redacts sensitive data from PDFs before they are sent to AI models.
0 stars
Works in:claude
Exposes:Tools
What it does
Masquerade acts as a privacy layer between your sensitive documents and Large Language Models. It allows users to process PDFs by identifying and redacting sensitive information (names, emails, entities) locally or via an isolated AI platform, ensuring that raw private data never reaches the LLM provider.
Tools
redact_pdf: Processes a PDF file path, detects sensitive entities, and creates a redacted version of the document.preview_redactions: Provides a summary of masked data and redaction counts per page for user verification.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"pdf-redaction": {
"command": "python",
"args": ["/path/to/mcp_pdf_redaction.py"],
"env": {
"TINFOIL_API_KEY": "your_api_key"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
curl -O https://raw.githubusercontent.com/postralai/masquerade/main/setup.sh && bash setup.shInformation
- Pricing
- free
- Published
- 4/19/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add the pdf-redaction server config to claude_desktop_config.json with your TINFOIL_API_KEY.





