MCP Server Policy
BRIGHT DATA MCP POLICY
Enforce policies on every tool call to the Bright Data MCP Server. 24 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 Bright Data.
# Download policy scaffold
curl -o brightdata.yaml https://raw.githubusercontent.com/policylayer/intercept/main/policies/brightdata.yaml
# Run with Intercept
intercept --policy brightdata.yaml -- npx -y @@brightdata/mcp Server documentation: https://github.com/luminati-io/brightdata-mcp
READ TOOLS
2OTHER TOOLS
22POLICY 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 @brightdata/mcp"
default: "allow"
tools:
search_engine:
rules: []
search_engine_batch:
rules: []
scrape_as_markdown:
rules: []
scrape_as_html:
rules: []
scrape_batch:
rules: []
extract:
rules: []
scraping_browser_snapshot:
rules: []
scraping_browser_click_ref:
rules: []
scraping_browser_screenshot:
rules: []
web_data_amazon_product:
rules: []
web_data_walmart_product:
rules: []
web_data_google_shopping:
rules: []
web_data_linkedin_posts:
rules: []
web_data_tiktok_posts:
rules: []
web_data_youtube_videos:
rules: []
web_data_yahoo_finance_business:
rules: []
web_data_crunchbase_company:
rules: []
web_data_zoominfo_company_profile:
rules: []
web_data_zillow_properties_listing:
rules: []
web_data_github_repository_file:
rules: []
web_data_reuter_news:
rules: []
web_data_google_play_store:
rules: []
web_data_apple_app_store:
rules: []
web_data_booking_hotel_listings:
rules: [] RELATED POLICIES
FREQUENTLY ASKED QUESTIONS
What tools does the Bright Data MCP server expose?
The Bright Data MCP Server exposes 24 tools across 2 categories: Read, Other. Each tool can be individually controlled with Intercept policies.
How do I enforce policies on Bright Data?
Download the policy scaffold, add rules (rate limits, argument validation, deny rules), then run Intercept as a proxy in front of the Bright Data MCP server. Every tool call is evaluated against your YAML policy before execution.
Is the Bright Data 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 BRIGHT DATA
Open source. One binary. Zero dependencies.