MCP Server Policy
BROWSERTOOLS MCP POLICY
Enforce policies on every tool call to the BrowserTools MCP Server. 15 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 BrowserTools.
# Download policy scaffold
curl -o browsertools.yaml https://raw.githubusercontent.com/policylayer/intercept/main/policies/browsertools.yaml
# Run with Intercept
intercept --policy browsertools.yaml -- npx -y @AgentDeskAI/browser-tools-mcp Server documentation: https://browsertools.agentdesk.ai
READ TOOLS
7DESTRUCTIVE TOOLS
1EXECUTE TOOLS
7POLICY 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 AgentDeskAI/browser-tools-mcp"
default: "allow"
tools:
getConsoleLogs:
rules: []
getConsoleErrors:
rules: []
getNetworkLogs:
rules: []
getNetworkErrors:
rules: []
getNetworkSuccess:
rules: []
getSelectedElement:
rules: []
takeScreenshot:
rules: []
runAccessibilityAudit:
rules: []
runPerformanceAudit:
rules: []
runSEOAudit:
rules: []
runBestPracticesAudit:
rules: []
runNextJSAudit:
rules: []
runDebuggerMode:
rules: []
runAuditMode:
rules: []
wipeLogs:
rules: [] RELATED POLICIES
FREQUENTLY ASKED QUESTIONS
What tools does the BrowserTools MCP server expose?
The BrowserTools MCP Server exposes 15 tools across 3 categories: Read, Execute, Destructive. Each tool can be individually controlled with Intercept policies.
How do I enforce policies on BrowserTools?
Download the policy scaffold, add rules (rate limits, argument validation, deny rules), then run Intercept as a proxy in front of the BrowserTools MCP server. Every tool call is evaluated against your YAML policy before execution.
Is the BrowserTools 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 BROWSERTOOLS
Open source. One binary. Zero dependencies.