LIVE ENDPOINT
https://mcp.templated.io/mcp?apiKey=YOUR_API_KEY&externalId=CUSTOMER_123
Connect to this endpoint to inspect the live schema for delete_font 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 deletion term.
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&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.
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 renders in the configured external IDdelete_render— Delete a specific rendermerge_renders— Merge multiple PDF renders into a single PDF documentlist_templates— List templates in the configured external ID.get_template— Retrieve a specific template by IDget_template_layers— Get all layers of a template.