Tools by Product
The Scrapeless MCP Server exposes tools from across the Scrapeless platform through a single connection. Tools are grouped below by the product they map to. Availability may vary as the server evolves — check the repository for the authoritative, up-to-date list.
Browser
Full cloud-browser automation — navigate, interact, and extract from live pages.
| Tool | Description |
|---|---|
browser_create | Create or reuse a cloud browser session using Scrapeless. |
browser_close | Close the current session by disconnecting the cloud browser. |
browser_goto | Navigate the browser to a specified URL. |
browser_go_back | Go back one step in browser history. |
browser_go_forward | Go forward one step in browser history. |
browser_click | Click a specific element on the page. |
browser_type | Type text into a specified input field. |
browser_press_key | Simulate a key press. |
browser_wait_for | Wait for a specific page element to appear. |
browser_wait | Pause execution for a fixed duration. |
browser_screenshot | Capture a screenshot of the current page. |
browser_get_html | Get the full HTML of the current page. |
browser_get_text | Get all visible text from the current page. |
browser_scroll | Scroll to the bottom of the page. |
browser_scroll_to | Scroll a specific element into view. |
See the Agent Browser docs for the underlying product.
Crawl
Traverse whole sites with configurable depth and scoped URL targeting, then return structured content.
| Tool | Description |
|---|---|
crawl | Crawl a site starting from a URL, with configurable depth and scope, returning content for each page. |
scrape | Scrape a single URL and return its content (see Web Unlocker below for the underlying formats). |
See the Crawl docs for the underlying product.
AI Scraper
Extract structured answers and content from AI and search surfaces via conversational queries. These map to the AI Scraper product; invoke them by asking your client for the target source (e.g. Google AI Overview) and Scrapeless routes the request.
Web Unlocker
Fetch any page — including JS-rendered and Cloudflare-protected sites — as HTML, Markdown, or a screenshot.
| Tool | Description |
|---|---|
scrape_html | Scrape a URL and return its full HTML content. |
scrape_markdown | Scrape a URL and return its content as Markdown. |
scrape_screenshot | Capture a high-quality screenshot of any webpage. |
See the Web Unlocker docs for the underlying product.
Scraping API
Query Google and other structured sources through the Scraping API.
| Tool | Description |
|---|---|
scrape_google | Retrieve Google SERP data — supports localized domains, pagination, gl/hl parameters, and advanced operators (site:, inurl:, intitle:). |
google_trends | Retrieve Google Trends data: interest over time, interest by region, related queries, and related topics. |
Additional Google surfaces (Scholar, Flights, Hotels, Jobs, Maps) are available through the Google Search sub-product.
Proxies
Route requests through Scrapeless Proxies with residential, ISP, and unlimited IP pools across 195+ countries. Proxy behavior is configured per session rather than exposed as standalone tools — see Configuration.