← All features

MCP / AI agents

Bring your own AI. We’re the render layer.

Templates On runs an MCP server with tools to list templates, inspect fields, and render images or PDFs—so Claude, ChatGPT, or any MCP-compatible agent can generate real output from your templates. We never host or own the model; we’re the bridge between your agent and your templates.

Paid plans only — see plans

Nimo illustrating MCP / AI agents

MCP server — /api/mcp (Streamable HTTP)

// MCP tools exposed by /api/mcp
list_templates({ api_key })
get_template_fields({ api_key, template_id })
render_image({ api_key, template_id, fields })
render_pdf({ api_key, template_id, fields })

// Add to your MCP client config:
{ "url": "https://templateson.com/api/mcp" }

Use any MCP-compatible agent

Claude Desktop, Claude Code, or any client that speaks MCP can call these tools directly—no custom integration code.

Four tools, your templates

list_templates, get_template_fields, render_image, render_pdf—agents discover fields before rendering, so they always send the right shape.

Your API key, your data

Each tool call carries your own API key—agents render exactly what your account can render, nothing more.

How it works

  1. 1Add the MCP server URL to your agent’s MCP client config.
  2. 2The agent calls list_templates and get_template_fields to discover what it can render.
  3. 3The agent calls render_image or render_pdf with your API key and field values to produce real output.

Build it once. Generate forever.

Create your free account