Vercel MCP logo

Integrate Vercel MCP with your AI CRM

Search Vercel documentation and manage projects, deployments, and deployment logs through Vercel's hosted MCP server.

Explore Triggers and Actions

Add toolbar reaction

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

ActionTry it

Buy addon

Executes a Vercel add-on purchase (currently only "siem"), by integer quantity, previously quoted by get_purchase_quote — quoting first is REQUIRED; this tool rejects un-quoted calls. Get the quote, present it to the user for explicit approval (use a structured question tool such as AskUserQuestion when available), then call with confirm:true, the quote's idempotencyKey, and the same parameters. The team must be on the Flex plan. No price quote exists for add-ons; the charge is non-refundable. The quote returns required disclosures the assistant must relay before approval: the payment method (default card on file), that taxes/fees may apply on top of the price, the item terms (Flex plan required, billed on the next invoice), and a full-terms link.

ActionTry it

Buy credits

Executes a prepaid Vercel credits purchase (v0, AI Gateway, or Vercel Agent) previously quoted by get_purchase_quote — quoting first is REQUIRED; this tool rejects un-quoted calls. Get the quote, present it to the user for explicit approval (use a structured question tool such as AskUserQuestion when available), then call with confirm:true, the quote's idempotencyKey, and the same parameters. When the user has not named an amount, offer quick-picks — $10, $25, $50, or $100 — or let them enter any custom amount ($1–$1000); do not just quote the range. Some credit types require a plan: Vercel Agent credits require the team to be on Vercel Pro (use buy_pro first), and v0 credits require a paid v0 plan (set up at v0.dev); AI Gateway credits have no plan prerequisite. If the required plan is missing the purchase is rejected (nothing is charged) with guidance. The charge is immediate and non-refundable. The quote returns required disclosures the assistant must relay before approval: the payment method (default card on file), that taxes/fees may apply on top of the base price, the item terms (credits expire in one year), and a full-terms link.

ActionTry it

Buy domain

Executes a single-domain registration previously quoted by get_purchase_quote (product:domain) — quoting first is REQUIRED; this tool rejects un-quoted calls. Get the quote, present it to the user for explicit approval (use a structured question tool such as AskUserQuestion when available), then call with confirm:true, the quote's idempotencyKey, the expectedPrice and years from the quote, and the full registrant contact to execute the non-refundable purchase. Vercel stores no reusable registrant profile, so contact details must be supplied each time. The quote returns required disclosures the assistant must relay before approval: the payment method (default card on file), that taxes/fees may apply on top of the price, the item terms (non-refundable), and, when auto-renew is on, the recurring-charge terms in disclosures.subscription (renews automatically each term at the then-current price until auto-renew is turned off), plus a full-terms link.

ActionTry it

Buy pro

Executes a Vercel Pro upgrade previously quoted by get_purchase_quote — quoting first is REQUIRED; this tool rejects un-quoted calls. Get the quote, present it to the user for explicit approval (use a structured question tool such as AskUserQuestion when available), then call with confirm:true, the quote's idempotencyKey, and the same parameters. This starts RECURRING Pro billing immediately at the standard Pro price. The quote returns required disclosures the assistant must relay before approval: the payment method (default card on file), that taxes/fees may apply on top of the price, the subscription terms (recurring monthly charge, no trial, cancel anytime in billing settings), and a full-terms link.

ActionTry it

Change toolbar thread resolve status

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

ActionTry it

Check domain availability and price

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

ActionTry it

Create git project

Preferred when the intended source is pushed to an accessible remote repository's production branch. Create a Vercel project linked to that repository, or reuse the existing project already linked to it, to automatically deploy changes on every push. New projects have Vercel Authentication disabled. Creates a preview deployment from the production branch by default; do not ask for deployment confirmation. Use deploy_to_vercel only when no usable remote repository exists or the user explicitly requests a manual file deployment. This prevents new bare projects; it does not reconnect an existing unlinked project with the same name.

ActionTry it

Deploy to vercel

Deploy files directly when no usable remote git repository exists or the user explicitly requests a manual file deployment. If the intended source is pushed to a repository's production branch, use create_git_project to automatically deploy changes on every push. Provide the file tree and an explicit target; Vercel auto-detects the framework and builds.

ActionTry it

Edit toolbar message

Edit an existing message in a toolbar thread.

ActionTry it

Get access to vercel url

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.

ActionTry it

Get agent run

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

ActionTry it

Get agent run trace

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

ActionTry it

Get deployment

Get a specific deployment by ID or URL.

ActionTry it

Get deployment build logs

Get the build logs for a deployment by ID or URL, to investigate why a build failed. Returns the most recent lines by default (where build errors appear). Use errorsOnly to see just the failing lines. Omit since and until for latest logs; use since to narrow the window and omit until when the end should be the current time.

ActionTry it

Get domain order

Get the status of a domain purchase order returned by buy_domain, to confirm whether the registration completed.

ActionTry it

Get git deployment context

