# Send MCP Node

> Access Send MCP actions through Scalekit.

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

## Content

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

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

## Actions
* `sendmcp_complete_upload`
* `sendmcp_create_presigned_upload`
* `sendmcp_createsite`
* `sendmcp_editsite`
* `sendmcp_get_image_gallery`
* `sendmcp_get_skills`
* `sendmcp_getsite`
* `sendmcp_manage_images`
* `sendmcp_manage_sites`
* `sendmcp_manage_skill`
* `sendmcp_showcontent`
* `sendmcp_submit_feedback`

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