# Printautopilot — MCP server on mcp.ai > Connect your Printautopilot account and use 3 tools for developer tools straight from your AI agent. Connect with your own API key. Print Autopilot enables seamless automation of printing tasks by connecting your applications directly to your printers. By: mcp.ai · official Page: https://mcp.ai/printautopilot ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_printautopilot?ms=1787298900000 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/printautopilot/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/printautopilot/ 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/printautopilot/skill.md Postman collection (v2.1): https://mcp.ai/printautopilot/postman.json ## Tools - printautopilot_create_document(base64: string, fileName: string) — Tool to upload a base64 formatted PDF document to PrintAutopilot queue. Use when you need to add a PDF document to the print queue. Warning: Validates base64 encoding before submission. - printautopilot_list_queues(page?: integer, nameFilter?: string) — Tool to list available PrintAutoPilot queues. Use when you need to retrieve all queues before choosing one. - printautopilot_upload_file(file: object) — Tool to upload a file to a temporary R2 bucket. Use when you need to stage files for later PrintAutoPilot operations. ## Example prompts - "What can I do in Printautopilot?" - "Show me a summary of my Printautopilot account" ## Links Docs: https://mcp.ai/docs/mcps/printautopilot Website: https://mcp.ai/mcps/printautopilot