MCP Server Policy

PUPPETEER MCP POLICY

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

modelcontextprotocol/server-puppeteer 0 read 7 write 7 tools total
puppeteer browser automation web-scraping

GET STARTED

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

terminal

# Download policy scaffold

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

# Run with Intercept

intercept --policy puppeteer.yaml -- npx -y @modelcontextprotocol/server-puppeteer

Server documentation: https://github.com/modelcontextprotocol/servers/tree/main/src/puppeteer

EXECUTE TOOLS

1

OTHER TOOLS

6

POLICY YAML

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

puppeteer.yaml
version: "1"
description: "Policy for modelcontextprotocol/server-puppeteer"
default: "allow"
tools:
    puppeteer_evaluate:
        rules: []
    puppeteer_click:
        rules: []
    puppeteer_fill:
        rules: []
    puppeteer_hover:
        rules: []
    puppeteer_navigate:
        rules: []
    puppeteer_screenshot:
        rules: []
    puppeteer_select:
        rules: []

RELATED POLICIES

FREQUENTLY ASKED QUESTIONS

What tools does the Puppeteer MCP server expose?

The Puppeteer MCP Server exposes 7 tools across 2 categories: Execute, Other. Each tool can be individually controlled with Intercept policies.

How do I enforce policies on Puppeteer?

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

Is the Puppeteer 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 PUPPETEER

Open source. One binary. Zero dependencies.