What problem does it solve? Agents often need live access to Vercel account state—projects, deployments, logs, domains, and environment variables—but lack a structured way to authenticate and query these resources without manual token handling. ## Core Features & Use Cases - Connected Vercel App via MCP: OAuth-authenticated access to documentation search, projects, deployments, logs, domains, environment variables, and teams through the Vercel MCP server. - Direct REST API Access: Use @vercel/sdk, curl, or the vercel api CLI command for write operations and endpoints not covered by the MCP server, including drains and Edge Config. - Use Case: Diagnose a failed production deployment by listing recent deployments, inspecting the failure, querying build logs, and verifying environment variables across environments. ## Quick Start Ask the agent to list your recent Vercel deployments and inspect the logs of the most recent failed one.