Vercel for your agents.
Connect Vercel once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 15 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Vercel.
What agents can do with Vercel
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
vercel_list_projectsList all projects on the account.
vercel_get_projectGet a single project by name or id.
vercel_list_deploymentsList deployments for a project.
vercel_create_deploymentCreate a new deployment from a GitHub repo. `name` is the project name. `git_source` has `ref` (branch) and `repo_id`.
vercel_list_domainsList domains on the account.
vercel_get_deploymentGet details of a specific deployment by id.
vercel_cancel_deploymentCancel a deployment that is currently building.
vercel_get_domainGet details of a specific domain.
vercel_buy_domainBuy a domain name through Vercel.
vercel_list_env_varsList environment variables for a project.
vercel_create_env_varCreate an environment variable for a project.
vercel_delete_env_varDelete an environment variable from a project.
vercel_get_teamGet details of a specific team by id.
vercel_list_teamsList teams the user belongs to.
vercel_list_aliasesList all aliases for a deployment.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Go to Vercel > Account Settings > Tokens.
- Click 'Create Token', name it (e.g. even-connect).
- Select the scopes (full or restricted).
- Copy the token; it is shown once.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Vercel to Even: call connect_begin("vercel") on the even-connect MCP and walk me through it.
List Vercel projects and their deployments, then create a new production deployment.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.