Discover, extract, and interact with the web - one interface powering automated access across the public internet.
Most payments and commerce work still happens through a UI a human drives. Bright Data MCP server moves it into the conversation instead. Discover, extract, and interact with the web - one interface powering automated access across the public internet.
Seamlessly connect LLMs to the live web without getting blocked
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
The server publishes 2 tools. What each one is for:
Category — ToolsE-commerce — Product scrapersConfiguration is passed through the environment: API_TOKEN, GROUPS, TOOLS, PRO_MODE, RATE_LIMIT, WEB_UNLOCKER_ZONE, BROWSER_ZONE, POLLING_TIMEOUT. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Among the payments and commerce options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Bright Data's toolset — Category, E-commerce — is a fair guide to whether it matches your workflow.
This entry was verified against Bright Data's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Category | Tools |
| E-commerce | Product scrapers |
{
"mcpServers": {
"Bright Data": {
"command": "npx",
"args": ["@brightdata/mcp"],
"env": {
"API_TOKEN": "<your-api-token-here>"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| API_TOKEN | Credential the server authenticates with. | Yes |
| GROUPS | Configuration value read at startup. | Optional |
| TOOLS | Configuration value read at startup. | Optional |
| PRO_MODE | Configuration value read at startup. | Optional |
| RATE_LIMIT | Configuration value read at startup. | Optional |
| WEB_UNLOCKER_ZONE | Configuration value read at startup. | Optional |
| BROWSER_ZONE | Configuration value read at startup. | Optional |
| POLLING_TIMEOUT | Configuration value read at startup. | Optional |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Turn software procurement research into a conversation — search, compare, and evaluate Marketplace listings.
Airwallex docs, API references and a live sandbox, wired straight into your coding agent.