Agent Runs now available in the Vercel MCP and CLI
Vercel Blog - AIJul 34 min read
Your agent can now inspect Agent Runs via the Vercel MCP and CLI for eve , the open-source agent framework. eve traces are automatically ingested when deployed to Vercel and available as Agent Runs. The new Vercel MCP tools and Vercel CLI commands let you find projects with runs, list recent runs, and retrieve full traces, including reasoning, tool calls, and token usage. Vercel MCP tools: list_agent_run_projects : Find projects in a team with Agent Runs activity. list_agent_runs : List recent runs for a project. get_agent_run : Inspect metadata, lifecycle events, usage, and subagent data. get
