generated: '2026-09-18' method: searched source: https://thirds.ai/docs/mcp + https://thirds.ai/llms.txt; live probe of https://thirds.ai/mcp name: thirds.ai MCP Server description: Official hosted MCP server exposing thirds.ai PDF/image rendering, template, brand-kit and batch tools over Streamable HTTP with bearer-token auth. Uses the caller's existing account, credits and templates. deployment: mode: remote endpoint: https://thirds.ai/mcp auth: api-key verified: probed note: 'POST https://thirds.ai/mcp with tools/list returned HTTP 401 {"error":{"code":"unauthorized"}} confirming a live remote Streamable HTTP endpoint that requires a Bearer thirds_sk_v1_ API key. Remote-only: the docs state there is no local/npx install package.' transport: streamable-http tool_count: 15 tools_source: https://thirds.ai/docs/mcp (names + descriptions; live inputSchema is auth-gated behind bearer auth) tools: - name: create_brand_kit description: 'Save brand identity: name, colours, tone guidance.' - name: update_brand_kit description: Modify text fields of an existing brand kit. - name: set_brand_asset description: Add or replace a logo or WOFF2 font from base64 bytes. - name: list_brand_kits description: List brand kit IDs and creation dates. - name: create_template description: Start an AI template build from a prompt, HTML, or image. - name: edit_template description: Send a change to an existing template build. - name: publish_template description: Save the current draft as a permanent template version. - name: cancel_template_message description: Stop pending template work and release reserved credits. - name: list_templates description: List saved template IDs and latest versions. - name: save_template description: Store HTML as a reusable template without AI. - name: render description: Render a PDF, PNG, JPEG or WebP from HTML or a saved template. - name: create_batch description: Render one template across 10-200 JSON rows. - name: retry_batch description: Retry failed, cancelled or pending batch rows. - name: cancel_batch description: Stop pending and queued batch rows. - name: get_status description: Check a build, render or batch state and get download links.