# mcp-server-templated

MCP server for Templated.io - Generate images, videos, and PDFs from templates

- **Type:** MCP server
- **Trust:** 60/100 (B), scored on the package rubric
- **Verification:** community-indexed — nobody has claimed this listing
- **Version:** 1.6.0
- **Author:** Templated
- **License:** MIT
- **npm:** mcp-server-templated
- **Endpoints:** streamable-http https://mcp.templated.io/mcp
- **Source:** https://github.com/templated-io/mcp-server-templated
- **Endpoint health:** reachable (last checked 2026-09-07T15:51:16.989Z, 1 sample) — uptime is not a security property and is not part of the trust score
- **Compatible clients:** claude-code, cursor, copilot, chatgpt, gemini (basis: transport)

## Trust

60/100 (B), scored on the package rubric
- Publisher verified: no
- Install scripts: nothing suspicious found
- Prompt-injection scan: not run
- Obfuscation scan: not run
- Evidence age: 0 days

## Security scan

- **Status:** clean
- **Scanned:** 2026-09-07T15:51:05.456Z
- **Version scanned:** 1.6.0
- **CVEs:** none found by OSV at scan time

## Tools

25 declared. Statically extracted from the shipped source — a floor on the surface, not a census.
- `create_render` — Create a render (image, video, or PDF) from a template. This is the main tool for generating content. Supports formats: jpg, png, webp, pdf, mp4.
- `get_render` — Retrieve a specific render by its ID to get the status and file URL
- `list_renders` — List all renders in the account
- `delete_render` — Delete a specific render
- `merge_renders` — Merge multiple PDF renders into a single PDF document
- `list_templates` — List all templates in the account. Use this to find template IDs for rendering.
- `get_template` — Retrieve a specific template by ID
- `get_template_layers` — Get all layers of a template. Use this to understand what layers can be modified when creating a render.
- `get_template_pages` — Get all pages of a multi-page template
- `create_template` — Create a new template programmatically with layers. IMPORTANT: Each layer must have a 'layer' field (unique identifier/name), not 'name'. Valid layer types are:
- `update_template` — Update an existing template. IMPORTANT: Each layer must have a 'layer' field (unique identifier), not 'name'. Valid types: 'text', 'image', 'shape', 'rating'.
- `clone_template` — Create a copy of an existing template
- `delete_template` — Delete a template
- `list_template_renders` — List all renders created from a specific template
- `list_folders` — List all folders in the account
- `create_folder` — Create a new folder to organize templates
- `update_folder` — Update a folder's name
- `delete_folder` — Delete a folder
- `list_uploads` — List all uploaded assets (images, videos)
- `create_upload` — Upload a file from a URL
- `delete_upload` — Delete an uploaded asset
- `list_fonts` — List all custom fonts uploaded to the account
- `upload_font` — Upload a custom font from a URL
- `delete_font` — Delete a custom font
- `get_account` — Get account information including API usage and quota

## Install

**Verdict: review** — Installable, but 1 thing to check first: No publisher has proved control of this listing; it is indexed, not vouched for.
**Cautions** (coverage gaps and advisories — never blocking)
- No publisher has proved control of this listing; it is indexed, not vouched for.
**Config** (claude-code):
```json
"{\n  \"mcpServers\": {\n    \"mcp-server-templated\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"mcp-server-templated\"\n      ],\n      \"env\": {\n        \"TEMPLATED_API_KEY\": \"<YOUR_TEMPLATED_API_KEY>\"\n      }\n    }\n  }\n}"
```
**Credentials it will ask for** (names only — Forge never holds a value):
- `TEMPLATED_API_KEY` — Templated API Key (required)
Placeholders only. Forge never holds, brokers, or transmits a credential value — replace each <YOUR_NAME> in your own config file. Do not send a value back to Forge; no Forge endpoint accepts one.
- This entry needs 1 credential (1 required). The generated config carries placeholders, so it will fail in the editor rather than at runtime if they are left unset.

## Blast radius

Critical blast radius — deletes data; runs locally and hosted.
- Floor 62, ceiling 62 (tier: critical)
- This is impact, not likelihood. A high radius is not a defect: a filesystem server is supposed to write files. It is never part of the trust score.

## Machine-readable views of this entry

- Signed JSON: https://forgeregistry.com/api/v1/packages/mcp-server-templated
- Install plan: https://forgeregistry.com/api/v1/packages/mcp-server-templated/install-plan
- Alternatives: https://forgeregistry.com/api/v1/alternatives/mcp-server-templated
- HTML page: https://forgeregistry.com/registry/mcp-server-templated
- MCP: POST https://forgeregistry.com/api/mcp → `forge_get_package` / `forge_install_plan`

## About this document

Generated by Forge (https://forgeregistry.com) — a compact rendering of the same record served, signed, at the JSON URL above. Trust and scan facts are the registry's own measurements; anything Forge did not measure is named as unmeasured rather than omitted.
