MCP Catalogs
Home

fetch vs ENScan_GO

Side-by-side comparison to help you pick between these two MCP servers.

fetch
by modelcontextprotocol
ENScan_GO
by wgpsec
Stars★ 85,748★ 4,392
30d uses
Score7656
Official
Categories
Web ScrapingAI / LLM ToolsProductivity
SecurityWeb ScrapingDeveloper Tools
LanguageTypeScriptGo
Last committhis month2 mo ago

fetch · Summary

An MCP server that fetches web content and converts HTML to markdown, allowing LLMs to read web pages.

ENScan_GO · Summary

ENScan_GO is a Chinese enterprise information gathering tool that supports MCP server functionality.

fetch · Use cases

  • LLMs reading news articles and blogs
  • Content analysis of web pages
  • Retrieving information from public websites
  • Chunked reading of large web documents

ENScan_GO · Use cases

  • Security researchers gathering Chinese enterprise intelligence for vulnerability assessment
  • Analysts conducting supply chain risk analysis of Chinese companies
  • Compliance teams monitoring corporate structures and subsidiaries

fetch · Install

Installation

**Using uv (recommended)** No specific installation needed. Use uvx to run the server directly:

uvx mcp-server-fetch

**Using PIP** Install via pip:

pip install mcp-server-fetch

Then run as:

python -m mcp_server_fetch

Claude Desktop Configuration

{
  "mcpServers": {
    "fetch": {
      "command": "uvx",
      "args": ["mcp-server-fetch"]
    }
  }
}

ENScan_GO · Install

Installation

Binary Download

  1. Download precompiled binaries from [GitHub Releases](https://github.com/wgpsec/ENScan_GO/releases)
  2. Extract the archive
  3. Run with ./enscan -v to generate config file

From Source

git clone https://github.com/wgpsec/ENScan_GO.git
cd ENScan_GO
go build -o enscan .
./enscan -v

MCP Configuration

Add to Claude Desktop config.json:

{
  "mcpServers": {
    "enscan": {
      "command": "path/to/enscan",
      "args": ["--mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.