ZEIT MCP connector
ZEIT (now Vercel) is a cloud platform for deploying and managing serverless web applications and static sites. The ZEIT MCP connector allows AI agents to register and manage custom domains, create and remove webhooks for deployment events, and retrieve domain configurations for authenticated users. It also supports listing all active webhooks and monitoring domain registrations across deployments.
Authentication type
- OAuth 2.0 Authorization Code - Requires a one-time user login to authorize the agent to access the service on their behalf.
Uses
Use the ZEIT MCP connector to perform the following actions:
- Monitor deployment events by creating webhooks that trigger automated workflows
- Retrieve all registered domains to audit custom domain configurations across deployments
- Validate domain ownership and configuration by looking up specific domain details
- Remove inactive webhooks to reduce unnecessary event notifications and API noise
- Automate domain management tasks across multiple ZEIT deployments in your organization
- Track webhook activity and audit logs for security and compliance requirements
- Integrate deployment events with downstream systems like incident management and monitoring tools
Example prompts
Use the following example prompts to invoke ZEIT MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me all the webhooks currently active in ZEIT.Create a new webhook in ZEIT that sends deployment events to our monitoring system.List all custom domains registered under my ZEIT account.What is the configuration status of my example.com domain in ZEIT?Remove the webhook that's no longer sending events to our old server.Display all domains I manage in ZEIT and their current status.Set up a webhook in ZEIT to notify our team when deployments complete.Check if acme.io is registered as a domain in my ZEIT account.Delete the webhook with ID 12345 from ZEIT.Get details about the custom domain prod.example.com in ZEIT.
ZEIT MCP connector tools
The ZEIT MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| getWebhooks | Retrieves a list of all existing webhooks configured in the account. |
| createWebhook | Sets up a new webhook to receive notifications for specified events. |
| deleteWebhooks | Removes a webhook from the account by its identifier. |
| getDomains | Retrieves all domains registered under the authenticated user's account. |
| getDomain | Retrieves details for a specific domain owned by the authenticated user. |