streamable-httpAGPL-3.0updated 22d ago
Secure Your PDFs with AI-powered Redaction
O que dá para fazer com 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
Instalação
Adicione PDF Redaction MCP ao seu cliente. Escolha o que você usa.
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`.
Pontuação
39 / 100
Incompleta
- Documentação25/25
- Manutenção19/25
- Confiança16/20
- Capacidade0/15
- Instalação12/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
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.0.0Mais recente | 20 de jul. de 2026 |
