# Docugenerate — MCP server on mcp.ai > Connect your Docugenerate account and use 9 tools for documents straight from your AI agent. Connect with your own API key. DocuGenerate simplifies document generation by converting Word templates and JSON data into professional PDF files with ease. It supports automation of contracts, invoices, letters, certificates, and more, catering to both developers and non-developers. With an intuitive REST API and no-code integrations, it ensures seamless functionality for any scale. By: mcp.ai · official Page: https://mcp.ai/docugenerate ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_docugenerate?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/docugenerate/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/docugenerate/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/docugenerate/skill.md Postman collection (v2.1): https://mcp.ai/docugenerate/postman.json ## Tools - docugenerate_delete_document(id: string) — Tool to delete a document by ID. Permanently removes the document from storage. Use when you need to clean up generated documents or remove outdated files from DocuGenerate. - docugenerate_delete_template(id: string) — Tool to permanently delete a template by ID. Removes the template and all associated versions from storage. Use when a template is no longer needed. - docugenerate_document_generate(data?: object|object[], file?: object, name?: string, attach?: string|string[], merge_with?: string|string[], page_break?: boolean, output_name?: string, single_file?: boolean, template_id: string, output_format?: string) — Tool to generate document(s) from a template by merging JSON data or uploading a data file. Use when you need to programmatically produce one or more documents and receive metadata including a downloa - docugenerate_document_update(id: string, name: string) — Update a document's name/title in DocuGenerate. Use this to rename an existing document after it has been generated. Requires a valid document ID (obtained from document generation or listing) and the - docugenerate_get_document(id: string) — Tool to retrieve a specific document by ID. Returns document metadata including name, format, template_id, and download URL. Use when you need to fetch details about an existing generated document. - docugenerate_get_template(id: string) — Tool to retrieve a specific template by ID. Returns template metadata including name, format, region, and configuration settings. - docugenerate_list_documents(template_id: string) — Tool to list all documents generated from a template. Results are ordered by created time in descending order. Use when you need to retrieve a list of previously generated documents for a specific tem - docugenerate_template_get_or_list(page?: integer, per_page?: integer) — Tool to retrieve or list existing templates. Use when needing template IDs and metadata before making updates or generating documents. - docugenerate_template_update(id: string, file?: object, name?: string, region?: string, versioning_enabled?: boolean) — Tool to update a template’s file and settings. Use after confirming the template ID and desired inputs. ## Example prompts - "What can I do in Docugenerate?" - "Show me a summary of my Docugenerate account" ## Links Docs: https://mcp.ai/docs/mcps/docugenerate Website: https://mcp.ai/mcps/docugenerate