Primary focus
A frontend and serverless platform optimized for Next.js. You get static hosting plus edge and serverless functions on a global network. Production scales to zero, so there is no persistent server your app keeps running on.
A real cloud your AI agent operates: virtual machines, managed PostgreSQL and Redis, private networks, backups, and autoscaling clusters, plus a native MCP server for agent control.
AI agent / MCP (2026)
Official remote MCP server at mcp.vercel.com, with OAuth and support for Claude Code, Cursor, ChatGPT, and more. Your agent can manage projects and deployments, analyze deployment logs, and search the docs, all scoped to your Vercel account and its own serverless platform.
Native MCP server that goes end to end on a full cloud. Point your agent at a project and it provisions the VM and a managed database, deploys the app, wires DNS and TLS, and can SSH into the running machine to operate and fix it. Any MCP client works, Claude Code is the example.
Backend and long-running services
Built for frontend, static sites, and short-lived serverless functions. Long-running processes, background daemons, and persistent connections are not the model.
Real VMs run whatever you need: long-running APIs, background workers, and persistent processes, exactly as they run on a normal server.
Real machine and SSH
Production hosting is serverless. You can SSH into a Vercel Sandbox, but a Sandbox is temporary on-demand compute for tasks, not a persistent always-on server. Your live app does not run on a VM you keep and operate.
Real VMs that stay up. Your agent can SSH in to run commands, read logs, and fix a broken deploy in place, then commit the fix back to your repo.
Data location
Vercel is a US-origin company on a global network. It offers EU compute regions (Frankfurt, Paris, Dublin, London, Stockholm) you can pin functions to, but the default region is US and there is no EU-only data residency guarantee by default.
Hosted in a German data centre and GDPR-aligned, so your app and data stay in EU jurisdiction.
Managed databases
No first-party managed servers. Postgres, Redis, and other datastores come through the Vercel Marketplace (Neon, Upstash, Supabase), with credentials injected as env vars.
Managed PostgreSQL and Redis, provisioned alongside your app and auto-wired, with DATABASE_* env injected.
Pricing (2026)
Hobby is free with usage caps. Pro is $20 per user per month per seat, with $20 of included usage credit and included allowances, then usage-based overages (edge requests $2 per 1M, fast data transfer $0.15/GB after the first 1TB, function active CPU $0.128/hour, invocations $0.60 per 1M). Enterprise is custom.
Per-resource, hourly pricing. Servers from about £8.50/month up to £70, most apps on a £20 to £35 server, storage at £0.07/GB. New accounts get £200 in credits.
Deploy flow
Connect GitHub and push, or use the CLI. Vercel builds and deploys to its edge network.
Point your agent at the repo and it deploys over the MCP, or use the REST API directly for a deploy-ready repo.