Agents can now access protected deployments via Vercel’s MCP server
Vercel's MCP server adds two tools enabling agents to access authentication-protected deployments via temporary shareable URLs and direct content fetching without login credentials.
Two new tools are now available in Vercel’s MCP server: Get started with the .Vercel MCP server Read more 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 credentials.get_access_to_vercel_url shareable URLVercel Authentication Allows agents to directly fetch content from deployments , even if a normal fetch would return or .web_fetch_vercel_url protected by Vercel Authentication401 Unauthorized403 Forbidden