Webscraping Ai MCP Server
UnclaimedA Model Context Protocol (MCP) server implementation that integrates with WebScraping.AI for web data extraction capabilities.
Install
npx @modelcontextprotocol/inspector node src/index.jsUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (11)
country
Country of the proxy to use (US by default). Supported countries: us, gb, de, it, fr, ca, es, ru, jp, kr, in
custom_proxy
Your own proxy URL in "http://user:password@host:port" format
device
Type of device emulation. Supported values: desktop, mobile, tablet
error_on_404
Return error on 404 HTTP status on the target page (false by default)
error_on_redirect
Return error on redirect on the target page (false by default)
js
Execute on-page JavaScript using a headless browser (true by default)
js_script
Custom JavaScript code to execute on the target page
js_timeout
Maximum JavaScript rendering time in ms (2000 by default)
proxy
Type of proxy: datacenter, residential, or stealth (residential by default). Use stealth for the most heavily protected sites with advanced anti-bot detection — costs more than residential, see the pricing page.
timeout
Maximum web page retrieval time in ms (15000 by default, maximum is 30000)
wait_for
CSS selector to wait for before returning the page content