Extract content from web pages using CSS selectors.
A Model Context Protocol (MCP) server that exposes web scraping capabilities for extracting structured data from HTML pages.
The Web Scraper MCP Server provides stateless, multi-user access to web scraping operations:
Perfect for:
Returns array of matched elements' text content.
Without CSS Selector (Full Page):
{
"url": "string",
"title": "string or null",
"description": "string or null",
"html": "string"
}Returns page metadata and full HTML content.
/mcp/{server-name}/{tool-name}/mcp/cl-web-scraper/...