{
  "info": {
    "name": "Bright Data — mcp.ai",
    "description": "REST API for the Bright Data MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/brightdata",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "brightdata_crawl_api",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/crawl/api",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "crawl",
            "api"
          ]
        },
        "description": "Tool to trigger an asynchronous site crawl job to extract content across multiple pages or entire domains. Returns a snapshot_id required by BRIGHTDATA_GET_SNAPSHOT_STATUS (poll until complete) and BR",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"items\": \"\",\n  \"dataset_id\": \"\",\n  \"include_errors\": false,\n  \"custom_output_fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brightdata_dataset_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/dataset/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "dataset",
            "list"
          ]
        },
        "description": "Tool to list all available pre-made scrapers (datasets) from Bright Data's marketplace. Use when you need to browse available data sources for structured scraping.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brightdata_filter_dataset",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/filter/dataset",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "filter",
            "dataset"
          ]
        },
        "description": "Tool to apply custom filter criteria to a marketplace dataset (BETA). Use after selecting a dataset to generate a filtered snapshot.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"files\": \"\",\n  \"filter\": {},\n  \"dataset_id\": \"\",\n  \"records_limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brightdata_get_list_of_available_cities",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/list/of/available/cities",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "list",
            "of",
            "available",
            "cities"
          ]
        },
        "description": "Tool to get available static network cities for a given country. Use when you need to configure static proxy endpoints after selecting a country.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"country\": \"\",\n  \"pool_ip_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brightdata_get_list_of_available_countries",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/list/of/available/countries",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "list",
            "of",
            "available",
            "countries"
          ]
        },
        "description": "Tool to list available countries and their ISO 3166-1 alpha-2 codes. Use when you need to configure zones with valid country codes before provisioning proxies.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brightdata_get_snapshot_results",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/snapshot/results",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "snapshot",
            "results"
          ]
        },
        "description": "Tool to retrieve the scraped data from a completed crawl job by snapshot ID. Only call after confirming the job is complete via BRIGHTDATA_GET_SNAPSHOT_STATUS — querying before completion yields empty",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"part\": 0,\n  \"format\": \"\",\n  \"compress\": false,\n  \"batch_size\": 0,\n  \"snapshot_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brightdata_get_snapshot_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/snapshot/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "snapshot",
            "status"
          ]
        },
        "description": "Tool to check the processing status of a crawl job using snapshot ID. Call before attempting to download results to ensure data collection is complete.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"snapshot_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brightdata_list_web_unlocker_zones",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/web/unlocker/zones",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "web",
            "unlocker",
            "zones"
          ]
        },
        "description": "Tool to list your configured Web Unlocker zones and proxy endpoints. Use to view available zones for web scraping and bot protection bypass.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brightdata_serp_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/serp/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "serp",
            "search"
          ]
        },
        "description": "Tool to perform SERP (Search Engine Results Page) searches across different search engines using Bright Data's SERP Scrape API. Use when you need to retrieve search results, trending topics, or compet",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"zone\": \"\",\n  \"format\": \"\",\n  \"method\": \"\",\n  \"country\": \"\",\n  \"q_keywords\": \"\",\n  \"data_format\": \"\",\n  \"search_engine\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "brightdata_web_unlocker",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/web/unlocker",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "web",
            "unlocker"
          ]
        },
        "description": "Tool to bypass bot detection, captcha, and other anti-scraping measures to extract content from websites. Use when you need to scrape websites that block automated access or require JavaScript renderi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"zone\": \"\",\n  \"format\": \"\",\n  \"country\": \"\",\n  \"data_format\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}