PDFMonkey Connector for AI agents.
11 live capabilities
Automate high-volume document generation and PDF orchestration for invoices, certificates, and reports.
Waiting for input…
Why people use PDFMonkey
PDFMonkey for Automating High-Volume Invoice Creation
This Connector changes that by letting your agent handle the data entry. You feed the agent your JSON data, and it uses `generate_pdf` to create every invoice instantly. You get a clean list of documents and download links without ever leaving your chat interface.
What Vinkius changes
You turn text instructions into a batch of production-ready PDF files.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Batch training certificates
An HR manager asks the agent to use `generate_pdf` to create 500 unique certificates for staff who completed safety training.
- Real-world use case 02
Automated monthly invoicing
A finance lead uses `list_generated_documents` to find last month's invoices and then uses `get_pdf_details` to grab the download links.
- Real-world use case 03
High-volume shipping labels
A logistics coordinator triggers a batch of 1,000 labels using `generate_pdf` and monitors the progress with `check_pdf_status`.
Complete set · 11capabilities
The complete PDFMonkey capability set.
These are the exact actions your AI can choose when you ask it to work with PDFMonkey.
01—04
4 capabilities in this set.
Part of 11 available through PDFMonkey.
- 01 Capability
Generate pdf
Start the process of creating a new PDF from a specific template. This handles the asynchronous rendering of your data.
- 02 Capability
Delete generated pdf
Permanently remove a document from your generation history. Use this to clean up your records or remove mistakes.
- 03 Capability
Check pdf status
Get a quick update on whether a document is still pending or finished. It is perfect for monitoring long batches.
- 04 Capability
Get workspace
Retrieve the configuration and details for a specific workspace. Use this to check your environment settings.
05—08
4 capabilities in this set.
Part of 11 available through PDFMonkey.
- 05 Capability
List generated documents
See a list of the most recent PDFs created in your account. This helps you track your production history.
- 06 Capability
List templates
Browse all the templates you have saved in your PDFMonkey account. This is the best way to manage your layouts.
- 07 Capability
Update document
Modify the data of a PDF that has already been created. This allows for quick changes without re-running the whole batch.
- 08 Capability
Get pdf details
Fetch the status and the direct download link for a specific document. Use this to grab your final files.
09—11
3 capabilities in this set.
Part of 11 available through PDFMonkey.
- 09 Capability
Get template
Pull the metadata and details for an existing PDF template. This helps you verify which layout to use.
- 10 Capability
List workspaces
View all the different workspaces you have set up. Use this to switch between different projects or clients.
- 11 Capability
Regenerate document
Create a fresh version of a document that was already generated. This is useful for fixing small data errors.
Set up in minutes
One URL. Then ask PDFMonkey to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use PDFMonkey from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_n5z8A3N56SHXzf86xG1zO07xGTCJKGxIPoZNmEaB/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it PDFMonkey, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable PDFMonkey for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_n5z8A3N56SHXzf86xG1zO07xGTCJKGxIPoZNmEaB/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the PDFMonkey URL.
- Step 03
Save and start
Save the connection and enable PDFMonkey in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"pdfmonkey": {
"url": "https://edge.vinkius.com/vk_preview_n5z8A3N56SHXzf86xG1zO07xGTCJKGxIPoZNmEaB/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using PDFMonkey
Open Agent mode in chat and ask: "Using PDFMonkey, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"pdfmonkey": {
"url": "https://edge.vinkius.com/vk_preview_n5z8A3N56SHXzf86xG1zO07xGTCJKGxIPoZNmEaB/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using PDFMonkey
Ask Copilot: "Using PDFMonkey, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"pdfmonkey": {
"url": "https://edge.vinkius.com/vk_preview_n5z8A3N56SHXzf86xG1zO07xGTCJKGxIPoZNmEaB/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using PDFMonkey
Open Cascade and ask: "Using PDFMonkey, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"pdfmonkey": {
"url": "https://edge.vinkius.com/vk_preview_n5z8A3N56SHXzf86xG1zO07xGTCJKGxIPoZNmEaB/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using PDFMonkey
Ask Cline: "Using PDFMonkey, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add pdfmonkey --transport http "https://edge.vinkius.com/vk_preview_n5z8A3N56SHXzf86xG1zO07xGTCJKGxIPoZNmEaB/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using PDFMonkey
Ask Claude: "Using PDFMonkey, show me...". 11 tools are ready
Where the request belongs
Work PDFMonkey can move forward.
This is for the operations and finance professionals who are tired of copy-pasting data into documents and the developers who need to automate high-volume PDF production.
Finance Manager
Automates the creation of 500+ monthly invoices and financial reports without manual data entry.
Logistics Coordinator
Generates thousands of shipping labels and waybills from a master order list in seconds.
HR Specialist
Creates personalized training certificates for hundreds of employees at once.
Backend Developer
Integrates dynamic PDF generation into existing workflows using JSON payloads.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsDocamatic
Generate professional PDFs from templates with dynamic data injection for invoices, reports, and custom documents at scale.
ThePDFMaker
Transform HTML templates into pixel-perfect PDF documents with an API designed for invoices, reports, and branded output.
Documint
Equip your AI agent to automate document generation, manage templates, and track output files via the Documint API.
Docdown
Equip your AI agent to generate documents, manage templates, and track output files via the Docdown API.
Html2Pdf
Convert any website URL or raw HTML into high-quality PDF documents directly from your AI agent.
PDFShift
Convert URLs or HTML to PDF and images. manage templates, track credits, and automate document generation via high-performance API.
Bring your own AI
Change the model, client or framework. Keep PDFMonkey connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about PDFMonkey.
The practical details behind the request, access and result.
Can PDFMonkey MCP help me create invoices automatically?
Yes. It allows your AI agent to take raw data and generate professional, high-fidelity invoices based on your existing HTML templates.
How does PDFMonkey MCP handle large batches of documents?
It is built for high-volume production. You can trigger hundreds of documents at once and the agent will monitor the progress for you.
Can I check the status of my PDFs using PDFMonkey MCP?
Yes. Your agent can check the status of any document to see if it is still pending, currently processing, or finished.
Does PDFMonkey MCP support custom HTML and CSS layouts?
Yes. It uses a high-fidelity rendering engine that turns your specific HTML and CSS designs into professional PDF files.
Is PDFMonkey MCP good for high-volume document generation?
That is its primary purpose. It is designed to handle large-scale document automation for industries like finance, logistics, and HR.
How do I get the download links for my files with PDFMonkey MCP?
Once a document is finished, your agent can retrieve the secure, temporary download link and provide it directly in your chat.
Can I update a PDF I already made with PDFMonkey MCP?
Yes. You can use the update capability to change the data in an existing PDF without having to recreate the entire document from scratch.
Can my AI automatically find the download link for a document after it has been generated?
Yes! Use the get_document capability with the Document ID. Your agent will respond with complete metadata, including the download_url if the status is 'success'. Note that these links are temporary for security.
How do I find my PDFMonkey Secret Key?
Log in to your PDFMonkey dashboard, navigate to My Account, and you will find your unique secret API key in the 'Secret Key' section.
What status should I expect when a document is first created?
The initial status is usually 'pending' while the document is being rendered. You can ask the AI to poll the status until it becomes 'success' to retrieve the download link.
One connection away
Give your agent a direct line to PDFMonkey.
Connect PDFMonkey once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available