Vercel
Search Vercel docs and manage projects, deployments, and logs.
Vercel
Search Vercel docs and manage projects, deployments, and logs. With Lunar.dev MCPX, the MCP Gateway for secure and governed tool access, you connect the Vercel MCP server to Claude, ChatGPT, Cursor, and any MCP client through one gateway that routes, authenticates, and governs every Vercel tool call against your policies.
Why MCPX
MCPX is Lunar.dev's MCP Gateway. It sits between your AI agents and your MCP servers as a single gateway for every tool call, routing, authenticating, and governing traffic against your policies. Connect Vercel once and govern it everywhere: role-based access per agent with on-behalf-of attribution, real-time visibility, and an immutable audit trail of who did what, all deployable inside your own VPC.
Tools content
- search_documentation · Read-only
Search Vercel documentation for specific topics and information. - list_teams · Read-only
List all teams that include the authenticated user as a member. - list_projects · Read-only
List all Vercel projects associated with a user. - get_project · Read-only
Get detailed information about a specific project including framework, domains, and latest deployment. - list_deployments · Read-only
List deployments associated with a specific project with creation time, state, and target information. - get_deployment · Read-only
Get detailed information for a specific deployment including build status, regions, and metadata. - get_deployment_build_logs · Read-only
Get the build logs of a deployment by deployment ID or URL. You can use this to investigate why a deployment failed. - get_runtime_logs · Read-only
Get runtime logs for a project or deployment, including application output such as console.log messages, errors, and other execution details from Vercel Functions during requests. - check_domain_availability_and_price · Read-only
Check if domain names are available for purchase and get pricing information. - buy_domain · Write
Purchase a domain name with registrant information. - get_access_to_vercel_url · Write
Create a temporary shareable link that grants access to protected Vercel deployments. - web_fetch_vercel_url · Read-only
Fetch content directly from a Vercel deployment URL (with authentication if required). - list_toolbar_threads · Read-only
List Vercel Toolbar comment threads for a team. Returns unresolved threads by default. - get_toolbar_thread · Read-only
Get a specific toolbar thread by ID, including all messages and context. - change_toolbar_thread_resolve_status · Write
Change the resolve status of a toolbar thread. Use this to mark a thread as resolved or unresolve a previously resolved thread. - reply_to_toolbar_thread · Write
Add a reply message to an existing toolbar thread. - edit_toolbar_message · Write
Edit an existing message in a toolbar thread. - add_toolbar_reaction · Write
Add an emoji reaction to a message in a toolbar thread. - use_vercel_cli · Read-only
Instructs the LLM to use Vercel CLI commands with --help flag for information. - deploy_to_vercel · Write
Deploy the current project to Vercel.
Frequently asked questions
What is the Vercel MCP server?
Search Vercel docs and manage projects, deployments, and logs. Through Lunar.dev MCPX, Vercel connects to any MCP-compatible AI client behind a single governed gateway.
How do I connect Vercel to MCPX?
Add the Vercel server in the MCPX control plane or your app.yaml, then point your AI client at your MCPX gateway. MCPX handles OAuth and routes every Vercel call through the gateway.
Is the Vercel MCP server official?
Yes. Vercel is an official, vendor-published MCP server, and MCPX governs it like any other server in your catalog.
What authentication does Vercel use with MCPX?
Vercel uses OAuth. MCPX enforces authentication at the gateway with token-based auth, OAuth, and role-based profiles, so you control which agents can invoke it.
How many tools does Vercel expose in MCPX?
Vercel exposes 20 tools. In MCPX you can enable or disable each tool per agent for least-privilege access.
