data
Vercel MCP, CLI, and Lua Integration for AI Agents
Vercel integration docs for AI agents: MCP gateway setup, Vercel CLI commands, Lua API reference, credentials, and function schemas.Vercel for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
vercel.vercel_create_deployment | Write write | 9 | Create a new deployment on Vercel. Provide a project name and either file contents or a Git source reference. Returns the new deployment ID and URL. |
vercel.vercel_get_current_user | Read read | 0 | Get the currently authenticated Vercel user profile, including username, email, and plan. |
vercel.vercel_get_deployment | Read read | 3 | Get details for a specific Vercel deployment by ID, including status, URL, and build logs. |
vercel.vercel_get_project | Read read | 3 | Get details for a specific Vercel project by ID, including framework, domains, and settings. |
vercel.vercel_list_deployments | Read read | 6 | List deployments across your Vercel projects. Filter by project, state, or target. |
vercel.vercel_list_domains | Read read | 3 | List all domains configured in Vercel, including verification and DNS status. |
vercel.vercel_list_projects | Read read | 3 | List all Vercel projects. Returns project names, IDs, framework, and deployment status. |
vercel.vercel_list_teams | Read read | 1 | List all Vercel teams you belong to, including membership roles and member counts. |