@pipeworx/hyperbrowser
Connect: https://gateway.pipeworx.io/hyperbrowser/mcp · Install: one-click buttons
Tools: 3
Tools
- hyperbrowser_scrape — Scrape a single web page from a cloud browser and return clean content (markdown, html, links, and page metadata). Handles JS-rendered pages. Example: hyperbrowser_scrape({ url: “https://example.com”,
- hyperbrowser_extract — Extract structured JSON data from one or more web pages using an LLM. Provide a JSON schema and/or a natural-language prompt describing what to pull. Example: hyperbrowser_extract({ urls: [“https://ex
- hyperbrowser_crawl — Crawl a website starting from a URL, following links and scraping each page to markdown. Use maxPages to bound the crawl. Example: hyperbrowser_crawl({ url: “https://example.com”, maxPages: 10, _apiKe
Tools
-
hyperbrowser_crawl— Crawl a website starting from a URL, following links and scraping each page to markdown. Use maxPages to bound the crawl. Example: hyperbrowser_crawl({ url: https://example.com , maxPages: 10, _apiKey -
hyperbrowser_extract— Extract structured JSON data from one or more web pages using an LLM. Provide a JSON schema and/or a natural-language prompt describing what to pull. Example: hyperbrowser_extract({ urls: [ https://ex -
hyperbrowser_scrape— Scrape a single web page from a cloud browser and return clean content (markdown, html, links, and page metadata). Handles JS-rendered pages. Example: hyperbrowser_scrape({ url: https://example.com ,