MCP Server Policy
NETLIFY MCP POLICY
Enforce policies on every tool call to the Netlify MCP Server. 18 tools listed, categorised, and ready for rules.
GET STARTED
Download this policy scaffold and add your rules. Intercept enforces them on every tool call before it reaches Netlify.
# Download policy scaffold
curl -o netlify.yaml https://raw.githubusercontent.com/policylayer/intercept/main/policies/netlify.yaml
# Run with Intercept
intercept --policy netlify.yaml -- npx -y @@netlify/mcp Server documentation: https://www.npmjs.com/package/@netlify/mcp
READ TOOLS
10WRITE TOOLS
9POLICY YAML
This scaffold lists every tool with empty rules. Add conditions — rate limits, argument validation, deny rules — then deploy with Intercept.
version: "1"
description: "Policy for @netlify/mcp"
default: "allow"
tools:
get-user:
rules: []
get-project:
rules: []
get-projects:
rules: []
get-deploy:
rules: []
get-deploy-for-site:
rules: []
get-forms-for-project:
rules: []
get-team:
rules: []
get-teams:
rules: []
get-extensions:
rules: []
get-full-extension-details:
rules: []
deploy-site:
rules: []
create-new-project:
rules: []
update-project-name:
rules: []
update-visitor-access-controls:
rules: []
update-forms:
rules: []
manage-form-submissions:
rules: []
manage-env-vars:
rules: []
change-extension-installation:
rules: []
initialize-database:
rules: [] RELATED POLICIES
FREQUENTLY ASKED QUESTIONS
What tools does the Netlify MCP server expose?
The Netlify MCP Server exposes 18 tools across 2 categories: Read, Write. Each tool can be individually controlled with Intercept policies.
How do I enforce policies on Netlify?
Download the policy scaffold, add rules (rate limits, argument validation, deny rules), then run Intercept as a proxy in front of the Netlify MCP server. Every tool call is evaluated against your YAML policy before execution.
Is the Netlify 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 NETLIFY
Open source. One binary. Zero dependencies.