MCP Server Policy
BROWSERSTACK MCP POLICY
Enforce policies on every tool call to the BrowserStack MCP Server. 20 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 BrowserStack.
# Download policy scaffold
curl -o browserstack.yaml https://raw.githubusercontent.com/policylayer/intercept/main/policies/browserstack.yaml
# Run with Intercept
intercept --policy browserstack.yaml -- npx -y @@browserstack/mcp-server Server documentation: https://github.com/browserstack/mcp-server
READ TOOLS
6WRITE TOOLS
8EXECUTE TOOLS
6POLICY 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 @browserstack/mcp-server"
default: "allow"
tools:
listTestCases:
rules: []
listTestRuns:
rules: []
getFailureLogs:
rules: []
fetchAutomationScreenshots:
rules: []
fetchSelfHealedSelectors:
rules: []
accessibilityExpert:
rules: []
createProjectOrFolder:
rules: []
createTestCase:
rules: []
createTestRun:
rules: []
updateTestRun:
rules: []
addTestResult:
rules: []
createTestCasesFromFile:
rules: []
uploadProductRequirementFile:
rules: []
createLCASteps:
rules: []
setupBrowserStackAutomateTests:
rules: []
runAppLiveSession:
rules: []
runBrowserLiveSession:
rules: []
takeAppScreenshot:
rules: []
runAppTestsOnBrowserStack:
rules: []
startAccessibilityScan:
rules: [] RELATED POLICIES
FREQUENTLY ASKED QUESTIONS
What tools does the BrowserStack MCP server expose?
The BrowserStack MCP Server exposes 20 tools across 3 categories: Read, Write, Execute. Each tool can be individually controlled with Intercept policies.
How do I enforce policies on BrowserStack?
Download the policy scaffold, add rules (rate limits, argument validation, deny rules), then run Intercept as a proxy in front of the BrowserStack MCP server. Every tool call is evaluated against your YAML policy before execution.
Is the BrowserStack 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 BROWSERSTACK
Open source. One binary. Zero dependencies.