Connections & Capabilities
Connects To
Capabilities
Quickstart
Install
npx @brightdata/mcpConfig
{
"mcpServers": {
"Bright Data": {
"command": "npx",
"args": ["@brightdata/mcp"],
"env": {
"API_TOKEN": "<your-api-token-here>"
}
}
}
}Exposed MCP Tools (8)
search_enginePerforms a web search and returns AI-optimized results.
Read-only operation; no data modification or system access.
scrape_as_markdownScrapes a webpage and converts it to clean markdown format.
Read-only operation; no data modification or system access.
scraping_browser_snapshotCaptures a snapshot of a webpage using a real browser.
Can potentially trigger website security measures or expose sensitive information if not used carefully.
scraping_browser_click_refSimulates a click on a webpage element and returns the resulting page.
Can potentially trigger website security measures or unintended actions if not used carefully.
scraping_browser_screenshotTakes a screenshot of a webpage using a real browser.
Can potentially capture sensitive information displayed on the page.
web_data_amazon_productExtracts product data from Amazon.
Read-only data extraction.
web_data_linkedin_postsScrapes posts from LinkedIn.
Read-only data extraction.
extractExtracts structured data from a webpage using AI.
Read-only data extraction.
Safety Assessment
The Bright Data Web MCP is relatively safe in its default, free tier configuration. Enabling Pro mode or using custom tool configurations increases the risk, requiring careful consideration of the selected tools and their potential impact. Securely managing the API token is crucial.
- Free tier limits access to basic, read-only tools.
- Pro mode requires explicit enablement, preventing accidental access to advanced features.
- Custom mode allows granular control over tool selection.
- Rate limiting can be configured to prevent abuse.
- API token is required, and its compromise could lead to unauthorized access.
- Pro mode grants access to browser automation tools, which can be used maliciously if not properly controlled.
- Custom mode allows enabling potentially dangerous tools if misconfigured.
- Lack of detailed sandboxing for browser automation tools.
