Skip to main content
Glama
AndrewEstopinan

Bright Data MCP Server

Cloud browser automation (Browser API)

browser_scrape

Scrape JavaScript-heavy websites using a real cloud browser that handles CAPTCHAs, ad blocking, and multi-step interactions. Returns rendered HTML, text, or screenshots.

Instructions

Drive a real, remote cloud browser (Puppeteer over CDP) for JavaScript-heavy sites and multi-step flows. Supports automatic CAPTCHA solving, ad blocking, device emulation, sticky sessions, clicks/typing/scrolling, and returns rendered HTML, inner text, and/or a full-page screenshot. No local browser is required - everything runs on Bright Data's infrastructure. Requires BRIGHTDATA_BROWSER_AUTH to be set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesInitial URL to open.
deviceNoDevice to emulate, e.g. "iPhone 15 Pro".
actionsNoOrdered interactions performed after the initial navigation.
block_adsNo
screenshotNoReturn a full-page PNG screenshot.
session_idNoSticky proxy session id to reuse an IP.
wait_untilNoload
nav_timeoutNo
return_htmlNo
return_textNo
solve_captchaNoAuto-solve CAPTCHAs after navigation.
captcha_timeoutNoCaptcha.solve detect timeout (ms).
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Without annotations, the description carries the burden and does a good job: it discloses that the tool runs on Bright Data's remote infrastructure, requires auth, supports automatic CAPTCHA solving and sticky sessions, and can return HTML, text, and/or screenshots. It does not mention rate limits, costs, or side effects on live sites, but these are less critical given the explicit interaction features.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two dense but well-structured sentences cover the tool's purpose, capabilities, infrastructure, and authentication requirement. There is no fluff, and every clause adds useful information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a complex tool with no annotations and no output schema, the description covers the essential behavioral surface: target use case, interaction types, output formats, infrastructure, and auth. It omits details on error handling and rate limits, but the schema fills in defaults for many parameters.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 58%, and the description compensates by mapping capabilities to parameters: 'automatic CAPTCHA solving' (solve_captcha/captcha_timeout), 'ad blocking' (block_ads), 'device emulation' (device), 'sticky sessions' (session_id), 'clicks/typing/scrolling' (actions), and output types (return_html/return_text/screenshot). It does not explain wait_until/nav_timeout, but the schema provides enums and defaults for those.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses the specific verb 'Drive' and identifies the precise resource: a 'real, remote cloud browser (Puppeteer over CDP).' It explicitly scopes the tool to JavaScript-heavy sites and multi-step flows, and enumerates unique capabilities (CAPTCHA solving, ad blocking, sticky sessions) that distinguish it from sibling scraping tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It clearly identifies target use cases: JavaScript-heavy sites and multi-step flows. It also notes the prerequisite that BRIGHTDATA_BROWSER_AUTH must be set, effectively telling the agent when it can be used. However, it does not explicitly name alternatives or state when not to use it, so it stops short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AndrewEstopinan/browser-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server