Vercel MCP
Manage Vercel deployments, projects, domains, and environment variables. Trigger previews and production deploys.
Overview
| Catalog ID | mcp-vercel |
| Category | marketing |
| Auth method | API key |
| Blast radius | moderate |
| Trust | Verified — published by cendriix |
| Version | 1.0.0 |
| Regions | us-east-1, eu-west-1 |
Tools
| Tool | Description |
|---|---|
list_deployments | List Vercel deployments. |
trigger_deployment | Trigger a new deployment. |
get_deployment_logs | Get deployment logs. |
list_projects | List Vercel projects. |
cancel_deployment | Cancel a running deployment. |
Tool parameters
list_deployments
List Vercel deployments.
| Parameter | Type | Description | |
|---|---|---|---|
project_id | string | optional | Project ID |
limit | integer | optional | Max results |
trigger_deployment
Trigger a new deployment.
| Parameter | Type | Description | |
|---|---|---|---|
project_id | string | required | Project ID |
ref | string | optional | Git ref to deploy |
get_deployment_logs
Get deployment logs.
| Parameter | Type | Description | |
|---|---|---|---|
deployment_id | string | required | Deployment ID |
cancel_deployment
Cancel a running deployment.
| Parameter | Type | Description | |
|---|---|---|---|
deployment_id | string | required | Deployment ID |
Installing
- In Cendriix, go to Settings → MCPs
- Find Vercel and click Install
- Paste your API key after installing. It is validated, then encrypted at rest in a secrets vault scoped to your tenant.
- Click Test Connection to run a health check and list available tools
Authentication. Paste your API key after installing. It is validated, then encrypted at rest in a secrets vault scoped to your tenant.
Blast radius
This MCP is classified moderate. This MCP can create and update records in the connected service, but cannot delete infrastructure.
Every tool invocation is recorded in your Audit Log. You can remove this MCP at any time from Settings → MCPs, which revokes tool access immediately.
Further reading
- MCP Marketplace — browse and install MCPs
- Policies & Guardrails — approval gates and blast radius
- Audit Log — review tool invocations
Last updated on