Serversio.github.brightdata/brightdata-mcp
M

io.github.brightdata/brightdata-mcp

io.github.brightdata/brightdata-mcp · v2.9.5
▦ npm
v2.9.5npm npm: @brightdata/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.brightdata/brightdata-mcp",
  "description": "Bright Data's Web MCP server enabling AI agents to search, extract & navigate the web",
  "repository": {
    "url": "https://github.com/brightdata/brightdata-mcp",
    "source": "github"
  },
  "version": "2.9.5",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@brightdata/mcp",
      "version": "2.9.5",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your API key for Bright Data",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "API_TOKEN"
        },
        {
          "description": "Your unlocker zone name",
          "format": "string",
          "name": "WEB_UNLOCKER_ZONE"
        },
        {
          "description": "Your browser zone name",
          "format": "string",
          "name": "BROWSER_ZONE"
        },
        {
          "description": "To enable PRO_MODE - set to true",
          "format": "boolean",
          "name": "PRO_MODE"
        },
        {
          "description": "Comma-separated tool group IDs (e.g., 'ecommerce,browser')",
          "format": "string",
          "name": "GROUPS"
        },
        {
          "description": "Comma-separated tool names to enable",
          "format": "string",
          "name": "TOOLS"
        },
        {
          "description": "Polling timeout in seconds for web_data_* tools (default: 600)",
          "format": "number",
          "name": "POLLING_TIMEOUT"
        },
        {
          "description": "Request timeout in seconds for base tools (search & scrape). No limit if unset",
          "format": "number",
          "name": "BASE_TIMEOUT"
        },
        {
          "description": "Max retries for base tools on transient errors (0-3, default: 0)",
          "format": "number",
          "name": "BASE_MAX_RETRIES"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}