mcpbeat Sign in

Pdfgate MCP Server

answering

Pdfgate is answering right now. Last checked 12 min ago. 218 installs a week from npm. Last commit 9 Sep 2026.

MCP server for the PDFGate API. Generate PDFs, manage documents and handle e-signatures.

Installs per day peak 185 · avg 32 · +61% w/w
a month agotoday
Uptime history 32 days of history · worst day 97%
32 days agonow
100.0%
Uptime 24h
91 of 91 checks
Tools
hidden behind auth
463 ms
Response time
average over 24h
218
Installs / week
npm and PyPI

Pdfgate missed one check this week

Everything else answered, so this is steady rather than shaky. We check every 15 minutes, which is how a one-off gets told apart from the start of a pattern, and how you hear about the next one within the hour instead of from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 12 min ago.

run in your terminal
claude mcp add mcp-server --transport http https://mcp.pdfgate.com/server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.pdfgate.com/server"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
url = "https://mcp.pdfgate.com/server"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.pdfgate.com/server"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.pdfgate.com/server"
    }
  }
}

This one needs environment variables set before it will start: PDFGATE_API_KEY (Your PDFGate API key (starts with live_ for production or test_ for sandbox)), PDFGATE_WEBHOOK_PORT (Port for the local webhook listener (default: 3599)). The author declared them in the registry entry; get the values from the project itself.

This endpoint answered with an authorization challenge. The server is running, and it signs you in through your browser: there is no API key to paste.

Endpoints

URLTransportStateLatencyChecked
https://mcp.pdfgate.com/server streamable-http sign-in 329 ms 12 min ago

Alternatives to Pdfgate

same job, measured the same way
LayerOne (DocX + Sign)
by golayerone

MCP server for LayerOne DocX (documents & Factur-X) and Sign (e-signature) APIs.

33 installs/wk local only
Heu MCP
by lucavisconti211-debug

HEU Legal e-signature MCP: manage HEU documents and PDFs, prompt signers, download PDFs.

358 installs/wk local only
Heu MCP
by lucav21

HEU Legal e-signature MCP: manage HEU documents and PDFs, prompt signers, download PDFs.

local only
Groupdocs Signature MCP
by groupdocs-signature

MCP server for GroupDocs.Signature — sign, search and verify document signatures via AI agents.

local only
APISign
by apisign

Send documents for legally binding e-signature and manage the reusable templates behind them.

answering
Signforge
by kumarprobeops

Send documents for e-signature from AI agents. Upload, sign, and download PDFs.

39 installs/wk local only
Google Docs MCP
by a1-x-tech

MCP server for the Google Docs API: read and edit documents, styles, tables, images, comments.

46 installs/wk local only
Zsign
by zsign

E-signature API for AI agents: send contracts, sign PDF documents, track and download signed files.

answering

Pdfgate — questions

Answers built from our own checks of this server.

Why is there no tool list for Pdfgate?
The server answered our handshake with an authorization challenge, so it is running — but it will not describe its tools to an anonymous client. To see them you need to connect with your own credentials. We record it as alive, not as broken: 100.0% of checks in the last 24 hours got a reply.
Is Pdfgate working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 463 ms. The bar chart above shows every period we have measured.
How do I connect Pdfgate?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address. You sign in through your browser once and the client keeps the session: no key to copy, and it refuses anonymous clients.
How do you sign in to Pdfgate?
No API key is involved. Pdfgate answers our knock with an OAuth challenge, so you authorise it once in your browser and the client keeps the session. That is also why we see no tool list: it will not describe itself to an anonymous client, and that is the server working as intended, not a fault.
How fast is Pdfgate?
It answers our handshake in 463 ms on average, which is faster than 32% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Pdfgate?
The npm package @pdfgate/mcp-server was installed 218 times in the last week. Week over week that is +61%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Pdfgate open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.