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.
Name | Description | Sample prompt |
---|---|---|
search_vercel_documentation | Get up-to-date Vercel documentation and code samples | "How do I configure custom domains in Vercel?" |
list_teams | List all teams that include the authenticated user as a member | "Show me all the teams I'm part of" |
list_projects | List all Vercel projects associated with a user | "Show me all projects in my personal account" |
get_project | Retrieve detailed information about a specific project including framework, domains, and latest deployment | "Get details about my next-js-blog project" |
list_deployments | List deployments associated with a specific project with creation time, state, and target information | "Show me all deployments for my blog project" |
get_deployment | Retrieve 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_events | Retrieve build logs and events for a specific deployment to debug issues | "Show me the build logs for the failed deployment" |
get_access_to_vercel_url | Creates 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_url | Allows 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
Was this helpful?