MCP Webscan Server

extract_links

Extract all links from a web page with their text

Input Schema

NameRequiredDescriptionDefault
baseUrlNoOptional base URL to filter links
urlYesURL of the page to analyze

Input Schema (JSON Schema)

{ "properties": { "baseUrl": { "description": "Optional base URL to filter links", "type": "string" }, "url": { "description": "URL of the page to analyze", "type": "string" } }, "required": [ "url" ], "type": "object" }