benspdf
Related Servers
Alternatives to benspdf
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceEnables AI agents to securely read and extract information from PDF files including text content, metadata, and page counts from both local files and URLs within the project context.11,612 npmMIT
- FlicenseNot gradedqualityAmaintenanceEnables AI agents to perform comprehensive PDF operations locally, including compression, text extraction, PII redaction, page organization, splitting, merging, watermarking, creation, and form filling, all without cloud uploads.15 npm-
- AlicenseBqualityAmaintenanceEnables AI agents to perform local-first PDF processing entirely on-device, including OCR write-back to make scans searchable, unlocking and re-encrypting PDFs, splitting/merging/rotating pages, and compressing files, with no cloud calls or file uploads.251MIT
- AlicenseAqualityCmaintenanceEnables AI agents to process and inspect PDFs by detecting document type, extracting text, and generating Markdown with layout information.71MIT
- AlicenseAqualityBmaintenanceEnables AI agents to inspect PDFs, merge or extract pages, and clean text entirely offline through the Model Context Protocol, with no uploads, API keys, or network calls.450 npmMIT
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to perform 13 PDF operations (merge, split, compress, watermark, encrypt, and more) on local files via MCP.2-
TDQS
Scored across 10 tools
Each of the six PDF inspection tools targets a genuinely different aspect: page count, metadata stores, text layer/OCR need, encryption/permissions, page geometry, and visual rendering. Descriptions actively cross-reference and delimit each other (e.g. 'for whether pages hold readable text use pdf_check_text'), leaving no real overlap. The workspace tools (discard/list_artifacts/export/create_test_pdf_file) are likewise distinct in purpose.
Most PDF tools share a 'pdf_' prefix, but verb/noun ordering is inconsistent (pdf_page_count and pdf_metadata are noun-first while pdf_check_text and pdf_render_pages are verb-first), and the four workspace tools drop the prefix entirely (discard, export, list_artifacts, create_test_pdf_file). All snake_case keeps it readable, but the convention is mixed rather than predictable.
Ten tools is well-scoped for a PDF utility server, with a coherent split between PDF inspection (six tools), artifact/file lifecycle (three tools), and a test-fixture generator. Each tool earns its place without redundancy.
Several descriptions explicitly point users to pdf_extract_text and pdf_ocr ('use pdf_extract_text', 'prefer pdf_ocr'), yet neither tool is in the set, so the surface can check for text and render pages but cannot extract text or run OCR. Core inspection and output/export flows are covered, but this text-extraction hole is a notable gap.