Docdown Connector for AI agents.
10 live capabilities
Generate PDFs and Word documents from structured data.
Waiting for input…
Why people use Docdown
Docdown for Automated PDF Generation
With this Connector, you just give your agent the data. It handles the heavy lifting of finding the template, filling in the fields, and creating the file. You get a finished document in seconds instead of minutes.
What Vinkius changes
You get a way to turn raw data into finished documents through a simple chat.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Automated Contract Generation
An operations manager asks the agent to create a Service Agreement for a new client using a JSON block.
- Real-world use case 02
Schema Auditing for Developers
A developer needs to know what fields a Monthly Report needs.
- Real-world use case 03
Daily Batch Monitoring
An admin wants to see what was made today.
Complete set · 10capabilities
The complete Docdown capability set.
These are the exact actions your AI can choose when you ask it to work with Docdown.
01—04
4 capabilities in this set.
Part of 10 available through Docdown.
- 01 Capability
Generate new document
Create a new file using a specific template and a data object. This turns JSON data into a finished PDF or Word doc instantly.
- 02 Capability
Get docdown account metadata
Fetch your account's current usage limits and metadata. Use this to monitor your plan's remaining capacity.
- 03 Capability
Get document status
Check if a document is still processing or ready for download. This provides the direct link to the finished file.
- 04 Capability
Get template field schema
See exactly which data points a template needs. It helps you understand the requirements before you start generating files.
05—07
3 capabilities in this set.
Part of 10 available through Docdown.
- 05 Capability
Get template details
Pull full details and field schemas for a specific template. Use this to see the complete structure of a document layout.
- 06 Capability
List published templates
Find templates that are currently marked as published. This helps you identify which ones are ready for production use.
- 07 Capability
List generated documents
See a full list of every document your account has created. Use this to audit your past output and history.
08—10
3 capabilities in this set.
Part of 10 available through Docdown.
- 08 Capability
List recently generated docs
Pull a list of documents created in the last 24 hours. This is great for checking the most recent batch of files.
- 09 Capability
List doc templates
See every template available in your Docdown account. Use this to browse your full library of document types.
- 10 Capability
Search templates by name
Find a specific template using a keyword search. This makes it easy to locate a specific form in a large library.
Set up in minutes
One URL. Then ask Docdown to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Docdown 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_6Qp72gpPwZSN37EW5Se6tGz1hkECrWvDuGkSlXTf/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 Docdown, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Docdown for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_6Qp72gpPwZSN37EW5Se6tGz1hkECrWvDuGkSlXTf/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 Docdown URL.
- Step 03
Save and start
Save the connection and enable Docdown in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"docdown": {
"url": "https://edge.vinkius.com/vk_preview_6Qp72gpPwZSN37EW5Se6tGz1hkECrWvDuGkSlXTf/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 Docdown
Open Agent mode in chat and ask: "Using Docdown, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"docdown": {
"url": "https://edge.vinkius.com/vk_preview_6Qp72gpPwZSN37EW5Se6tGz1hkECrWvDuGkSlXTf/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 Docdown
Ask Copilot: "Using Docdown, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"docdown": {
"url": "https://edge.vinkius.com/vk_preview_6Qp72gpPwZSN37EW5Se6tGz1hkECrWvDuGkSlXTf/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 Docdown
Open Cascade and ask: "Using Docdown, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"docdown": {
"url": "https://edge.vinkius.com/vk_preview_6Qp72gpPwZSN37EW5Se6tGz1hkECrWvDuGkSlXTf/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 Docdown
Ask Cline: "Using Docdown, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add docdown --transport http "https://edge.vinkius.com/vk_preview_6Qp72gpPwZSN37EW5Se6tGz1hkECrWvDuGkSlXTf/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 Docdown
Ask Claude: "Using Docdown, show me...". 10 tools are ready
Where the request belongs
Work Docdown can move forward.
This is for the operations manager who spends hours formatting contracts, the admin who needs to track high-volume invoice generation, and the developer who needs to audit template schemas.
Operations Manager
Generates service agreements and contracts from structured data on Tuesday mornings.
Admin Assistant
Monitors the status of hundreds of generated PDFs and shares download links with the team.
Software Developer
Inspects template schemas to ensure the front-end data matches the backend requirements.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsDocumint
Equip your AI agent to automate document generation, manage templates, and track output files via the Documint API.
Docupilot
Equip your AI agent to automate document creation, manage templates, and track merges via the Docupilot API.
Docamatic
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.
DocsGenFlow
Create documents automatically from templates with merge fields that pull data from your systems and generate polished output.
ThePDFMaker
Transform HTML templates into pixel-perfect PDF documents with an API designed for invoices, reports, and branded output.
Bring your own AI
Change the model, client or framework. Keep Docdown 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 Docdown.
The practical details behind the request, access and result.
Can Docdown MCP create Word files?
Yes, it can generate both PDF and Word files from your JSON data.
How do I see what data is needed for a template?
You can ask your agent to pull the schema for any template, and it will list the exact fields required.
Can I track the status of a document I just requested?
Yes, your agent can check the status of any document ID and provide a direct download link once it's finished.
Does Docdown MCP work for high-volume invoice generation?
Yes, it is designed to automate the production of documents from structured data at scale.
Can I search through my existing templates?
You can search your entire library by name or browse all available templates through your chat interface.
Is there a way to see my account usage?
Yes, the agent can retrieve your account's metadata and current usage limits whenever you ask.
Can I see only the templates that are live?
You can specifically ask to list templates that are currently in a published status.
How do I get a Docdown API Key?
Log in to your Docdown account, navigate to the API section in your settings, and you can generate or retrieve your unique API Key from there.
Which document formats are supported?
Docdown primarily supports generating high-quality PDF and Microsoft Word (.docx) files from your templates and data.
Can the agent show me the required fields for a template?
Yes, you can use the get_template_field_schema capability to retrieve exactly which data keys and types are needed to populate a specific template.
One connection away
Give your agent a direct line to Docdown.
Connect Docdown once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available