Two new tools are now available in Vercel’s MCP server:

  • get_access_to_vercel_url Generates a shareable URL that allows agent tools such as web fetch or Playwright to access deployments protected by Vercel Authentication. The URL is temporary and grants access without requiring login credentials.
  • web_fetch_vercel_url Allows agents to directly fetch content from deployments protected by Vercel Authentication, even if a normal fetch would return 401 Unauthorized or 403 Forbidden.

Get started with the Vercel MCP server.

Read more

link to the original content