Features
- Type-Safe - Full TypeScript support with auto-generated types from OpenAPI spec
- Zod Schemas - Runtime validation with Zod schemas for all API types
- MCP Support - Model Context Protocol integration for AI assistants
- Auto-Updated - Daily regeneration from upstream OpenAPI specs
Installation
Usage
Basic Usage
With Fetchers API
Type Exports
Zod Schemas
MCP Integration
The package includes MCP (Model Context Protocol) support for AI assistants.Remote MCP Server
Add to your MCP client configuration:Local MCP Server
API Reference
The client exposes all Vercel API endpoints including:- Projects - Create, list, update, and delete projects
- Deployments - Manage deployments and rollbacks
- Domains - Configure custom domains
- Environment Variables - Manage env vars across environments
- Teams - Team and member management
- Edge Config - Edge configuration management
- And more…