Enables web content scanning and analysis by fetching, analyzing, and extracting information from web pages using tools like page fetching, link extraction, site crawling, and more.
Fetches a web page and converts it to Markdown. Parameters: url (required): URL of the page to fetch, selector (optional): CSS selector to target specific content.
Extracts all links from a web page with their text. Parameters: url (required): URL of the page to analyze, baseUrl (optional): Base URL to filter links.
Recursively crawls a website up to a specified depth. Parameters: url (required): Starting URL to crawl, maxDepth (optional, default: 2): Maximum crawl depth.
Checks for broken links on a page. Parameters: url (required): URL to check links for.
Finds URLs matching a specific pattern. Parameters: url (required): URL to search in, pattern (required): Regex pattern to match URLs against.
Generates a simple XML sitemap. Parameters: url (required): Root URL for sitemap, maxUrls (optional, default: 100): Maximum number of URLs to include.
No reviews yet. Be the first to review!
Sign in to join the conversation
After downloading, you can run the MCP server in any client or IDE:
node path/to/downloaded/file.mjs