Documint Connector for AI agents.
10 live capabilities
Automate professional PDF generation and template management from your data.
Waiting for input…
Why people use Documint
Documint PDF Generation for High-Volume Document Automation
This Connector removes the middleman. Instead of doing the manual work, you just tell your agent what needs to happen. It pulls the data, finds the right template, and handles the generation in the background. You get a finished PDF and a download link without ever having to switch tabs.
What Vinkius changes
Your agent handles the tedious data-to-PDF conversion so you don't have to.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Sales proposal automation
A sales manager asks the agent to 'Create a proposal for Acme Corp using the Q3 Sales template' and provides the client's contact info.
- Real-world use case 02
Invoice status monitoring
An accountant asks the agent to 'Show me the download links for all invoices generated today' to verify they were sent out.
- Real-world use case 03
Template schema auditing
A developer asks the agent to 'List the required variables for the onboarding pack' to ensure their new CRM export matches the template.
Complete set · 10capabilities
The complete Documint capability set.
These are the exact actions your AI can choose when you ask it to work with Documint.
01—04
4 capabilities in this set.
Part of 10 available through Documint.
- 01 Capability
Get documint account metadata
Check your account limits and current usage stats. This helps you stay on top of your production volume.
- 02 Capability
Get generation details
See exactly where a document stands in the production queue. It provides the status and the final download link.
- 03 Capability
Get template variable audit
Find out exactly what data points a template needs. This prevents errors by showing what's required before you start.
- 04 Capability
Get template configuration
Pull the full schema and details for a specific document template. It's perfect for checking how a template is structured.
05—07
3 capabilities in this set.
Part of 10 available through Documint.
- 05 Capability
List documint generations
Get a full history of every document ever created in your account. Use this to keep a record of your past work.
- 06 Capability
List failed doc generations
Quickly find any documents that didn't go through. It helps you spot errors and fix data issues fast.
- 07 Capability
List latest doc generations
See the most recent files your agent has built. This is great for a quick check of your latest output.
08—10
3 capabilities in this set.
Part of 10 available through Documint.
- 08 Capability
Create new generation
Tell your agent to build a new document using a specific template and your data. It handles the heavy lifting of turning JSON into a finished file.
- 09 Capability
List documint templates
Pull a list of every template you have saved. This lets your agent know what options are available to it.
- 10 Capability
Search documint templates
Find a specific template using a keyword. It helps your agent narrow down choices when you have a large library.
Set up in minutes
One URL. Then ask Documint to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Documint 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_m79RZg7hPUbag8GDanCAz8Yxv40qKYRXXU8ur7LJ/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 Documint, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Documint for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_m79RZg7hPUbag8GDanCAz8Yxv40qKYRXXU8ur7LJ/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 Documint URL.
- Step 03
Save and start
Save the connection and enable Documint in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"documint": {
"url": "https://edge.vinkius.com/vk_preview_m79RZg7hPUbag8GDanCAz8Yxv40qKYRXXU8ur7LJ/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 Documint
Open Agent mode in chat and ask: "Using Documint, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"documint": {
"url": "https://edge.vinkius.com/vk_preview_m79RZg7hPUbag8GDanCAz8Yxv40qKYRXXU8ur7LJ/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 Documint
Ask Copilot: "Using Documint, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"documint": {
"url": "https://edge.vinkius.com/vk_preview_m79RZg7hPUbag8GDanCAz8Yxv40qKYRXXU8ur7LJ/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 Documint
Open Cascade and ask: "Using Documint, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"documint": {
"url": "https://edge.vinkius.com/vk_preview_m79RZg7hPUbag8GDanCAz8Yxv40qKYRXXU8ur7LJ/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 Documint
Ask Cline: "Using Documint, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add documint --transport http "https://edge.vinkius.com/vk_preview_m79RZg7hPUbag8GDanCAz8Yxv40qKYRXXU8ur7LJ/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 Documint
Ask Claude: "Using Documint, show me...". 10 tools are ready
Where the request belongs
Work Documint can move forward.
This is for anyone who spends hours every week manually copying data from one screen to another just to produce a PDF. It's built for high-volume document environments where accuracy and speed are non-negotiable.
Operations Manager
They need to turn CRM data into proposals or onboarding packs without manual typing.
Accountant
They handle high volumes of invoices and need to monitor generation status without leaving their chat.
Developer
They want to audit template schemas and test document logic without manual API calls.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsDocdown
Equip your AI agent to generate documents, manage templates, and track output files via the Docdown API.
Docamatic
Generate professional PDFs from templates with dynamic data injection for invoices, reports, and custom documents at scale.
Docupilot
Equip your AI agent to automate document creation, manage templates, and track merges via the Docupilot API.
DocsGenFlow
Create documents automatically from templates with merge fields that pull data from your systems and generate polished output.
PDFMonkey
Generate dynamic PDF documents from JSON data and HTML templates with an API built for high-volume document automation.
Knackly
Generate legal and business documents from smart templates with conditional logic that adapts content to every unique situation.
Bring your own AI
Change the model, client or framework. Keep Documint 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 Documint.
The practical details behind the request, access and result.
Can Documint MCP help me create invoices automatically?
Yes, it allows your agent to take data from your CRM and turn it into a professional PDF invoice using your pre-made templates.
Does the Documint MCP support custom templates?
It works with the templates you've already built in your Documint account, allowing your agent to use them for any production task.
How do I find out what data my AI agent needs for a document?
You can ask your agent to check the required variables for a specific template, and it will tell you exactly what keys it needs to fill.
Can I see a history of the documents my AI agent has created?
Yes, the Connector can list every document generated in your account so you can keep track of your history.
What happens if a document fails to generate?
Your agent can identify failed generations and tell you why they failed, making it easy to fix the data and try again.
Is Documint MCP good for high-volume document production?
It's built for exactly that. It handles the repetitive task of turning data into files, which is perfect for large-scale operations.
How do I get a Documint API Key?
Log in to your Documint account, navigate to the API section in your account settings, and you can generate or retrieve your unique API Key from there.
Can the agent show me the variables for a template?
Yes, you can use the get_template_variable_audit capability to retrieve exactly which data keys are needed to populate a specific template.
What format are the documents generated in?
Documint specializes in generating high-quality PDF files from your dynamic HTML or designed templates.
One connection away
Give your agent a direct line to Documint.
Connect Documint once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available