streamable-httpAGPL-3.0updated 22d ago
Secure Your PDFs with AI-powered Redaction
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
安装
把 PDF Redaction MCP 添加到你的客户端。选择你正在使用的那个。
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`.
评分
39 / 100
不完整
- 文档25/25
- 维护19/25
- 可信度16/20
- 能力0/15
- 安装体验12/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
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年7月20日 |
