Skip to main content

Agents can now access runtime logs with Vercel's MCP server

By Steven Van ·

A new get_runtime_logs tool lets agents pull preview and production function logs through Vercel's MCP server.

Vercel's MCP server now includes a get_runtime_logs tool, letting agents retrieve runtime logs for a project or deployment. The logs cover Vercel Functions invocations in preview and production deployments, including function output and console.log messages.

With this, agents can debug failing requests, inspect function output, search logs for specific errors or request IDs, and investigate runtime behavior across deployments.

Vercel
Vercel
The platform for frontend developers — deploy, preview, and scale web apps and AI agents with zero config.
View Vercel →

Read the original announcement →

Read Agents can now access runtime logs with Vercel's MCP server on Creators Toolbox