# Pdfless — MCP server on mcp.ai > Connect your Pdfless account and use 2 tools for documents straight from your AI agent. Connect with your own API key. Pdfless is a document factory that enables developers to create high-quality PDF documents using HTML/CSS templates and data integration. By: mcp.ai · official Page: https://mcp.ai/pdfless ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_pdfless?ms=1787291520000 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/pdfless/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/pdfless/ 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/pdfless/skill.md Postman collection (v2.1): https://mcp.ai/pdfless/postman.json ## Tools - pdfless_get_workspace() — Get workspace details and information. Use this to check if a workspace exists or is available based on the API key. Retrieves metadata about the current workspace including its active status, creatio - pdfless_list_document_templates(page?: integer, pageSize?: integer) — List all document templates in your PDFLess workspace with pagination support. Use this action to discover available templates before generating PDFs. Templates must be created in the PDFLess dashboar ## Example prompts - "What can I do in Pdfless?" - "Show me a summary of my Pdfless account" ## Links Docs: https://mcp.ai/docs/mcps/pdfless Website: https://mcp.ai/mcps/pdfless