# Carbone.io MCP Node

> Access Carbone.io MCP actions through Scalekit.

**URL:** https://caywork.com/learn/docs/node/carboneiomcp-node

## Content

## Description
Access Carbone.io MCP actions through the Scalekit MCP gateway.

## Parameters
* **action** (string): Enabled sub-action to run.
* **params** (object): Action-specific inputs.

## Actions
* `carboneiomcp_convert_document`
* `carboneiomcp_delete_template`
* `carboneiomcp_download_template`
* `carboneiomcp_get_api_status`
* `carboneiomcp_get_capabilities`
* `carboneiomcp_list_categories`
* `carboneiomcp_list_tags`
* `carboneiomcp_list_templates`
* `carboneiomcp_render_document`
* `carboneiomcp_update_template_metadata`
* `carboneiomcp_upload_template`

## Use Cases
1. **Automate Carbone.io MCP workflows**: Add the node, enable the actions you need, and let the agent invoke them through Scalekit.
2. **Enforce least privilege**: Only enable the subset of actions required for the current agent flow.