MCP Webscan Server
@bsmi021
About MCP Webscan Server
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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-webscan": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"mcp-server-webscan",
"--client",
"claude"
]
}
}
}Tools
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 crawl.
Overview
What is MCP Webscan Server?
MCP Webscan Server is a Model Context Protocol server for web content scanning and analysis. It provides tools for fetching, analyzing, and extracting information from web pages, designed for use with MCP clients like Claude Desktop.
How to use MCP Webscan Server?
Install via Smithery (npx -y @smithery/cli install mcp-server-webscan --client claude) or manually by cloning the repository, running npm install and npm run build. Start the server with npm start; it connects over stdio transport. Configure it in Claude Desktop settings by specifying the node command and path to the built index.js file.
Key features of MCP Webscan Server
- Convert web pages to Markdown for easy analysis
- Extract and analyze links from web pages
- Recursively crawl websites to discover content
- Identify broken links on web pages
- Find URLs matching specific regex patterns
- Generate XML sitemaps for websites
Use cases of MCP Webscan Server
- Fetch and convert web pages to Markdown for content extraction
- Check for broken links across a website
- Crawl sites to discover internal URL structures
- Generate XML sitemaps for SEO purposes
- Find URLs matching specific patterns on a page
FAQ from MCP Webscan Server
What are the runtime requirements?
Node.js version 18 or higher and npm are required.
How is the server installed via Smithery?
Run npx -y @smithery/cli install mcp-server-webscan --client claude to install automatically.
Where does the server transport data?
The server uses stdio transport, compatible with MCP clients like Claude Desktop.
What tools does the server provide?
Six tools: fetch-page, extract-links, crawl-site, check-links, find-patterns, and generate-site-map.
What is the license?
MIT License β see the LICENSE file for details.
More Other MCP servers
MCP Go π
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.

EverArt
modelcontextprotocolModel Context Protocol Servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
πͺ Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Comments