# Docupilot — MCP server on mcp.ai > Connect your Docupilot account and use 4 tools for documents straight from your AI agent. Connect with your own API key. Docupilot is a document automation tool that enables users to generate PDFs, DOCX files, contracts, invoices, and more by integrating with various online services. By: mcp.ai · official Page: https://mcp.ai/docupilot ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_docupilot?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/docupilot/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/docupilot/ 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/docupilot/skill.md Postman collection (v2.1): https://mcp.ai/docupilot/postman.json ## Tools - docupilot_create_folder(name: string) — Tool to create a new folder. Use when organizing documents into custom workspace folders after confirming workspace context. - docupilot_folders_create(name: string) — Tool to create a new folder. Use when organizing documents into custom workspace folders after confirming workspace context. - docupilot_folders_list() — Tool to list all folders. Use after authentication to fetch available workspace folders. - docupilot_get_authenticated_user() — Tool to retrieve information about the authenticated user. Use after authentication to confirm identity and fetch user account details. ## Example prompts - "What can I do in Docupilot?" - "Show me a summary of my Docupilot account" ## Links Docs: https://mcp.ai/docs/mcps/docupilot Website: https://mcp.ai/mcps/docupilot