# Netlify MCP Node

> Access Netlify MCP actions through Scalekit.

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

## Content

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

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

## Actions
* `netlifymcp_get_netlify_coding_context`
* `netlifymcp_netlify_deploy_services_reader`
* `netlifymcp_netlify_deploy_services_updater`
* `netlifymcp_netlify_extension_services_reader`
* `netlifymcp_netlify_extension_services_updater`
* `netlifymcp_netlify_project_services_reader`
* `netlifymcp_netlify_project_services_updater`
* `netlifymcp_netlify_team_services_reader`
* `netlifymcp_netlify_user_services_reader`

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