# Zapier MCP Node

> Access Zapier MCP actions through Scalekit.

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

## Content

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

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

## Actions
* `zapiermcp_auto_provision_mcp`
* `zapiermcp_create_zapier_skill`
* `zapiermcp_delete_zapier_skill`
* `zapiermcp_disable_zapier_action`
* `zapiermcp_discover_zapier_actions`
* `zapiermcp_enable_zapier_action`
* `zapiermcp_execute_zapier_read_action`
* `zapiermcp_execute_zapier_write_action`
* `zapiermcp_get_configuration_url`
* `zapiermcp_get_zapier_skill`
* `zapiermcp_inspect_zapier_actions`
* `zapiermcp_list_zapier_connections`
* `zapiermcp_list_zapier_skills`
* `zapiermcp_manage_zapier_connections`
* `zapiermcp_send_feedback`
* `zapiermcp_update_zapier_skill`
* `zapiermcp_write_code_action`

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