# Pdf4me — MCP server on mcp.ai > Connect your Pdf4me account and use 4 tools for documents straight from your AI agent. Connect with your own API key. PDF4me provides robust, secure, and scalable APIs for document generation, manipulation, and management, enabling easy integration and automation across various applications. By: mcp.ai · official Page: https://mcp.ai/pdf4me ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_pdf4me?ms=1787291340000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/pdf4me/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/pdf4me/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/pdf4me/skill.md Postman collection (v2.1): https://mcp.ai/pdf4me/postman.json ## Tools - pdf4me_convert_to_pdf(document: object, pdfConvertActions?: object[]) — Tool to convert various document and image formats to PDF. Handles one file per call; multi-file PDFs require multiple calls followed by a separate merge step. Conversion permanently removes interacti - pdf4me_extract_text(docData: string, docName: string) — Tool to extract embedded text from text-based PDFs using PDF4me's ExtractResources endpoint. Use when you need to retrieve searchable text content from PDFs for analysis or processing. This tool does - pdf4me_fill_pdf_form(metaData?: string, dataArray: string, outputType: string, metaDataJson?: string, InputFormData: object[], inputDataType: string, templateDocName: string, templateDocContent: string) — Tool to fill PDF form fields programmatically using JSON or XML data. Use when you need to generate reports or populate forms from various data sources with mail merge functionality. Supports filling - pdf4me_read_barcodes_from_image(docName: string, imageType: string, docContent: string) — Tool to read and extract barcode or QR code data from image files (JPG/PNG). Use when you need to decode barcodes from images for data extraction or verification. Supports various barcode types includ ## Example prompts - "What can I do in Pdf4me?" - "Show me a summary of my Pdf4me account" ## Links Docs: https://mcp.ai/docs/mcps/pdf4me Website: https://mcp.ai/mcps/pdf4me