Deploy from Git, manage env vars, list domains, and query projects via Vercel REST API
150+ deploysclaude mcp add vercel --url https://datafaucet.dev/api/mcp/t/vercel
Run this command in your terminal · most users connect in under 60s
GET endpoints
list_deployments
List recent deployments. Returns deployments array with uid, url, state, meta.githubCommitMessage, created, ready timestamps.
https://api.vercel.com/v6/deployments?limit=5
list_projects
List all projects in team/account. Returns projects array with id, name, framework, link.repo, latestDeployments, and updatedAt.
https://api.vercel.com/v9/projects
get_deployment
Get deployment details by ID. Returns uid, url, state, meta, aliases, buildingAt, ready, and errorMessage if failed.
https://api.vercel.com/v6/deployments/{deployment_id}
list_env_vars
List environment variables for a project. Returns envs array with key, target, type, and gitBranch filter.
https://api.vercel.com/v9/projects/{project_id}/env
list_domains
List domains for a project. Returns domains array with name, apexName, verified status, and redirect config.
https://api.vercel.com/v5/projects/{project_id}/domains
POST endpoints
create_deployment
Trigger a new deployment from a Git ref. Returns deployment ID, url, and state.
https://api.vercel.com/v13/deployments
add_env_var
Add an environment variable to a project. Returns the created env var object.
https://api.vercel.com/v10/projects/{project_id}/env
Run this in your terminal:
claude mcp add vercel https://datafaucet.dev/api/mcp/t/vercel
Connect Vercel API to your AI agent in under 60 seconds. No account required.
{notion_token}) with your real credentialsNeed API keys? Try our free sandbox templates first to see MCP in action with zero setup.
Replace these placeholders with your real values before deploying:
{deployment_id}Resource identifier{env_key}Your value{env_value}Your value{git_ref}Your value{project_id}Resource identifier{project_name}Your value{repo_id}Repository name{vercel_token}API settings pagePreview:
GET https://api.vercel.com/v6/deployments?limit=5 Authorization: Bearer {vercel_token}
claude mcp add vercel --url https://datafaucet.dev/api/mcp/t/vercelWhat your AI agent sees
I have access to 7 tools from Vercel API: list_deployments, list_projects, get_deployment, and 4 more.
“List recent deployments. Returns deployments array with uid, url, state, meta.githubCommitMessage, created, ready timestamps.”
Calling list_deployments... Done. Here are the results.
Try these prompts
“Show me the latest deployment status for the production branch”
Copy“List all environment variables for the staging project”
Copy“Check if any recent deployments had build errors”
CopyClick any prompt to copy, then paste into your AI client.