Agents can now access protected deployments via Vercel’s MCP server
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 return401 Unauthorized
or403 Forbidden
.
Get started with the Vercel MCP server.
Connect to Vercel MCP
Read the docs to learn more about the server
Get started