Vercel

Vercel

Vercel is a platform for frontend frameworks and static sites, enabling developers to host websites and web services that deploy instantly, scale automatically, and require minimal configuration.

119VIEWS
1USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app vercelnpx @composio/cli add cursor --app vercelnpx @composio/cli add cursor --app vercelnpx @composio/cli add cursor --app vercel

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Add Environment Variable

Tool to add an environment variable to a vercel project. use after confirming the project exists and you need to configure secrets or configuration values across environments before deployment. example: "add api key=secret to production".

Check Cache Artifact Exists

Tool to check if a cache artifact exists by its hash. use when verifying whether a cache artifact is already stored before upload.

Check Domain Availability

Tool to check if a domain is available for registration. use when you need to verify domain availability before purchase.

Check Domain Price

Tool to check the price for a domain before purchase. use when evaluating cost and availability prior to domain registration.

Create Auth Token

Tool to create a new authentication token. use when you need to programmatically generate a new token after validating permissions. example: "create auth token named my-token"

Create Edge Config

Tool to create a new edge config for a vercel project. use when you need to define edge caching settings before deploying your project across a specified repository.

Create Edge Config Token

Tool to create a new token for a specific edge config. use when you need a read-only access token after provisioning your edge config.

Create New Deployment

Tool to create a new deployment. use when you need to deploy files or a git commit to a vercel project.

Delete Auth Token

Tool to delete an authentication token. use when you need to revoke a token programmatically after confirming its validity. example: "delete auth token with id abc123"

Delete Deployment

Tool to delete a specific deployment by its unique id. use after confirming the deployment identifier to clean up unused or failed deployments.

Delete Edge Config Tokens

Tool to delete tokens associated with a specific edge config. use when you need to revoke one or more access tokens from an existing edge config by its id.

Delete Environment Variable

Tool to delete a specific environment variable from a project. use after verifying the correct variable id to remove it.

Delete Vercel Project

Tool to delete a specific project by its id or name. use after confirming the correct project id or name to permanently remove it.

Deploy Edge Function

Deploy edge functions to vercel. use when you need to deploy serverless functions that run on the edge runtime with fast cold starts and global distribution.

Get Auth Token Metadata

Tool to retrieve metadata for an authentication token. use when you need to inspect details of a specific token for auditing or debugging.

Get Deployment Details

Tool to retrieve detailed information about a specific deployment. use after triggering a deployment and you need to inspect its status and configuration. example: "get details for deployment dpl 123abc".

Get Deployment Events

Tool to retrieve events related to a specific deployment. use when monitoring or debugging deployment history or streaming real-time events. example: "get events for deployment dpl xxx since 1540095775941."

Get Deployment Logs

Tool to retrieve logs for a specific vercel deployment. use when monitoring deployment execution, debugging issues, or analyzing deployment performance. example: "get logs for deployment dpl xxx since 1540095775941."

Get Domain Transfer Info

Tool to get information required to transfer a domain to vercel. use when you need to check transfer availability or current status before initiating a transfer.

Get Edge Config

Tool to retrieve details of a specific edge config. use when you need to inspect edge config metadata by id before updating or deleting.

20 actions available