MCP Webscan Server
@bsmi021
关于 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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-webscan": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"mcp-server-webscan",
"--client",
"claude"
]
}
}
}工具
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.
概览
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.
其他 分类下的更多 MCP 服务器
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Servers
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
评论