MCP Catalogs
Home

mcp-virustotal vs time

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

mcp-virustotal
by BurtTheCoder
time
by modelcontextprotocol
Stars★ 125★ 85,748
30d uses
Score4977
Official
Categories
SecurityDeveloper ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit2 mo agothis month

mcp-virustotal · Summary

MCP server for VirusTotal API providing comprehensive security analysis tools with automatic relationship data fetching.

time · Summary

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

mcp-virustotal · Use cases

  • Security researchers can analyze URLs, files, IPs, and domains for potential threats
  • Developers can integrate security checks into their applications using VirusTotal data
  • Security operations teams can automate threat intelligence gathering and analysis workflows

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

mcp-virustotal · Install

Installation

Claude Desktop

claude mcp add --transport stdio --env VIRUSTOTAL_API_KEY=your-key virustotal -- npx -y @burtthecoder/mcp-virustotal

Configuration

Add to Claude Desktop configuration (claude_desktop_config.json):

{
  "mcpServers": {
    "virustotal": {
      "command": "mcp-virustotal",
      "env": {
        "VIRUSTOTAL_API_KEY": "your-virustotal-api-key"
      }
    }
  }
}

Manual Installation

npm install -g @burtthecoder/mcp-virustotal

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.