TruePath PDF MCP Server
Related Servers
Alternatives to TruePath PDF MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceA Model Context Protocol server that enables AI agents to read, search, and extract content from PDF files.131,119 PyPI139MIT
- FlicenseAqualityDmaintenanceA Model Context Protocol server that enables AI assistants to read PDF files, extract text, retrieve metadata, read specific pages, and search within PDFs.45-
- FlicenseBqualityDmaintenanceA Model Context Protocol server that enables listing and reading PDF documents from a configured directory, extracting text content for MCP clients like Claude Desktop.2-
- FlicenseBqualityDmaintenanceA Model Context Protocol server that enables LLMs to extract and use content from unstructured documents across a wide variety of file formats.111-
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables intelligent document search and retrieval from PDF collections, providing semantic search capabilities powered by OpenAI embeddings and ChromaDB vector storage.13MIT
- AlicenseAqualityCmaintenanceA Model Context Protocol server that enables the extraction of text, metadata, and embedded images from PDF files. It provides tools for searching text with context, reading specific pages, and counting total pages within a document.714 npm1MIT
TDQS
Scored across 9 tools
Most tools target clearly distinct operations: metadata, merge, text extraction, search, split, page editing, rasterization, embedded-image extraction, and GUI handoff. The only potential confusion is between to_images and extract_images, but their descriptions make the raster-vs-embedded distinction clear.
Naming is readable and lowercase but stylistically mixed: some tools use verb_noun (get_info, extract_text, extract_images), some are bare verbs (merge, search, split), and others are unconventional (pages, to_images, open_in_truepath). This is not chaotic, but it lacks a strong consistent pattern.
Nine tools is a well-scoped set for a PDF-focused server. Each tool covers a distinct PDF workflow without feeling padded, and the count fits comfortably in the ideal range.
The server covers core PDF workflows well: inspection, text extraction, searching, splitting, merging, page-level editing, rendering to images, extracting embedded images, and handoff to a GUI. Minor gaps exist around metadata editing, encryption, and annotation, but open_in_truepath provides a reasonable escape hatch for those advanced operations.