bsmi021_mcp-server-webscan
If you are the rightful owner of bsmi021_mcp-server-webscan and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for web content scanning and analysis. This server provides tools for fetching, analyzing, and extracting information from web pages.
The MCP Webscan Server is designed to facilitate the scanning and analysis of web content. It offers a suite of tools that allow users to fetch web pages, extract and analyze links, crawl entire websites, check for broken links, and generate sitemaps. The server is built to run on stdio transport, making it compatible with various MCP clients, such as Claude Desktop. With a focus on ease of use and comprehensive error handling, the MCP Webscan Server is a robust solution for web content analysis.
Features
- Page Fetching: Convert web pages to Markdown for easy analysis.
- Link Extraction: Extract and analyze links from web pages.
- Site Crawling: Recursively crawl websites to discover content.
- Link Checking: Identify broken links on web pages.
- Pattern Matching: Find URLs matching specific patterns.
Tools
fetch_page
Fetches a web page and converts it to Markdown.
extract_links
Extracts all links from a web page with their text.
crawl_site
Recursively crawls a website up to a specified depth.
check_links
Checks for broken links on a page.
find_patterns
Finds URLs matching a specific pattern.
generate_sitemap
Generates a simple XML sitemap.