PDFGate
@pdfgate
PDFGate について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"pdfgate": {
"command": "npx",
"args": [
"-y",
"@pdfgate/mcp-server"
],
"env": {
"PDFGATE_API_KEY": "your_api_key_here"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is PDFGate?
PDFGate is a Model Context Protocol (MCP) server that integrates with the PDFGate API. It enables AI assistants to generate PDFs, manage documents, and handle e-signatures.
How to use PDFGate?
Add the server to your MCP client configuration with the command npx -y @pdfgate/mcp-server and set the PDFGATE_API_KEY environment variable. Obtain an API key by signing up at pdfgate.com – keys starting with live_ connect to the production environment, test_ to the sandbox.
Key features of PDFGate
- Generate PDFs from a URL or raw HTML
- Upload, retrieve, and delete documents
- Flatten, compress, protect, and watermark PDFs
- Extract form field values from fillable PDFs
- Create, send, and track e‑signature envelopes
- Manage webhook subscriptions for events
Use cases of PDFGate
- Generate PDF invoices or reports from HTML templates
- Upload and manage documents in a document workflow
- Send documents for e‑signature and track completion status
- Automate PDF processing such as compression or watermarking
- Receive real‑time notifications on envelope events via webhooks
FAQ from PDFGate
How do I get started with PDFGate?
Sign up at pdfgate.com to get an API key. Keys starting with live_ connect to production, test_ to the sandbox environment.
What tools does PDFGate provide?
PDF tools: generate_pdf, upload_pdf, get_document, delete_document, flatten_pdf, extract_pdf_form_data, compress_pdf, protect_pdf, watermark_pdf. E‑signature tools: create_envelope, send_envelope, get_envelope. Webhooks: create_webhook, delete_webhook.
How can I receive webhook events?
Expose the webhook port (default 3599) to the internet (e.g., via ngrok), then use the create_webhook tool to register your public URL. Events are available via the pdfgate://events resource and pushed in real time.
What events can I subscribe to?
Supported events: envelope.sent, envelope.completed, envelope.expired, and envelope.document.completed.
Is there a sandbox environment for testing?
Yes. Use an API key starting with test_ to connect to the PDFGate sandbox environment.
「その他」の他のコンテンツ
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
コメント