MCP Server Modes

Bright Data’s MCP server offers two modes to suit different needs:
  • Rapid (Free) - Quickly scrape search results and unlock any public webpage as clean Markdown.
  • Pro - Access advanced scraping, structured data from top platforms (Amazon, LinkedIn, X, Instagram, etc.), and full browser automation. Built for dynamic and large-scale use cases.
Rapid (Free) mode is enabled by default and is recommended for everyday browsing and data needs.

Remote Configuration

When using a remote MCP server, you can configure advanced options by passing query parameters to your endpoint:
unlocker
string
default:"mcp_unlocker"
Use a custom zone name for web scraping.
For example: &unlocker=my_zone_name
browser
string
default:"mcp_browser"
Use a custom zone name for browser automation.
For example: &browser=my_browser_zone
pro
number
default:"0"
Enable advanced (Pro) processing.
For example: &pro=1
Use &pro=1 to enable Pro mode.

Usage Example:

https://mcp.brightdata.com/sse?token=YOUR_API_TOKEN&unlocker=my_zone_name&browser=my_browser_zone&pro=1