Doqs MCP connector
Doqs is a document generation platform that creates PDFs and other documents from templates. The Doqs MCP connector allows AI agents to create and manage document templates, generate PDFs from those templates, and preview output before finalizing documents. It also supports listing available templates, updating template configurations, and deleting templates from the system.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the Doqs MCP connector to perform the following actions:
- Generate branded PDF documents from templates in seconds without manual formatting
- Store and organize reusable document templates for contracts, invoices, and reports
- Preview documents before generation to catch errors and ensure accuracy
- Update existing templates to reflect new branding, legal requirements, or policy changes
- Automate document creation workflows triggered by customer orders, approvals, or milestones
- Fill templates with dynamic data from business systems to personalize each document
- Delete outdated or unused templates to maintain a clean document management system
Example prompts
Use the following example prompts to invoke Doqs MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me all the document templates we have stored in Doqs.Generate a PDF invoice using our standard template and these customer details.Create a new contract template in Doqs for our sales agreements.Preview what the final document will look like before I generate the PDF.Update our employee handbook template in Doqs with the new policy changes.Fill out the quote template in Doqs with data from this customer record.Delete the old proposal template we no longer use from Doqs.Get the latest version of our NDA template from Doqs.List all templates in Doqs that we created this quarter.Generate multiple PDFs at once using the invoice template in Doqs.
Doqs MCP connector tools
The Doqs MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| list_templates_designer_templates__get | Retrieves all available document templates from the design system. |
| create_template_designer_templates__post | Creates a new document template with specified design and configuration settings. |
| preview_designer_templates_preview_post | Generates a preview of a template to visualize its appearance before use. |
| delete_designer_templates__id__delete | Removes a specific template from the design system permanently. |
| list_templates_designer_templates__id__get | Retrieves all templates associated with a specific template identifier. |
| update_template_designer_templates__id__put | Modifies an existing template's design and configuration settings. |
| generate_pdf_designer_templates__id__generate_post | Converts a template into a PDF document with provided data. |
| list | Retrieves a list of all templates available in the system. |
| delete__templates__id__delete | Removes a template by its unique identifier from storage. |
| get | Retrieves the complete details of a specific template. |
| update | Updates an existing template with new information or settings. |
| get_file_templates__id__file_get | Retrieves the file associated with a specific template. |
| fill | Populates a template with provided data to create a completed document. |