← carbone.io
INDIVIDUAL MCP TOOL
list_templates
List stored Carbone templates with filtering, search, and pagination.
LIVE ENDPOINT
https://mcp.carbone.io
Connect to this endpoint to inspect the live schema for list_templates and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.carbone-mcp]
url = "https://mcp.carbone.io"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"carbone-mcp": {
"type": "http",
"url": "https://mcp.carbone.io"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: carbone-mcp
Remote MCP URL: https://mcp.carbone.io
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": {
"carbone-mcp": {
"url": "https://mcp.carbone.io"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"carbone-mcp": {
"type": "http",
"url": "https://mcp.carbone.io"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "carbone-mcp",
"transport": "streamable-http",
"url": "https://mcp.carbone.io"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
convert_document— Convert any document to another format without storing a template.render_document— Generate a document by merging a Carbone template with JSON data.list_categories— List all template categories currently in use in your Carbone account.list_tags— List all tags currently used across templates in your Carbone account.upload_template— Upload and store a reusable Carbone template.update_template_metadata— Update the metadata of a stored template: name, comment, category, tags, deployment timestamp, or expiration.delete_template— Delete a stored Carbone template.download_template— Download the original source file of a stored Carbone template (e.