MCP Catalogs
Home

time vs ENScan_GO

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

time
by modelcontextprotocol
ENScan_GO
by wgpsec
Stars★ 85,748★ 4,392
30d uses
Score7756
Official
Categories
ProductivityDeveloper ToolsCommunication
SecurityWeb ScrapingDeveloper Tools
LanguageTypeScriptGo
Last committhis month2 mo ago

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

ENScan_GO · Summary

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

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

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

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

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

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.