Agents can now access protected deployments via Vercel’s MCP server
Vercel just unlocked agent access to protected deployments. Your auth walls just became agent-permeable.

Why it matters
Vercel's new MCP server tools enable AI agents to bypass authentication on protected deployments via temporary shareable URLs and authenticated web fetching. This is a critical infrastructure move for enterprises deploying agentic workflows at scale without exposing credentials.
The key facts
5 to knowTwo new tools in Vercel MCP server: get_access_to_vercel_url and web_fetch_vercel_url
get_access_to_vercel_url generates temporary shareable URLs granting agent access without login credentials
web_fetch_vercel_url allows agents to fetch from Vercel-authenticated deployments that normally return 401/403
Published August 19, 2025
Addresses agent-to-protected-infrastructure access pattern
Go to the source
Vercel Blogvercel.com
Publisher excerpt: Two new tools are now available in Vercel’s MCP server: Get started with the .Vercel MCP server Generates a that allows agent tools such as web fetch or Playwright to access deployments protected by . The URL is temporary and grants access without requiring login…

