This plugin connects Dify to the Browserless MCP server (https://mcp.browserless.io/mcp).
When you invoke a tool, the following is transmitted to mcp.browserless.io over HTTPS:
- The Browserless API token you configured in plugin credentials, sent as a
Bearertoken. - The arguments you (or the LLM) pass to the tool (URLs, search queries, JavaScript code, selectors, etc.).
- Standard HTTP metadata (User-Agent, IP address).
Browserless then opens a real Chromium browser to perform the requested action and returns the result.
Browserless processes the request to deliver the requested output (rendered page content, screenshots, search results, etc.). It also records usage metrics tied to your token for billing.
Browserless does not persistently store the page content, screenshots, or other output it returns to you. Usage metrics (request counts, byte counts, time consumed) are retained for billing and analytics.
Some Browserless tools may invoke third-party services on your behalf (e.g. residential proxy vendors for browserless_smartscraper, 2Captcha for captcha-solving features). See the Browserless privacy policy for details.