# Vercel MCP Node

> Access Vercel MCP actions through Scalekit.

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

## Content

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

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

## Actions
* `vercelmcp_addtoolbarreaction`
* `vercelmcp_buyaddon`
* `vercelmcp_buycredits`
* `vercelmcp_buydomain`
* `vercelmcp_buypro`
* `vercelmcp_changetoolbarthreadresolvestatus`
* `vercelmcp_checkdomainavailabilityandprice`
* `vercelmcp_creategitproject`
* `vercelmcp_deploytovercel`
* `vercelmcp_edittoolbarmessage`
* `vercelmcp_getaccesstovercelurl`
* `vercelmcp_getagentrun`
* `vercelmcp_getagentruntrace`
* `vercelmcp_getdeployment`
* `vercelmcp_getdeploymentbuildlogs`
* `vercelmcp_getdomainorder`
* `vercelmcp_getproject`
* `vercelmcp_getprojectdeploymentprotection`
* `vercelmcp_getpurchasequote`
* `vercelmcp_getruntimeerrors`
* `vercelmcp_getruntimelogs`
* `vercelmcp_gettoolbarthread`
* `vercelmcp_getwebanalytics`
* `vercelmcp_importclaudedesignfromurl`
* `vercelmcp_listagentrunprojects`
* `vercelmcp_listagentruns`
* `vercelmcp_listdeployments`
* `vercelmcp_listprojects`
* `vercelmcp_listteams`
* `vercelmcp_listtoolbarthreads`
* `vercelmcp_replytotoolbarthread`
* `vercelmcp_searchverceldocumentation`
* `vercelmcp_updateprojectdeploymentprotection`
* `vercelmcp_webfetchvercelurl`

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