# Renderform — MCP server on mcp.ai > Connect your Renderform account and use 7 tools for images and design straight from your AI agent. Connect with your own API key. RenderForm is a user-friendly automation and design tool that enables the creation of templates and images with custom content such as images, texts, and QR codes. By: mcp.ai · official Page: https://mcp.ai/renderform ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_renderform?ms=1787293380000 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/renderform/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/renderform/ 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/renderform/skill.md Postman collection (v2.1): https://mcp.ai/renderform/postman.json ## Tools - renderform_create_pdf_from_url(url: string, format?: string, expires?: integer, waitTime?: integer) — Tool to create a PDF from any website URL with customizable page format and auto-expiration. Use when you need to generate a PDF snapshot of a webpage. - renderform_delete_result(identifier: string) — Tool to delete a render result (image/PDF) by its identifier. Use when you need to remove a previously generated image or PDF from the system. - renderform_get_result(identifier: string) — Tool to retrieve detailed information about a specific render result by its identifier. Use when you need to check the status or get the full details of a previously generated image or PDF. - renderform_list_fonts() — Tool to retrieve all available fonts including Google Fonts and custom uploaded fonts. Use when you need to list fonts for text rendering. - renderform_list_results_v2(page?: integer, size?: integer, batch?: string, template?: string) — Tool to list all rendered images and PDFs with pagination support. Use when retrieving results from the v2 API with filtering by template or batch. - renderform_list_templates_v2(name?: string, page?: integer, size?: integer, tags?: string[], sourceTemplateId?: string) — Tool to get a list of all your templates with metadata and preview links. Supports pagination and filtering by name and tags. - renderform_take_screenshot(url: string, width: integer, height: integer, waitTime?: integer) — Tool to capture a screenshot of a website with given dimensions. Use when you need a visual snapshot of a page with optional wait time before capture. ## Example prompts - "What can I do in Renderform?" - "Show me a summary of my Renderform account" ## Links Docs: https://mcp.ai/docs/mcps/renderform Website: https://mcp.ai/mcps/renderform