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

**Published:** February 10, 2026 | **Authors:** Allen Zhou, Adrian Cooney, Marcos Grappeggia

---

Agents can now access runtime logs through Vercel's MCP server.

The** get_runtime_logs** tool lets agents retrieve [Runtime Logs](https://vercel.com/docs/logs/runtime) for a project or deployment. Runtime logs include logs generated by [Vercel Functions](https://vercel.com/docs/functions) invocations in preview and production deployments, including function output and `console.log` messages.

This enables agents to:

- debug failing requests
- inspect function output
- search logs for specific errors or request IDs
- investigate runtime behavior across deployments

Get started with the [Vercel MCP server](https://vercel.com/docs/mcp/vercel-mcp).

---

📚 **More updates:** [View all changelog entries](/changelog/sitemap.md) | [Blog](/blog/sitemap.md)