# Lucid MCP Node

> Access Lucid MCP actions through Scalekit.

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

## Content

## Description
Access Lucid MCP actions through the Scalekit MCP gateway.

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

## Actions
* `lucidmcp__lucid_create_embed`
* `lucidmcp__lucid_create_embed_session_token`
* `lucidmcp_fetch`
* `lucidmcp_get_mcp_resource`
* `lucidmcp_list_document_thread_comments`
* `lucidmcp_list_document_threads`
* `lucidmcp_lucid_add_block`
* `lucidmcp_lucid_add_dynamic_table`
* `lucidmcp_lucid_add_items_to_dynamic_table`
* `lucidmcp_lucid_add_line`
* `lucidmcp_lucid_create_diagram_from_specification`
* `lucidmcp_lucid_create_document_share_link`
* `lucidmcp_lucid_create_erd`
* `lucidmcp_lucid_create_folder`
* `lucidmcp_lucid_create_mind_map`
* `lucidmcp_lucid_create_org_chart`
* `lucidmcp_lucid_create_sequence_diagram`
* `lucidmcp_lucid_delete_items`
* `lucidmcp_lucid_edit_dynamic_table_metadata`
* `lucidmcp_lucid_edit_item`
* `lucidmcp_lucid_export_document_as_png`
* `lucidmcp_lucid_fetch_item_image`
* `lucidmcp_lucid_get_document_metadata`
* `lucidmcp_lucid_import_integration_cards`
* `lucidmcp_lucid_list_folder_contents`
* `lucidmcp_lucid_list_integrations`
* `lucidmcp_lucid_search_document`
* `lucidmcp_lucid_shape_details`
* `lucidmcp_lucid_shape_library`
* `lucidmcp_lucid_submit_feedback`
* `lucidmcp_lucid_update_document`
* `lucidmcp_lucid_update_folder`
* `lucidmcp_post_document_thread_comment`
* `lucidmcp_search`
* `lucidmcp_share_document_with_collaborators`

## Use Cases
1. **Automate Lucid 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.