# Documentero — MCP server on mcp.ai > Connect your Documentero account and use 4 tools for documents straight from your AI agent. Connect with your own API key. Documentero generates Word, PDF, and Excel documents from reusable templates and structured data. By: mcp.ai · official Page: https://mcp.ai/documentero ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_documentero?ms=1787295960000 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/documentero/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/documentero/ 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/documentero/skill.md Postman collection (v2.1): https://mcp.ai/documentero/postman.json ## Tools - documentero_generate_document(data: object, embed?: boolean, format?: string, template_id: string) — Generate a DOCX, PDF, or XLSX document from a Documentero template and data. Returns an expiring signed download URL by default or embedded base64 file data when requested. Each call consumes plan-dep - documentero_get_template_json_schema(template_id: string) — Return the JSON Schema for the data object accepted when generating a document from a template. - documentero_get_template_metadata(template_id: string) — Return a template's Documentero field definitions, nested field options, supported output formats, and default output format. - documentero_list_templates() — Return all templates available to the connected Documentero account, including each template identifier and type-bearing label. ## Example prompts - "What can I do in Documentero?" - "Show me a summary of my Documentero account" ## Links Docs: https://mcp.ai/docs/mcps/documentero Website: https://mcp.ai/mcps/documentero