MCP Webscan Server

find-patterns

Identify and extract all links from a specific URL that match a defined pattern using the MCP Webscan Server's web content analysis capabilities.

Instructions

Find all links that match a given pattern

Input Schema

NameRequiredDescriptionDefault
patternYes
urlYes

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from MCP Webscan Server

Related Tools

ID: u0tna3hemh