Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ⚖️ Legal
  3. PDFGate MCP Server
PDFGate MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/22/2026, 3:01:41 AM

PDFGate MCP Server

User RatingsBe the first to rate and review this MCP server!
View RepositoryVisit Website
pdfe-signaturesdocumentswebhooks

Generates, processes, protects, and signs PDFs through PDFGate API tools exposed over MCP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

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.

Manual Client & Custom JSON ConfigExpand JSON ▾

Client Config & Setup

Configure Environment Variables (API Keys, Tokens, Options):
Add required secrets below — values are included directly in the generated snippet so you can copy and paste with confidence.
Quick Add:
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-37": {
      "command": "npx",
      "args": [
        "-y",
        "@pdfgate/mcp-server"
      ],
      "env": {
        "PDFGATE_API_KEY": "YOUR_VALUE_HERE"
      }
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (24) Directory Badge Claim listing Alternatives⚖️ More in Legal

Overview

PDFGate MCP Server MCP server exposes PDFGate API operations for generating, storing, processing, and signing PDF documents. It runs locally through npx with an API key or connects to PDFGate’s hosted Streamable HTTP endpoint using OAuth or an API key. Reach for it when an agent needs document transformations, form handling, e-signature workflows, recipient management, or webhook subscriptions.

Use cases

•Generate PDFs from web pages or HTML templates
•Process uploaded PDFs with form fields, compression, or protection
•Create and send multi-document signing envelopes
•Embed signing sessions inside an application
•Receive PDFGate envelope and signing events through webhooks

Key features

•PDF generation from URLs or raw HTML
•Document storage and PDF transformations
•Interactive form extraction and field creation
•E-signature envelopes and embedded signing links
•Recipient and webhook management

Capabilities & Tool Schemas (24) ~4.6k tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Verified live Verified liveCaptured by calling this server’s live tools/list endpoint.

Inspect callable tools, capabilities, and parameters exposed to AI agents by PDFGate MCP Server.

generate_pdf

Generate a PDF from a URL or raw HTML. Provide either 'url' or 'html', not both.

upload_file

Upload a PDF to PDFGate so it can be referenced by other operations. Provide either 'filePath' (local path) or 'url'.

get_document

Retrieve metadata for a stored PDFGate document by its ID.

delete_document

Delete a PDFGate document.

flatten_pdf

Flatten an interactive PDF into a static, non-editable PDF. Creates a new document; does not overwrite the original.

extract_form_data

Extract form field values from a fillable PDF. Returns a JSON object mapping field names to their values.

How PDFGate MCP Server works

What PDFGate MCP Server MCP server does

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.

How it works

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.

Setup and configuration

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.

Tools and capabilities

  • Generate PDFs from URLs or HTML and upload local files or remote URLs.
  • Retrieve, download, delete, flatten, compress, protect, and watermark documents.
  • Extract fillable form data and add interactive fields.
  • Create, send, inspect, void, and delete signing envelopes.
  • Create embedded signing links and manage stored recipients.
  • Create, inspect, and delete webhook subscriptions.

Limitations and notes

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.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Legal View all alternatives
  • Finalnotice MCP logoFinalnotice MCP

    Generate localized debt-collection demand-letter PDFs (formal letter + matching envelope) across 100+ jurisdictions and 33 languages. No auth, no key — tools: listjurisdictions, previewdemandletter, generatedemandletter. Hosted Streamable HTTP at finalnotice.io/mcp.

    ⚖️ Legal3 views
    Compare vs Finalnotice MCP →
  • Aidocx MCP logoAidocx MCP

    Create, upload, and manage contracts from AI assistants. AI analysis and e-signatures.

    ⚖️ Legal1 views
    Compare vs Aidocx MCP →
  • Clio MCP logoClio MCP

    Connect Claude to Clio with 15 tools for matters, contacts, tasks, billing, and more.

    ⚖️ Legal0 views
    Compare vs Clio MCP →
  • CourtAPI — Federal Court Data logoCourtAPI — Federal Court Data

    Search and retrieve US federal court cases, dockets, claims, and documents via PACER

    ⚖️ Legal1 views
    Compare vs CourtAPI — Federal Court Data →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

npm downloads
1k
Package downloads in the last 30 days.
Last commit
4d ago
Most recent push to the default branch.
Tools exposed
24
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about PDFGate MCP Server

Add an MCP server entry that runs `npx -y @pdfgate/mcp-server` and set the `PDFGATE_API_KEY` environment variable.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewPDFGate MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/mcp-server-37?style=directory)](https://allmcps.com/mcp/mcp-server-37)
HTML Embed
<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>

Technical Specs & Signals

Category⚖️Legal
PricingBring your own API key (usage-based cost)
More technical detailsExpand ▾
TransportSTDIO
RuntimeNode.js
AuthAPI key
ClientsClaude Desktop
Last updatedSep 20, 2026
11/13 checks healthy over the last 45d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit4d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 20, 2026
npm downloads1,039/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
63Quality signal: Good · 63/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools30/30
Adoption & activity7/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 5d ago via OSV.dev · @pdfgate/mcp-server (npm)

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ⚖️ Legal →Best MCP servers for Legal →Alternatives to PDFGate MCP Server →Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients