Skip to main content
Glama
306,307 tools. Last updated 2026-07-25 06:30

"Methods for Reading PDF Files" matching MCP tools:

  • Convert PDF files to markdown format for easier editing and content extraction. Use server file paths or online URLs to transform PDF content into readable text.
    MIT
  • Retrieve class definitions and specific methods without reading entire files to reduce token usage by 80%+ in code navigation.
    MIT
  • Locate PDF files in directories using glob patterns to filter by filename, returning file details for processing with PDF reading tools.
    MIT
  • Extract file signatures including headers, types, and method prototypes to understand code structure without reading entire files.
    MIT
  • Extract text content from binary files (DOCX, XLSX, PPTX, PDF) in the workspace. Faster alternative to reading via filesystem.
    MIT
  • Merge multiple PDF files into one combined document. Files are processed in the order provided, and the merged PDF is returned as a base64-encoded string.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Extract and list PDF tables with diagnostic information, optionally filtered by outline node, to enable table-centric reading.
    MIT
  • Retrieve reading annotations and notes for a Zotero item by its key, including PDF highlights, margin comments, and standalone notes. Ideal for literature review and analyzing reading insights.
    MIT
  • List PDF figures with diagnostic information, optionally filtered by outline node. Prepare for focused figure reading.
    MIT
  • Retrieve document metadata including title, author, dates, page count, and file size without reading the content. For PDF files, additionally returns subject, creator, producer, and version.
    MIT
  • Retrieves the document outline from EPUB or PDF files, enabling outline-first navigation, chapter selection, and node-scoped reading.
    MIT
  • Extract metadata from PDF files to access document information without reading entire content. Use this tool to retrieve details like title, author, and creation date from PDF documents.
    Apache 2.0
  • Combine multiple PDF files into one document using the merge-pdfs tool from the mcp-pdf-tools server. Specify input files and output path to create a single PDF.
    The Unlicense
  • Search for PDF files in directories using pattern matching to locate specific documents quickly.
    The Unlicense