vercel.com
Vercel is a cloud platform for building, deploying, and operating web applications and AI-powered workloads. It provides hosting, deployment, project management, and related developer tooling for teams and individual developers.
Vercel exposes a bearer-token authenticated REST API at `https://api.vercel.com`, an OAuth-protected remote MCP server at `https://mcp.vercel.com/`, and the `vercel` CLI with interactive login and token-based non-interactive auth.
- Vercel MCP serverdetected
- Vercel REST APIdiscovered
- Vercel CLIdiscovered
$ vercel loginAcquired by the CLI — running vercel login opens the auth flow and stores the credential.
Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.
conventions · 2/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://vercel.com/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✓https://vercel.com/.well-known/oauth-protected-resource
- Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing