Vercel MCP
by zueai
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
VERCEL_API_KEY | Yes | Your Vercel API key for authentication |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
getDeploymentEvents | Gets deployment events by deployment ID and build ID |
getDeployment | Gets a deployment by ID or URL |
cancelDeployment | Cancels a deployment |
listDeploymentFiles | Lists deployment files |
getDeploymentFileContents | Gets deployment file contents |
getDeployments | Lists deployments |
deleteDeployment | Deletes a deployment |