MCP Catalogs
Home

time vs ExternalAttacker-MCP

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

time
by modelcontextprotocol
ExternalAttacker-MCP
by MorDavid
Stars★ 85,748★ 76
30d uses
Score7739
Official
Categories
ProductivityDeveloper ToolsCommunication
SecurityDeveloper Tools
LanguageTypeScriptPython
Last committhis month14 mo ago

time · Summary

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

ExternalAttacker-MCP · Summary

ExternalAttacker-MCP provides automated attack surface mapping tools integrated through Model Context Protocol for security reconnaissance.

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

ExternalAttacker-MCP · Use cases

  • Automated external attack surface mapping for security teams
  • Bug bounty reconnaissance using natural language queries
  • Vulnerability assessment through AI-powered scanning workflows

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"]
    }
  }
}

ExternalAttacker-MCP · Install

  1. Clone the repository: git clone https://github.com/mordavid/ExternalAttacker-MCP.git && cd ExternalAttacker
  2. Install Python dependencies: pip install -r requirements.txt
  3. Install required Go tools (subfinder, naabu, httpx, cdncheck, tlsx, ffuf, gobuster, dnsx)
  4. Run the application: python ExternalAttacker-App.py (access at http://localhost:6991)
  5. Configure your MCP client with:
"mcpServers": {
    "ExternalAttacker-MCP": {
        "command": "python",
        "args": [
            "<Your_Path>\\ExternalAttacker-MCP.py"
        ]
    }
}```
Comparison generated from public README + GitHub signals. Last updated automatically.