Back to Home
telediego icon

pdf-cleaner

Verified Safe

by telediego

Overview

MCP server to clean Wuolah PDFs by removing ads and rescaling content.

Installation

Run Command
python server.py

Security Notes

The server accepts an `input_path` directly, which is then made absolute via `os.path.abspath` and used with `fitz.open()`. While this is common for local file processing, if this MCP server were exposed in an untrusted environment, it could potentially be exploited for directory traversal or arbitrary file reading if the input path is not properly sanitized by the MCP client or calling application. Additionally, the `subir_a_internet` function uploads the processed PDF to third-party services (Catbox.moe), which is a design feature but implies sending user data externally. There are no 'eval' statements, hardcoded secrets, or obvious malicious patterns.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens30000
Stars0
Forks0
Last Update2025-12-09

Tags

PDF ProcessingDocument CleaningAd RemovalContent RescalingWuolah