LIVE ENDPOINT
https://mcp.templated.io/mcp?apiKey=YOUR_API_KEY
Connect to this endpoint to inspect the live schema for create_upload and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests retrieving external content.
Parent server
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.
Related tools
create_render— Create a render (image, video, or PDF) from a template.get_render— Retrieve a specific render by its ID to get the status and file URLlist_renders— List all renders in the accountdelete_render— Delete a specific rendermerge_renders— Merge multiple PDF renders into a single PDF documentlist_templates— List all templates in the account.get_template— Retrieve a specific template by IDget_template_layers— Get all layers of a template.