streamable-httpAGPL-3.0updated 22d ago
Secure Your PDFs with AI-powered Redaction
What can you do with PDF Redaction MCP?
PDF Redaction API
It is example of using API for https://pdf-redaction.com
Free API for redacting PDFs available at https://api.pdf-redaction.com/api/docs
Key Features
- Redact PDF using custom prompt
- Filter detected entities by type
- Support for multiple languages
- Support Digital and Scanned(image based) PDFs
API Key
For generate API Key please go to the: https://pdf-redaction.com/apikeys/
For check usage: https://pdf-redaction.com/apikeys/usage/

Put API Key to the env variable PDF_REDACTION_API_KEY or to .env file.
Limitations
Limitations for free version:
- 10 page per request
- 100 Free requests per month
- 5 requests per minute
🚀 Instant Install self-hosted PDF Redaction API
-
Option A (curl):
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/StabRise/pdf-redaction-api/main/install.sh)" -
Option B (wget):
/bin/bash -c "$(wget -qO- https://raw.githubusercontent.com/StabRise/pdf-redaction-api/main/install.sh)"
Jupyter Notebooks with examples
Redaction PDF using custom prompt
This provides the flexibility to redact PDF using custom prompt.
Demo with web UI
You can try it out for free at https://pdf-redaction.com
Install
Add PDF Redaction MCP to your client. Pick the one you use.
claude mcp add --transport http pdf-redaction-mcp https://api.pdf-redaction.com/mcp/codex mcp add pdf-redaction-mcp --url https://api.pdf-redaction.com/mcp/{
"mcpServers": {
"pdf-redaction-mcp": {
"url": "https://api.pdf-redaction.com/mcp/"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"pdf-redaction-mcp": {
"type": "http",
"url": "https://api.pdf-redaction.com/mcp/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"pdf-redaction-mcp": {
"url": "https://api.pdf-redaction.com/mcp/"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"pdf-redaction-mcp": {
"serverUrl": "https://api.pdf-redaction.com/mcp/"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation25/25
- Maintenance19/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 15 days ago
- Has a release history
- Repository is not archived
- Licensed AGPL-3.0
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 20, 2026 |
