Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PRO_MODE | No | Set to 'true' to enable 60+ Pro tools including browser automation and structured data extractors | false |
| API_TOKEN | Yes | Your Bright Data API token for authentication | |
| RATE_LIMIT | No | Custom rate limit configuration, e.g., '100/1h' | |
| BROWSER_ZONE | No | Custom Scraping Browser zone name | |
| WEB_UNLOCKER_ZONE | No | Custom Web Unlocker zone name |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| logging | {} |
| completions | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_engine | Scrape search results from Google, Bing or Yandex. Returns SERP results in markdown (URL, title, description) |
| scrape_as_markdown | Scrape a single webpage URL with advanced options for content extraction and get back the results in MarkDown language. This tool can unlock any webpage even if it uses bot detection or CAPTCHA. |
| search_engine_batch | Run multiple search queries simultaneously. Returns JSON for Google, Markdown for Bing/Yandex. |
| scrape_batch | Scrape multiple webpages URLs with advanced options for content extraction and get back the results in MarkDown language. This tool can unlock any webpage even if it uses bot detection or CAPTCHA. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |