MCP Webscan Server

fetch-page

Extract web page content and convert it to Markdown format for analysis or storage. Specify a URL and optional selector to fetch precise data efficiently with MCP Webscan Server.

Instructions

Fetch a web page and convert it to Markdown

Input Schema

NameRequiredDescriptionDefault
selectorNo
urlYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "selector": { "type": "string" }, "url": { "format": "uri", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Webscan Server

Related Tools

ID: u0tna3hemh