← Registry

Developer Tools

carbone.io

Manage and generate documents using Carbone templates.

1 endpoint11 known toolsFirst detected May 29, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.carbone.io

No auth detected

MCP server metadata

Name
carbone-mcp
Version
1.6.0
Capabilities
tools.listChangedresources.listChangedcompletions
Server instructions

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_templates

List stored Carbone templates with filtering, search, and pagination.

Inferred read-only
convert_document

Convert any document to another format without storing a template.

Inferred read-only
render_document

Generate a document by merging a Carbone template with JSON data.

Inferred read-only
list_categories

List all template categories currently in use in your Carbone account.

Inferred read-only
list_tags

List all tags currently used across templates in your Carbone account.

Inferred read-only
upload_template

Upload and store a reusable Carbone template.

Potential side effects
update_template_metadata

Update the metadata of a stored template: name, comment, category, tags, deployment timestamp, or expiration.

Potential side effects
delete_template

Delete a stored Carbone template.

Potential side effects
download_template

Download the original source file of a stored Carbone template (e.

Inferred read-only
get_api_status

Check Carbone API health and version.

Inferred read-only
get_capabilities

Returns a summary of all Carbone capabilities: supported formats, features, tool usage examples, and links to full documentation.

Inferred read-only

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.

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.

Trust status Trusted

carbone.io is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.