# Vercel (verified)

Manage projects and deployments while debugging build failures with real-time logs. Search documentation and optimize performance metrics to streamline your frontend workflow. Handle everything from …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add vercel

# Browse available tools
npx -y @smithery/cli@latest tool list vercel

# Get full schema for a tool
npx -y @smithery/cli@latest tool get vercel search_vercel_documentation

# Call a tool
npx -y @smithery/cli@latest tool call vercel search_vercel_documentation '{}'
```

## Direct MCP Connection

Endpoint: `https://vercel.run.tools`

## Tools (12)

- `search_vercel_documentation` — Search the Vercel documentation.
- `deploy_to_vercel` — Deploy the current project to Vercel
- `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 th…
- `get_project` — Get a specific project in Vercel
- `list_deployments` — List all deployments for a project
- `get_deployment` — Get a specific deployment by ID or URL.
- `get_deployment_build_logs` — Get the build logs of a deployment by deployment ID or URL. Can be used to investigate why a deployment failed. It can …
- `get_runtime_logs` — Get runtime logs for a project or deployment. Runtime logs show application output (console.log, errors, etc.) from ser…
- `get_access_to_vercel_url` — Creates a temporary shareable link that bypasses authentication for protected Vercel deployments.
- `web_fetch_vercel_url` — Fetches a Vercel deployment URL and returns the response.
- `list_teams` — List the user's teams. Use this to help discover the Team ID of the teams that the user is part of.
- `check_domain_availability_and_price` — Check if domain names are available for purchase and get pricing information

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get vercel <tool-name>
```

## Prompts (12)

- `system_instructions` — System instructions for Vercel MCP Server - guides the LLM to prefer MCP tools over CLI when working with Vercel tasks.
- `explain_vercel_concept` (question) — Answer user questions using search results from Vercel documentation. Use this when you need authoritative information …
- `fix_recent_build` (projectId, includeLogs, logLimit) — Analyze and fix issues with the most recent deployment by fetching deployment details and build logs. Use this when you…
- `analyze_deployment_performance` (deploymentId, includeMetrics) — Analyze deployment performance metrics and provide optimization recommendations. Use this to identify bottlenecks, slow…
- `debug_deployment_issues` (deploymentId, includeEnvironment, includeDependencies) — Comprehensive debugging of deployment issues with detailed analysis. Use this when you're experiencing mysterious deplo…
- `get_project_status` (projectId, includeDeployments, includeDomains) — Get a comprehensive overview of the current project including status, latest deployment, and key metrics. Use this to q…
- `list_team_projects` (teamId, includeArchived, limit) — List all projects in the current team with their status and latest deployments. Use this to get an overview of all proj…
- `project_health_check` (projectId, includeRecommendations, checkEnvironment) — Perform a comprehensive health check of the project including deployments, configuration, and potential issues. Use thi…
- `quick_status` (includeAlerts, includeMetrics) — Get a quick overview of the current project status, latest deployment, and any immediate issues. Use this for daily che…
- `troubleshoot_common_issues` (issue, includeSolutions, checkLogs) — Help identify and resolve common Vercel deployment and configuration issues. Use this when you're experiencing problems…
- `optimize_deployment` (includeAnalysis, includeRecommendations) — Analyze and suggest optimizations for faster builds and better deployment performance. Use this when you want to improv…
- `vercel_help` (topic, includeExamples, includeDocumentation) — Get help and guidance on Vercel features, best practices, and configuration options. Use this when you need to learn ab…
