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.
「その他」の他のコンテンツ
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
コメント