vercel-api

Access Vercel projects, deployments, domains, and environment variables via MCP and REST API.

246|42|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/vercel/vercel-plugin --skill vercel-api-vercel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-api
Source: https://github.com/vercel/vercel-plugin/tree/main/skills/vercel-api
Command: npx skills add https://github.com/vercel/vercel-plugin --skill vercel-api-vercel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides agents with live, authenticated access to Vercel resources via MCP and REST API, enabling seamless read/write operations and data retrieval.

Core Features & Use Cases

  • Live MCP access to Projects, Deployments, Domains, and Environment Variables.
  • REST API coverage for reading and writing Vercel resources via the SDK or HTTP endpoints.
  • Use Case: Automate gathering project details, deployment histories, and domain configurations across environments.

Quick Start

Query the MCP server or REST API to fetch a project's details and deployments.

Frequently Asked Questions about vercel-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate retrieving Vercel project details and deployment histories?

Use the Vercel MCP server or REST API to automate gathering project details, deployment histories, and domain configurations, providing live authenticated read and write access to your Vercel resources.

How does the Vercel MCP server handle authentication for REST API requests?

The Vercel MCP server uses OAuth 2.1 authentication to provide secure, live access to the MCP endpoint at https://mcp.vercel.com, ensuring compatibility with REST endpoints and the @vercel/sdk.

Can I manage Vercel environment variables and domains via the REST API?

Yes, you can manage Vercel environment variables and domains via the REST API, which provides full read and write coverage for these resources through HTTP endpoints or the @vercel/sdk.

What's the best way to list Vercel projects and inspect deployments programmatically?

Query the Vercel MCP server or use the @vercel/sdk to programmatically list projects and inspect deployments, retrieving live authenticated data across your Vercel environments.

Do I need OAuth 2.1 to access the Vercel MCP integration?

Yes, OAuth 2.1 authentication is required to access the Vercel MCP integration, establishing a secure authenticated connection with the MCP endpoint and REST API for performing read and write operations.