PDFMaker Connector for AI agents.
12 live capabilities
Automate your invoice and report generation with branded PDF templates.
Waiting for input…
Why people use PDFMaker
ThePDFMaker for Automated Document Generation in Finance and Ops
ThePDFMaker changes that by letting your AI agent handle the formatting for you. You just provide the data, and it handles the rest. You get finished, professional documents delivered straight to your chat or a download link, removing the manual click-work entirely.
What Vinkius changes
You stop manually formatting documents and start generating them through conversation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Automating Monthly Invoices
A finance clerk asks the agent to create 50 invoices for new clients.
- Real-world use case 02
HR Certificate Issuance
An operations lead asks to list certificate templates, then tells the agent to generate one for a new hire based on a name and date.
- Real-world use case 03
Production Monitoring
A developer asks to check the API status and get the credit balance to monitor their production app's health and remaining usage.
Complete set · 12capabilities
The complete PDFMaker capability set.
These are the exact actions your AI can choose when you ask it to work with PDFMaker.
01—04
4 capabilities in this set.
Part of 12 available through PDFMaker.
- 01 Capability
Create webhook
Set up a new notification to trigger when a document is ready. This is useful for connecting your PDF output to other apps.
- 02 Capability
Generate pdf
Turn your data into a finished PDF using a specific template. This is the core capability for creating invoices and reports.
- 03 Capability
Get pdf status
Get the direct download link for a document that is currently processing. This avoids having to refresh your dashboard.
- 04 Capability
Get user profile
View your account details and profile information. Use this to verify your current subscription and identity.
05—08
4 capabilities in this set.
Part of 12 available through PDFMaker.
- 05 Capability
Get api status
Check if the connection to the PDFMaker service is active. This is great for debugging your integration quickly.
- 06 Capability
Get template details
Pull specific info about a template's placeholders and settings. This helps you ensure your data mapping is correct.
- 07 Capability
List asset files
See all the images or files you've uploaded to your account. Use this to manage the media used in your documents.
- 08 Capability
List recent pdfs
See a list of the most recent documents you've generated. It lets you quickly find and share recently created files.
09—12
4 capabilities in this set.
Part of 12 available through PDFMaker.
- 09 Capability
List pdf templates
View all the active templates you have saved in your account. This helps you choose the right design for your next job.
- 10 Capability
List webhooks
See all the active notifications you've currently set up. Use this to manage your automated workflows and alerts.
- 11 Capability
Delete pdf template
Remove an old or unused template from your account. Use this to keep your library clean and organized.
- 12 Capability
Get credit balance
Check how many credits you have left for document generation. It helps you monitor your usage and stay within budget.
Set up in minutes
One URL. Then ask PDFMaker to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use PDFMaker 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_gRaZuBhZ23BDI7m5ysDSJDVU18t5EVMr7TRrNKIh/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 PDFMaker, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable PDFMaker for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_gRaZuBhZ23BDI7m5ysDSJDVU18t5EVMr7TRrNKIh/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 PDFMaker URL.
- Step 03
Save and start
Save the connection and enable PDFMaker in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"thepdfmaker": {
"url": "https://edge.vinkius.com/vk_preview_gRaZuBhZ23BDI7m5ysDSJDVU18t5EVMr7TRrNKIh/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 PDFMaker
Open Agent mode in chat and ask: "Using PDFMaker, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"thepdfmaker": {
"url": "https://edge.vinkius.com/vk_preview_gRaZuBhZ23BDI7m5ysDSJDVU18t5EVMr7TRrNKIh/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 PDFMaker
Ask Copilot: "Using PDFMaker, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"thepdfmaker": {
"url": "https://edge.vinkius.com/vk_preview_gRaZuBhZ23BDI7m5ysDSJDVU18t5EVMr7TRrNKIh/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 PDFMaker
Open Cascade and ask: "Using PDFMaker, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"thepdfmaker": {
"url": "https://edge.vinkius.com/vk_preview_gRaZuBhZ23BDI7m5ysDSJDVU18t5EVMr7TRrNKIh/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 PDFMaker
Ask Cline: "Using PDFMaker, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add thepdfmaker --transport http "https://edge.vinkius.com/vk_preview_gRaZuBhZ23BDI7m5ysDSJDVU18t5EVMr7TRrNKIh/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 PDFMaker
Ask Claude: "Using PDFMaker, show me...". 12 tools are ready
Where the request belongs
Work PDFMaker can move forward.
For the operations manager who's tired of manually formatting hundreds of reports every month, or the finance lead who needs to blast out invoices without a manual data entry nightmare.
Operations Manager
Manages high-volume document production and monitors statuses without opening extra tabs.
Finance Specialist
Automates recurring invoices and reports using natural language commands.
Software Developer
Integrates real-time document generation into their internal capabilities without building a custom engine.
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.
PDFMonkey
Generate dynamic PDF documents from JSON data and HTML templates with an API built for high-volume document automation.
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.
Pdfcrowd
Convert HTML, web pages, and documents to PDF or images. Generate invoices and extract text from PDFs directly via AI.
DocRaptor
Convert HTML to professional PDFs and Excel spreadsheets using the high-quality Prince XML engine.
Bring your own AI
Change the model, client or framework. Keep PDFMaker 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 PDFMaker.
The practical details behind the request, access and result.
Can ThePDFMaker generate invoices automatically?
Yes, it can create professional invoices by mapping your data to a pre-set template. This allows you to generate hundreds of documents in seconds.
How do I use ThePDFMaker with my AI agent?
You just connect your API key and can then ask the agent to generate, list, or check the status of your PDFs through a simple conversation.
Does ThePDFMaker support Google Docs templates?
Yes, it works with templates from Google Docs, MS Word, and its own native editor, making it easy to use your existing designs.
Can I see my PDF generation history?
You can ask your agent to list recent PDFs to see what's been created and get direct download links for your files.
How do I manage my PDF templates?
You can list all your templates or get specific details about placeholders and metadata using the agent, so you don't have to leave the chat.
Can I set up notifications for my documents?
You can create webhooks to get notified when your PDF generation tasks are finished, allowing you to automate your entire document workflow.
Can my AI automatically find the details for a specific template by its ID?
Yes! Use the get_template capability with the Template ID. Your agent will respond with complete metadata for the model, including all available placeholder fields in seconds.
How do I find my PDFMaker API Key?
Log in to your PDFMaker account, navigate to Settings > API Key, and you will find your unique secret token there.
What document formats does PDFMaker support for templates?
PDFMaker supports a variety of sources including native HTML templates, MS Word (.docx), and Google Docs, allowing you to choose the best editor for your needs.
One connection away
Give your agent a direct line to PDFMaker.
Connect PDFMaker once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available