← Registry

Content Tools

templated.io

Creates and manages renders (images, videos, PDFs) from templates, including listing, deleting, and merging them.

2 endpoints50 known toolsFirst detected June 5, 2026Last detected August 6, 2026

ENDPOINT 1

https://mcp.templated.io/mcp?apiKey=YOUR_API_KEY

No auth detected

MCP server metadata

Name
mcp-server-templated
Version
1.0.0
Capabilities
tools

Known tools 25

create_render

Create a render (image, video, or PDF) from a template.

Potential side effects
get_render

Retrieve a specific render by its ID to get the status and file URL

Inferred read-only
list_renders

List all renders in the account

Inferred read-only
delete_render

Delete a specific render

Potential side effects
merge_renders

Merge multiple PDF renders into a single PDF document

Inferred read-only
list_templates

List all templates in the account.

Inferred read-only
get_template

Retrieve a specific template by ID

Inferred read-only
get_template_layers

Get all layers of a template.

Inferred read-only
get_template_pages

Get all pages of a multi-page template

Inferred read-only
create_template

Create a new template programmatically with layers.

Potential side effects
update_template

Update an existing template.

Potential side effects
clone_template

Create a copy of an existing template

Potential side effects
delete_template

Delete a template

Potential side effects
list_template_renders

List all renders created from a specific template

Inferred read-only
list_folders

List all folders in the account

Inferred read-only
create_folder

Create a new folder to organize templates

Potential side effects
update_folder

Update a folder's name

Potential side effects
delete_folder

Delete a folder

Potential side effects
list_uploads

List all uploaded assets (images, videos)

Inferred read-only
create_upload

Upload a file from a URL

Potential side effects
delete_upload

Delete an uploaded asset

Potential side effects
list_fonts

List all custom fonts uploaded to the account

Inferred read-only
upload_font

Upload a custom font from a URL

Potential side effects
delete_font

Delete a custom font

Potential side effects
get_account

Get account information including API usage and quota

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mcp-server-templated]
url = "https://mcp.templated.io/mcp?apiKey=YOUR_API_KEY"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-server-templated": {
      "type": "http",
      "url": "https://mcp.templated.io/mcp?apiKey=YOUR_API_KEY"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcp-server-templated
Remote MCP URL: https://mcp.templated.io/mcp?apiKey=YOUR_API_KEY

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server-templated": {
      "url": "https://mcp.templated.io/mcp?apiKey=YOUR_API_KEY"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcp-server-templated": {
      "type": "http",
      "url": "https://mcp.templated.io/mcp?apiKey=YOUR_API_KEY"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcp-server-templated",
  "transport": "streamable-http",
  "url": "https://mcp.templated.io/mcp?apiKey=YOUR_API_KEY"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://mcp.templated.io/mcp?apiKey=YOUR_API_KEY&externalId=CUSTOMER_123

No auth detected

MCP server metadata

Name
mcp-server-templated
Version
1.0.0
Capabilities
tools

Known tools 25

create_render

Create a render (image, video, or PDF) from a template.

Potential side effects
get_render

Retrieve a specific render by its ID to get the status and file URL

Inferred read-only
list_renders

List renders in the configured external ID

Inferred read-only
delete_render

Delete a specific render

Potential side effects
merge_renders

Merge multiple PDF renders into a single PDF document

Inferred read-only
list_templates

List templates in the configured external ID.

Inferred read-only
get_template

Retrieve a specific template by ID

Inferred read-only
get_template_layers

Get all layers of a template.

Inferred read-only
get_template_pages

Get all pages of a multi-page template

Inferred read-only
create_template

Create a new template programmatically with layers.

Potential side effects
update_template

Update an existing template.

Potential side effects
clone_template

Create a copy of an existing template

Potential side effects
delete_template

Delete a template

Potential side effects
list_template_renders

List all renders created from a specific template

Inferred read-only
list_folders

List all folders in the account

Inferred read-only
create_folder

Create a new folder to organize templates

Potential side effects
update_folder

Update a folder's name

Potential side effects
delete_folder

Delete a folder

Potential side effects
list_uploads

List all uploaded assets (images, videos)

Inferred read-only
create_upload

Upload a file from a URL

Potential side effects
delete_upload

Delete an uploaded asset

Potential side effects
list_fonts

List all custom fonts uploaded to the account

Inferred read-only
upload_font

Upload a custom font from a URL

Potential side effects
delete_font

Delete a custom font

Potential side effects
get_account

Get account information including API usage and quota

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mcp-server-templated]
url = "https://mcp.templated.io/mcp?apiKey=YOUR_API_KEY&externalId=CUSTOMER_123"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-server-templated": {
      "type": "http",
      "url": "https://mcp.templated.io/mcp?apiKey=YOUR_API_KEY&externalId=CUSTOMER_123"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcp-server-templated
Remote MCP URL: https://mcp.templated.io/mcp?apiKey=YOUR_API_KEY&externalId=CUSTOMER_123

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server-templated": {
      "url": "https://mcp.templated.io/mcp?apiKey=YOUR_API_KEY&externalId=CUSTOMER_123"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcp-server-templated": {
      "type": "http",
      "url": "https://mcp.templated.io/mcp?apiKey=YOUR_API_KEY&externalId=CUSTOMER_123"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcp-server-templated",
  "transport": "streamable-http",
  "url": "https://mcp.templated.io/mcp?apiKey=YOUR_API_KEY&externalId=CUSTOMER_123"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.