vercel.com
Vercel is a cloud platform for building, deploying, and operating web applications and AI workloads. It provides hosting, deployment automation, domains, observability, and AI gateway capabilities.
Vercel exposes a REST API on api.vercel.com, an OAuth-protected MCP server at mcp.vercel.com, an AI Gateway HTTP API, and the vercel CLI.
- Vercel MCP serverdetected
- Vercel REST APIdiscovered
- Vercel AI Gateway APIdiscovered
- Vercel CLIdiscovered
Create a token in Vercel account token settings. The REST API docs say Vercel Access Tokens are required and are sent as Authorization: Bearer <TOKEN>.
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.
Create an AI Gateway API key from the AI Gateway API Keys docs. The AI Gateway docs describe API-key authentication for calling the gateway endpoints.
$ vercel loginAcquired by the CLI — running vercel login opens the auth flow and stores the credential.
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