MCP App Store

Overview

Vercel MCP is Vercel’s official MCP server, allowing you to search and navigate documentation, manage projects and deployments, and analyze deployment logs—all in one place.

Tools

add_toolbar_reaction

ChatGPT
Add an emoji reaction to a message in a toolbar thread.

change_toolbar_thread_resolve_status

ChatGPT
Change the resolve status of a toolbar thread. Can be used to mark a thread as resolved or unresolve a previously resolved thread.

check_domain_availability_and_price

ChatGPT
Check if domain names are available for purchase and get pricing information

deploy_to_vercel

ChatGPT
Deploy the current project to Vercel

edit_toolbar_message

ChatGPT
Edit an existing message in a toolbar thread.

get_access_to_vercel_url

ChatGPT
Creates a temporary shareable link that bypasses authentication for protected Vercel deployments. When you encounter a Vercel deployment URL (like https://myapp-abc123.vercel.app), you might receive a 403 (Forbidden) error when trying to access it. This tool generates a special URL with a '_vercel_share' parameter that allows temporary access without requiring login credentials. The shareable URL will expire in 23 hours. When you use the returned URL, that URL will redirect and set an auth cookie. If your fetch implementation does not support cookies, use the 'web_fetch_vercel_url' tool instead.

get_agent_run

ChatGPT
Get detailed Agent Run metadata for a single run, including events, workflow metadata, usage, and subagent breakout data. Use list_agent_runs first if you need to discover a run ID.

get_agent_run_trace

ChatGPT
Get the Ash trace for a single Agent Run, including turns, messages, reasoning, tool calls, token usage, and tool input/output when available. Use this for debugging exact agent behavior in production.

get_deployment

ChatGPT
Get a specific deployment by ID or URL.

get_deployment_build_logs

ChatGPT
Get the build logs of a deployment by deployment ID or URL. Can be used to investigate why a deployment failed. It can work as an infinite stream of logs or as a JSON endpoint depending on the input parameters.

get_project

ChatGPT
Get a specific project in Vercel

get_runtime_errors

ChatGPT
Get grouped runtime error clusters for a project (error name, occurrence count, affected routes, sample messages, first/last seen). Use this first to answer "why is production erroring" — it reads a pre-aggregated table and does not time out. Max 7-day range.

get_runtime_logs

ChatGPT
Get runtime logs for a project or deployment. Runtime logs show application output (console.log, errors, etc.) from serverless functions and edge functions during execution. Supports filtering by environment, log level, status code, source, time range, and full-text search. Useful for debugging runtime issues, monitoring application behavior, and investigating errors in production.

get_toolbar_thread

ChatGPT
Get a specific toolbar thread by ID, including all messages and context.

import-claude-design-from-url

ChatGPT
Import a design into Vercel from a publicly fetchable URL. The file is a self-contained HTML bundle with all images, fonts, and styles inlined.

list_agent_run_projects

ChatGPT
List projects in a Vercel team that have Agent Runs observability data, with run counts and average duration rollups. Use this to discover which projects have agent activity before drilling into a project.

list_agent_runs

ChatGPT
List Agent Runs for a Vercel project, including summaries, status, model, trigger, token usage, time series, and pagination metadata. Use this to find recent or matching production agent runs before fetching detail or trace data.

list_deployments

ChatGPT
List all deployments for a project

list_projects

ChatGPT
List all Vercel projects for a user (with a max of 50). Use this to help discover the Project ID of the project that the user is working on.

list_teams

ChatGPT
List the user's teams. Use this to help discover the Team ID of the teams that the user is part of.

list_toolbar_threads

ChatGPT
List Vercel toolbar comment threads for a team. Returns unresolved threads by default. Use this to see feedback, comments, or discussions on deployments and previews.

reply_to_toolbar_thread

ChatGPT
Add a reply message to an existing toolbar thread.

search_vercel_documentation

ChatGPT
Search the Vercel documentation. Use this tool to answer any questions about Vercel’s platform, features, and best practices, including: - Core Concepts: Projects, Deployments, Git Integration, Preview Deployments, Environments - Frontend & Frameworks: Next.js, SvelteKit, Nuxt, Astro, Remix, frameworks configuration and optimization - APIs: REST API, Vercel SDK, Build Output API - Compute: Fluid Compute, Functions, Routing Middleware, Cron Jobs, OG Image Generation, Sandbox, Data Cache - AI: Vercel AI SDK, AI Gateway, MCP, v0 - Performance & Delivery: Edge Network, Caching, CDN, Image Optimization, Headers, Redirects, Rewrites - Pricing: Plans, Spend Management, Billing - Security: Audit Logs, Firewall, Bot Management, BotID, OIDC, RBAC, Secure Compute, 2FA - Storage: Blog, Edge Config

web_fetch_vercel_url

ChatGPT
Fetches a Vercel deployment URL and returns the response. This is useful if another web fetch tool returns 401 (Unauthorized) or 403 (Forbidden) for a Vercel URL. Supports accessing deployments protected with Vercel Authentication which the user of this MCP server has access to.

get_deployment

Claude

get_deployment_events

Claude

get_project

Claude

list_deployments

Claude

list_projects

Claude

list_teams

Claude

search_vercel_documentation

Claude

App Stats

31

Tools

4

Prompts

ChatGPT, Claude

Platforms

Works with

ChatGPT
Claude

Data refreshed daily