MCP Webscan Server
@MCP-Mirror
About MCP Webscan Server
Mirror of
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
6`url` (required): URL of the page to fetch
`url` (required): URL of the page to analyze
`url` (required): Starting URL to crawl
`url` (required): URL to check links for
`url` (required): URL to search in
`url` (required): Root URL for sitemap
Overview
What is MCP Webscan Server?
MCP Webscan Server is a Model Context Protocol (MCP) server for web content scanning and analysis. It provides tools for fetching, analyzing, and extracting information from web pages, and is designed for use with MCP clients like Claude Desktop.
How to use MCP Webscan Server?
Install by cloning the repository, running npm install and npm run build. Start the server with npm start. The server runs on stdio transport and is configured in Claude Desktop settings using the command node path/to/dist/index.js. Use the available tools (fetch_page, extract_links, crawl_site, check_links, find_patterns, generate_sitemap) in your conversations.
Key features of MCP Webscan Server
- Fetch web pages and convert them to Markdown
- Extract and analyze links from web pages
- Recursively crawl websites to discover content
- Check for broken links on web pages
- Find URLs matching specific regex patterns
- Generate XML sitemaps for websites
Use cases of MCP Webscan Server
- Fetch a web page and convert it to Markdown for easy analysis
- Extract all links from a page along with their anchor text
- Recursively crawl a website to discover all available URLs
- Identify broken links on a page to improve site maintenance
- Find URLs matching a custom pattern using regex
- Generate a simple XML sitemap for a website
FAQ from MCP Webscan Server
What are the runtime requirements?
Node.js 18 or higher and npm are required.
How is MCP Webscan Server started?
Run npm start from the project directory; the server listens on stdio transport.
How do I use MCP Webscan Server with Claude Desktop?
Add a configuration entry in your Claude Desktop settings under mcpServers with the command node and the path to the compiled dist/index.js file.
What tools does MCP Webscan Server provide?
It provides six tools: fetch_page, extract_links, crawl_site, check_links, find_patterns, and generate_sitemap. Each has specific parameters documented in the README.
How are errors handled?
The server implements comprehensive error handling for invalid parameters, network errors, content parsing errors, and URL validation, all formatted according to the MCP specification.
Frequently asked questions
What are the runtime requirements?
Node.js 18 or higher and npm are required.
How is MCP Webscan Server started?
Run `npm start` from the project directory; the server listens on stdio transport.
How do I use MCP Webscan Server with Claude Desktop?
Add a configuration entry in your Claude Desktop settings under `mcpServers` with the command `node` and the path to the compiled `dist/index.js` file.
What tools does MCP Webscan Server provide?
It provides six tools: fetch_page, extract_links, crawl_site, check_links, find_patterns, and generate_sitemap. Each has specific parameters documented in the README.
How are errors handled?
The server implements comprehensive error handling for invalid parameters, network errors, content parsing errors, and URL validation, all formatted according to the MCP specification.
Basic information
More Other MCP servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

EverArt
modelcontextprotocolModel Context Protocol Servers
FastMCP v2 π
jlowinπ The fast, Pythonic way to build MCP servers and clients.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments