Skip to content

Vercel

Dev tools · 92 actions · connect by signing in

Connect in dashboardsign infrom MCP Registry

Actions

A sample of the 92 Vercel actions. Each keeps the schema of the real API.

  • vercel.list_issuesread
  • vercel.get_issueread
  • vercel.create_issuewrite
  • vercel.list_pull_requestsread
  • vercel.get_pull_requestread
  • vercel.create_pull_requestwrite
  • vercel.list_deploymentsread
  • vercel.get_deploymentread
  • vercel.create_deploymentwrite
  • vercel.delete_issuedelete

From your agent

Your agent never loads these up front. It searches in plain words and gets back the one it needs.

search_tools
{ "query": "list issues", "app": "vercel" }
execute_tool
{ "name": "vercel.list_issues",
  "fields": ["id"] }