KosmoKrator

productivity

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.

7 functions 7 read 0 write API token auth

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.

Machine-Readable Metadata
integration_slug
vercel
route_slug
vercel
package
vercel
auth_strategy
api_token API token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Vercel MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Vercel.

Vercel CLI Matrix

Use these pages for direct Vercel CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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 2 Get details for a specific Vercel deployment by ID, including status, URL, and build logs.
vercel.vercel_get_project Read read 2 Get details for a specific Vercel project by ID, including framework, domains, and settings.
vercel.vercel_list_deployments Read read 5 List deployments across your Vercel projects. Filter by project, state, or target.
vercel.vercel_list_domains Read read 2 List all domains configured in Vercel, including verification and DNS status.
vercel.vercel_list_projects Read read 2 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.