MCP.so
ログイン

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.

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

bsmi021

設定

以下の設定を使って、このサーバーを 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.

コメント

「その他」の他のコンテンツ