A production-grade demonstration of controlled, guardrail-first observation and manual actions on Vercel using Grok and the Model Context Protocol.
vercel.deployments.redeploy
VERCEL_ALLOW_DEPLOYS + project allow-lists. Explicit approval required for redeploys and env changes.vercel-mcp driver is started with strict guardrails (VERCEL_ALLOW_DEPLOYS=true + project allow-list).vercel.projects.* and vercel.deployments.*.vercel.deployments.redeploy tool (or env var changes via vercel.projects.env.*).vercel-mcp/ (the stdio server you actually run with Grok).
The Vercel skill is designed for efficient supervision, not for replacing Vercel’s automatic GitHub deploys.
vercel.deployments.redeploy over vercel.deployments.create whenever a project already has Git auto-deploys configured.vercel.projects.env.*) when you need parity across platforms (the Cross-Platform Hub use case).This demo server exposes actual MCP tools (using the official SDK). Calling them here demonstrates the exact interface the Vercel skill gives to Grok — structured discovery of projects, deployments, and environment variables, with strong guardrails.
vercel.deployments.redeploy and env management) lives in the local vercel-mcp driver with your own VERCEL_TOKEN and allow-lists.