Generates, processes, protects, and signs PDFs through PDFGate API tools exposed over MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
This server is confirmed live — we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by PDFGate MCP Server.
generate_pdfGenerate a PDF from a URL or raw HTML. Provide either 'url' or 'html', not both.
upload_fileUpload a PDF to PDFGate so it can be referenced by other operations. Provide either 'filePath' (local path) or 'url'.
get_documentRetrieve metadata for a stored PDFGate document by its ID.
delete_documentDelete a PDFGate document.
flatten_pdfFlatten an interactive PDF into a static, non-editable PDF. Creates a new document; does not overwrite the original.
extract_form_dataExtract form field values from a fillable PDF. Returns a JSON object mapping field names to their values.
The PDFGate MCP Server MCP server connects an MCP client to PDFGate’s document and e-signature API. It can create PDFs from a URL or raw HTML, upload existing PDFs, retrieve document metadata, download file bytes, and remove stored documents. Operations that modify a document can create a new stored document while preserving the source, including flattening, protection, compression, and watermarking.
Form workflows are supported in both directions. The server can read values from fillable PDFs and add interactive fields using placeholder tags, field overrides, or explicitly positioned fields. Watermarks can use text or an image, while password protection can include permission restrictions.
Signing workflows use envelopes built from one or more stored documents. Agents can create an envelope, send it to recipients, inspect signing progress, void active envelopes, or delete eligible envelopes and their produced files. Embedded recipients can sign inside an application through a short-lived link created for an iframe session.
PDFGate documents are referenced by IDs returned from upload or generation operations. Those IDs are then supplied to processing, download, and envelope tools. Envelopes begin in a created state and must be sent before PDFGate dispatches signing emails. Embedded recipients do not receive email; an application creates a signing link after the envelope is in progress.
Recipient records can be stored and reused by ID. The server also exposes webhook management. Registered events include envelope sent, completed, expired, voided, deleted, document completion, and recipient signing. Incoming events are available through the pdfgate://events MCP resource.
Run the PDFGate MCP Server MCP server locally through the @pdfgate/mcp-server npm package and provide PDFGATE_API_KEY. Keys beginning with live_ select production, while test_ keys select the sandbox. The webhook listener uses port 3599 by default and can be changed with PDFGATE_WEBHOOK_PORT.
A hosted option is available at https://mcp.pdfgate.com/server. MCP clients that support remote Streamable HTTP servers can authenticate through OAuth, or send an X-API-KEY header. OAuth sessions use the production account; sandbox access uses a test_ key. To receive webhook events, expose the listener to the internet and register the public URL with create_webhook.
Generation accepts either a URL or raw HTML, not both. Uploading likewise accepts either a local file path or a URL. Flattening and protection produce new documents rather than overwriting the original. Deleting an envelope also removes its signed documents and audit logs, cannot be undone, and is restricted by envelope status; active envelopes must be voided first.
Embedded links expire after 10 minutes and should be created when the signer is ready. A separate link is needed for each signing session. The local webhook listener requires an internet-accessible endpoint, such as one exposed through a tunneling service. The provided material does not specify a software license or PDFGate pricing.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-server-37)<a href="https://allmcps.com/mcp/mcp-server-37"><img src="https://allmcps.com/api/badge/mcp-server-37?style=directory" alt="PDFGate MCP Server on AllMCPs" /></a>