Tools

The Vercel MCP server provides the following MCP tools. To enhance security, enable human confirmation for tool execution and exercise caution when using Vercel MCP alongside other servers to prevent prompt injection attacks.

NameDescriptionSample prompt
search_vercel_documentationGet up-to-date Vercel documentation and code samples"How do I configure custom domains in Vercel?"
list_teamsList all teams that include the authenticated user as a member"Show me all the teams I'm part of"
list_projectsList all Vercel projects associated with a user"Show me all projects in my personal account"
get_projectRetrieve detailed information about a specific project including framework, domains, and latest deployment"Get details about my next-js-blog project"
list_deploymentsList deployments associated with a specific project with creation time, state, and target information"Show me all deployments for my blog project"
get_deploymentRetrieve detailed information for a specific deployment including build status, regions, and metadata"Get details about my latest production deployment for the blog project"
get_deployment_eventsRetrieve build logs and events for a specific deployment to debug issues"Show me the build logs for the failed deployment"
get_access_to_vercel_urlCreates a temporary shareable link that grants access to protected Vercel deployments"myapp.vercel.app is protected by auth. Please create a shareable link for it"
web_fetch_vercel_urlAllows agents to directly fetch content from a Vercel deployment URL (with authentication if required)"Make sure the content from my-app.vercel.app/api/status looks right"
Last updated on August 12, 2025