ENDPOINT 1
https://mcp.carbone.io
MCP server metadata
- Name
- carbone-mcp
- Version
- 1.6.0
Carbone generates and converts documents (PDF, DOCX, XLSX, PPTX, ODT, HTML, Markdown, images, …) from templates and JSON data. - Call get_capabilities for a full overview of tools, supported formats, and template syntax. - Use convert_document to convert an existing file between formats (no data injection). - Use render_document to merge JSON data into a Carbone template ({d.field} tags): pass a templateId for a stored template, or an inline template for a one-shot render. - Writing, editing, or validating a Carbone template? Load the Carbone Skill first — Carbone tags are a unique language (NOT Mustache/Handlebars/Jinja), so never guess syntax; the Skill is the source of truth for tags, formatters, loops, and conditions: https://carbone.io/documentation/developer/ai/skills.md (get_capabilities links the loadable .skill file). - Manage stored templates with upload_template, list_templates, update_template_metadata, download_template, and delete_template. - File inputs accept a local path, an HTTPS URL, or a base64 string. In stdio (local) mode, pass outputPath to save large outputs to disk instead of returning them inline. - Docs are LLM-friendly: replace .html with .md on any carbone.io doc URL for Markdown, or load https://carbone.io/llms.txt (index) / https://carbone.io/llms-full.txt (full corpus).
Known tools 11
list_templatesList stored Carbone templates with filtering, search, and pagination.
Inferred read-onlyconvert_documentConvert any document to another format without storing a template.
Inferred read-onlylist_categoriesList all template categories currently in use in your Carbone account.
Inferred read-onlyupdate_template_metadataUpdate the metadata of a stored template: name, comment, category, tags, deployment timestamp, or expiration.
Potential side effectsdownload_templateDownload the original source file of a stored Carbone template (e.
Inferred read-onlyget_capabilitiesReturns a summary of all Carbone capabilities: supported formats, features, tool usage examples, and links to full documentation.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for carbone.io was fetched 2026-07-26T07:19:53.352Z and is being refreshed.
carbone.io is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.