MCP Server Policy

VERCEL MCP POLICY

Enforce policies on every tool call to the Vercel MCP Server. 25 tools listed, categorised, and ready for rules.

vercel-mcp 14 read 11 write 25 tools total
vercel deployment hosting serverless

GET STARTED

Download this policy scaffold and add your rules. Intercept enforces them on every tool call before it reaches Vercel.

terminal

# Download policy scaffold

curl -o vercel.yaml https://raw.githubusercontent.com/policylayer/intercept/main/policies/vercel.yaml

# Run with Intercept

intercept --policy vercel.yaml -- npx -y @vercel-mcp

Server documentation: https://www.npmjs.com/package/vercel-mcp

READ TOOLS

14

WRITE TOOLS

9

DESTRUCTIVE TOOLS

4

POLICY YAML

This scaffold lists every tool with empty rules. Add conditions — rate limits, argument validation, deny rules — then deploy with Intercept.

vercel.yaml
version: "1"
description: "Policy for vercel-mcp"
default: "allow"
tools:
    getVercelDeployment:
        rules: []
    getVercelDeploymentEvents:
        rules: []
    getVercelDeployments:
        rules: []
    listVercelDeploymentFiles:
        rules: []
    getVercelDeploymentFileContents:
        rules: []
    getVercelDNSRecords:
        rules: []
    getVercelDomainConfig:
        rules: []
    getVercelDomain:
        rules: []
    getVercelDomains:
        rules: []
    getVercelProjects:
        rules: []
    getVercelProjectDomains:
        rules: []
    getVercelProjectDomain:
        rules: []
    filterVercelProjectEnvs:
        rules: []
    getVercelProjectEnv:
        rules: []
    cancelVercelDeployment:
        rules: []
    createVercelDNSRecord:
        rules: []
    updateVercelDNSRecord:
        rules: []
    updateVercelProject:
        rules: []
    updateVercelProjectDomain:
        rules: []
    addVercelProjectDomain:
        rules: []
    verifyVercelProjectDomain:
        rules: []
    createVercelProjectEnv:
        rules: []
    editVercelProjectEnv:
        rules: []
    deleteVercelDeployment:
        rules: []
    deleteVercelDNSRecord:
        rules: []
    removeVercelProjectDomain:
        rules: []
    removeVercelProjectEnv:
        rules: []

RELATED POLICIES

FREQUENTLY ASKED QUESTIONS

What tools does the Vercel MCP server expose?

The Vercel MCP Server exposes 25 tools across 3 categories: Read, Write, Destructive. Each tool can be individually controlled with Intercept policies.

How do I enforce policies on Vercel?

Download the policy scaffold, add rules (rate limits, argument validation, deny rules), then run Intercept as a proxy in front of the Vercel MCP server. Every tool call is evaluated against your YAML policy before execution.

Is the Vercel policy free to use?

Yes. All Intercept policies are open source under the Apache 2.0 licence. Download, modify, and deploy without restrictions.

ENFORCE POLICIES ON VERCEL

Open source. One binary. Zero dependencies.