PDF.co MCP
JSON →Perform various PDF processing tasks using the PDF.co API.
Install
pip install uv` Tools · 35
- pdf_to_json Convert PDF and scanned images into JSON representation with text, fonts, images, vectors, and formatting preserved
- pdf_to_csv Convert PDF and scanned images into CSV representation with layout, columns, rows, and tables
- pdf_to_text Convert PDF and scanned images to text with layout preserved
- pdf_to_xls Convert PDF and scanned images to XLS (Excel 97-2003) format
- pdf_to_xlsx Convert PDF and scanned images to XLSX (Excel 2007+) format
- pdf_to_xml Convert PDF and scanned images to XML format
- pdf_to_html Convert PDF and scanned images to HTML format
- pdf_to_image Convert PDF and scanned images to various image formats (JPG, PNG, WebP, TIFF)
- document_to_pdf Convert various document types (DOC, DOCX, RTF, TXT, XLS, XLSX, CSV, HTML, JPG, PNG, TIFF, WEBP) into PDF
- csv_to_pdf Convert CSV or spreadsheet files (XLS, XLSX) to PDF
- image_to_pdf Convert various image formats (JPG, PNG, TIFF) to PDF
- webpage_to_pdf Convert external webpage URL to PDF
- html_to_pdf Convert HTML to PDF
- email_to_pdf Convert email to PDF
- excel_to_csv Convert Excel(XLS, XLSX) to CSV
- excel_to_json Convert Excel(XLS, XLSX) to JSON
- excel_to_html Convert Excel(XLS, XLSX) to HTML
- excel_to_txt Convert Excel(XLS, XLSX) to TXT
- excel_to_xml Convert Excel(XLS, XLSX) to XML
- excel_to_pdf Convert Excel(XLS, XLSX) to PDF
- pdf_add_annotations_images_fields Add text, images, forms, other PDFs, fill forms, links to external sites and external PDF files. You can update or modify PDF and scanned PDF files
- pdf_merge Merge PDF from two or more PDF, DOC, XLS, images, even ZIP with documents and images into a new PDF
- pdf_split Split a PDF into multiple PDF files using page indexes or page ranges
- read_pdf_forms_info Extracts information about fillable PDF fields from an input PDF file
- fill_pdf_forms Fill existing form fields in a PDF document
- create_fillable_forms Create new fillable form elements in a PDF document
- find_text Find text in PDF and get coordinates. Supports regular expressions
- find_table Find tables in PDF and get their coordinates
- ai_invoice_parser AI Invoice Parser: Extracts data from invoices using AI
- extract_attachments Extracts attachments from a source PDF file
- pdf_info_reader Get detailed information about a PDF document - number of pages, metadata, security, form fields, and more
- pdf_add_password Add password protection to a PDF file
- pdf_remove_password Remove password protection from a PDF file
- pdf_make_searchable Convert scanned PDF documents or image files into a text-searchable PDF. Runs OCR and adds an invisible text layer that can be used for text search
- pdf_make_unsearchable Make existing PDF document non-searchable by removing the text layer from it
Environment variables
X_API_KEY
Links
★ 9 GitHub stars