Lists every Vercel team authorized for the user, including its plan and linked Git projects. If linkedProjects is null, project listing failed for that team.

ActionTry it

Get project

Get a specific project in Vercel

ActionTry it

Get project deployment protection

Get the effective password protection, Vercel Authentication, and Trusted IP settings for a Vercel project. Password values are never returned.

ActionTry it

Get purchase quote

Read-only price quote for a Vercel purchase. NEVER charges. This is the ONLY way to obtain an idempotencyKey — the buy_* tools no longer quote and reject un-quoted calls, so this is the REQUIRED first step before any buy_* tool. It returns the cost (when Vercel exposes one) and an idempotencyKey to pass to the matching buy tool (buy_credits, buy_domain, buy_addon, buy_pro) with confirm:true within 5 minutes to execute the charge. Present the quote to the user for explicit approval (use a structured question tool such as AskUserQuestion when available) before confirming. Products with no API price (add-ons, Pro) return a priceNote and billing URL instead of a number. Every quote includes a disclosures object the assistant must relay to the user before approval: the payment method (default card on file), that taxes/fees may apply on top of the base price, the item terms, and a link to the full terms.

ActionTry it

Get runtime errors

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. For recent windows, pass since like "24h" or "7d" and omit until; until is only needed for historical end times. Max 7-day range.

ActionTry it

Get runtime logs

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. For recent windows, pass since like "30m" or "24h" and omit until; until is only needed for historical end times. For wide time ranges, scope to a deploymentId for speed, or use group_by to get counts instead of individual lines. To investigate production errors specifically, prefer get_runtime_errors.

ActionTry it

Get toolbar thread

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

ActionTry it

Get web analytics

Query Web Analytics for a Vercel project. Count mode returns total visitors and pageviews (or custom event count). Aggregate mode groups results over time or by dimensions such as route, requestPath, country, referrerHostname, deviceType, browserName, eventName, flags/<name>, or eventData/<property>. Web Analytics must be enabled for the project.

ActionTry it

Import-claude-design-from-url

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.

ActionTry it

List agent run projects

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

ActionTry it

List agent runs

List Agent Runs for a Vercel project. Agent Runs are the observability layer for agents built with the eve framework. The response includes summaries, status, model, trigger, token usage, time series, and pagination metadata. Use this to find recent or matching production eve agent runs before fetching detail or trace data.

ActionTry it

List deployments

List all deployments for a project

ActionTry it

List projects

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.

ActionTry it

List teams

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

ActionTry it

List toolbar threads

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.

ActionTry it

Pause project

Pause a Vercel project. Its production deployment will stop serving traffic and return 503 DEPLOYMENT_PAUSED until the project is unpaused.

ActionTry it

Reply to toolbar thread

Add a reply message to an existing toolbar thread.

ActionTry it

Search vercel documentation

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

ActionTry it

Unpause project

Unpause a Vercel project so its production deployment can resume serving traffic and consuming metered resources.

ActionTry it

Update project deployment protection

Partially update password protection, Vercel Authentication, and Trusted IPs for a Vercel project. Omitted settings are preserved. Availability depends on the Vercel team plan and caller permissions.

ActionTry it

Web fetch vercel url

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.

ActionTry it

How the Vercel MCP integration works

The Vercel MCP integration connects your Dench AI CRM directly to Vercel MCP, so agents can read and act on your Vercel MCP data as part of everyday work — answering questions in chat, keeping your CRM in sync, and running automations without anyone copying data between tools.

37 actions are available for agents to invoke on your behalf. Every call runs through Vercel MCP's own authorization, scoped to the account you connect.

Set up Vercel MCP in Dench

  1. 1

    Sign in to your Dench workspace and open Integrations.

  2. 2

    Find Vercel MCP and click Connect — you'll authorize access through Vercel MCP's own sign-in flow. No API keys or code required.

  3. 3

    Ask an agent to use Vercel MCP in chat, or call it from an automation.

  4. 4

    Manage or disconnect the connection any time from workspace settings.

Frequently asked questions

How does the Vercel MCP integration work with Dench?

The Dench Vercel MCP integration connects your AI CRM to Vercel MCP, so AI agents can work with your Vercel MCP data as part of chats, automations, and CRM workflows. You connect your account once, and every agent in your workspace can use it — governed by your workspace permissions.

What actions can AI agents perform with Vercel MCP via Dench?

The Vercel MCP integration currently exposes 37 actions, including Add toolbar reaction, Buy addon, Buy credits, Buy domain, Buy pro, and Change toolbar thread resolve status. Agents invoke them on your behalf from chat or from automations.

Do I need to write code to connect Vercel MCP to Dench?

No. You connect Vercel MCP from your Dench workspace using Vercel MCP's own sign-in and authorization flow — no API keys to copy, no glue code to maintain.

Is the Vercel MCP integration secure?

Connections are authorized through Vercel MCP's own authentication flow, and Dench stores only the authorization needed to act on your behalf. You can review and disconnect the Vercel MCP connection from your workspace settings at any time.

Vercel MCP | Dench AI CRM