browserless_screenshot

Pack: browserless · Endpoint: https://gateway.pipeworx.io/browserless/mcp

Capture a screenshot of a rendered page. Returns the image byte-length and metadata only (the binary PNG is NOT inlined). Example: browserless_screenshot({ url: “https://example.com”, fullPage: true, _apiKey: “your-token” })

Parameters

NameTypeRequiredDescription
urlstringyesThe page URL to screenshot
fullPagebooleannoCapture the entire scrollable page instead of just the viewport (default false)
typestringnoImage format: “png” (default), “jpeg”, or “webp”
_apiKeystringyesBrowserless API token (sign up at https://www.browserless.io/signup)
_hoststringnoOptional region host override

Example call

curl -X POST https://gateway.pipeworx.io/browserless/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"browserless_screenshot","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "browserless": {
      "url": "https://gateway.pipeworx.io/browserless/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 15, 2026