You're viewing a demo portfolio

Join the waitlist
PRSM

crawlbase_screenshot

Active

Tool of Crawlbase

declared in 0.1.0

Capture a screenshot of a rendered web page via Crawlbase (headless browser + rotating proxies, anti-bot bypass). Returns a stored screenshot_url (JPEG, link expires after about one hour) plus crawl metadata. Requires your Crawlbase JavaScript token as _apiKey — screenshots always render in a real browser. Captures the full page by default; pass mode:"viewport" with width/height to constrain. Example: crawlbase_screenshot({ url: "https://example.com", _apiKey: "your-js-token" })

Parameters schema

{
  "type": "object",
  "required": [
    "url",
    "_apiKey"
  ],
  "properties": {
    "url": {
      "type": "string",
      "description": "The absolute URL of the page to screenshot, e.g. \"https://example.com\""
    },
    "mode": {
      "type": "string",
      "description": "Capture mode: full rendered page by default; \"viewport\" captures only the visible area (pair with width/height)."
    },
    "width": {
      "type": "number",
      "description": "Viewport width in pixels (only applies with mode:\"viewport\")."
    },
    "height": {
      "type": "number",
      "description": "Viewport height in pixels (only applies with mode:\"viewport\")."
    },
    "scroll": {
      "type": "boolean",
      "description": "Scroll the page before capture to trigger lazy-loaded content."
    },
    "_apiKey": {
      "type": "string",
      "description": "Your Crawlbase JavaScript token (screenshots require browser rendering). Free tier at https://crawlbase.com"
    },
    "country": {
      "type": "string",
      "description": "Two-letter ISO country code to route through, e.g. \"US\", \"GB\"."
    },
    "page_wait": {
      "type": "number",
      "description": "Milliseconds to wait after page load before capturing — gives animations/JS time to settle."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Crawlbase

https://github.com/pipeworx-io/mcp-crawlbase

2/7 registries
View full server →