1 min read
Two new tools are now available in Vercel’s MCP server:
get_access_to_vercel_urlGenerates 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_urlAllows agents to directly fetch content from deployments protected by Vercel Authentication, even if a normal fetch would return401 Unauthorizedor403 Forbidden.
Get started with the Vercel MCP server.
Connect to Vercel MCP
Read the docs to learn more about the server
Get started