> ## Documentation Index
> Fetch the complete documentation index at: https://docs.caylex.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Bright Data

> Real-time web data access for AI models

The Bright Data MCP Server gives Caylex AI agents seamless, unblockable access to real-time web data from across the public internet, including search engines, e-commerce platforms, social media networks, and dynamically rendered pages protected by bot detection or CAPTCHAs. Powered by Bright Data's proxy and unlocking infrastructure, it enables agents to scrape pages as Markdown or HTML, run structured data extractions, conduct batch scraping jobs, and interact with top platforms such as Amazon, LinkedIn, X, and Instagram. The server operates in two modes: Rapid (Free), which covers search and general webpage scraping, and Pro, which unlocks advanced scraping, structured platform data feeds, and full browser automation for large-scale or dynamic use cases. Tool groups — including E-commerce, Social Media, Browser Automation, Business Intelligence, Finance, Research, App Stores, Travel, and Advanced Scraping — let agents load only the tools relevant to a given workflow, reducing token consumption. Caylex users can configure which modes and tool groups are active directly via query parameters on the server URL when adding it to their project.

<Warning>
  **Prerequisites:**

  * A Bright Data account is required; a free tier is available with 5,000 requests/month.
  * Pro mode features (structured platform data, browser automation) require a paid Bright Data plan and must be enabled via the `pro=1` query parameter.
  * Team account users should be aware that free-tier credits are shared across the entire account; additional credits require contacting a Bright Data account manager.
</Warning>

<Note>
  **Important API details:**

  * The free tier includes 5,000 requests per month; for team accounts, this quota is shared across all users in the account.
  * Batch tools (search\_engine\_batch, scrape\_batch) support up to 10 URLs or queries per request, enabling parallel processing.
  * Selecting specific tool groups (e.g., groups=ecommerce,social) or individual tools reduces context/token size and is strongly recommended to maximize usage efficiency.
  * Pro mode must be explicitly enabled via the `pro=1` query parameter; without it, only Rapid (Free) tools are available.
</Note>

## Server Details

| Property        | Value                                                      |
| --------------- | ---------------------------------------------------------- |
| **Transport**   | Streamable HTTP                                            |
| **Server Type** | External                                                   |
| **Endpoint**    | `https://mcp.brightdata.com/mcp?token=YOUR_API_TOKEN_HERE` |
| **Categories**  | Web Scraping, Web Scraping & Browser Automation            |

## Authentication

This server supports the following authentication method:

### Query Parameter Authentication

This server requires query parameters to be appended to the server URL. These are typically API keys or tokens.

## Server Configuration

The following parameters can be set in the server URL when adding this server to your Caylex project:

| Parameter | Type  | Description                                                                                                                                                                                                                                                                      | Example                         |
| --------- | ----- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------- |
| `token`   | query | Your Bright Data API token for the hosted MCP URL. Use a real token from your Bright Data account—do not wrap it in angle brackets in the URL.                                                                                                                                   | `token=YOUR_API_TOKEN_HERE`     |
| `pro`     | query | Enables Pro mode, unlocking advanced scraping, structured data from top platforms (Amazon, LinkedIn, X, Instagram, etc.), and full browser automation tools.                                                                                                                     | `pro=1`                         |
| `groups`  | query | Activates one or more pre-configured tool groups, limiting the exposed toolset to the specified domains. Reduces token usage by only loading relevant tools. Available groups: ecommerce, social, browser, business, finance, research, app\_stores, travel, advanced\_scraping. | `groups=ecommerce,social`       |
| `tools`   | query | Activates specific individual tools by name, further narrowing the toolset exposed to agents beyond what groups provide.                                                                                                                                                         | `tools=web_data_amazon_product` |

## Getting Started

<Steps>
  <Step title="Add the server">
    Navigate to the **Server Library** and click on the **New Server** button. Find **Bright Data** in the Caylex Catalog.
  </Step>

  <Step title="Server Onboarding flow">
    Go through the server onboarding flow.
  </Step>

  <Step title="Use in a project">
    Add the server to a [project](https://app.caylex.dev/projects) by configuring project connections. Its tools are now available to any agents connected to that project.
  </Step>
</Steps>

## Related Servers

<CardGroup cols={2}>
  <Card title="Firecrawl" href="/server-catalog/firecrawl" icon="https://d338mlbnszozgc.cloudfront.net/logos/firecrawl.svg" />

  <Card title="Apify" href="/server-catalog/apify" icon="https://d338mlbnszozgc.cloudfront.net/logos/apify.svg" />

  <Card title="Simplescraper" href="/server-catalog/simplescraper" icon="https://d338mlbnszozgc.cloudfront.net/logos/simplescraper.png" />
</CardGroup>

## References

<CardGroup cols={1}>
  <Card title="https://docs.brightdata.com/mcp-server/overview" href="https://docs.brightdata.com/mcp-server/overview" icon="arrow-up-right-from-square" />

  <Card title="https://docs.brightdata.com/mcp-server/tools" href="https://docs.brightdata.com/mcp-server/tools" icon="arrow-up-right-from-square" />

  <Card title="https://github.com/brightdata/brightdata-mcp" href="https://github.com/brightdata/brightdata-mcp" icon="arrow-up-right-from-square" />
</CardGroup>
