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.
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Codelf
unbugA search tool helps dev to solve the naming things problem.
Comments