MCP Catalogs
Home

mcp-scan vs time

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

mcp-scan
by mltrev23
time
by modelcontextprotocol
Stars★ 0★ 85,748
30d uses
Score3377
Official
Categories
SecurityDeveloper ToolsMonitoring
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit10 mo agothis month

mcp-scan · Summary

MCP-Scan is a security tool that statically and dynamically scans MCP connections for vulnerabilities like prompt injection and tool poisoning.

time · Summary

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

mcp-scan · Use cases

  • Security auditing of MCP servers before deployment in production environments
  • Real-time monitoring of MCP traffic in development and testing environments
  • Enforcing custom security policies on MCP tool calls and responses

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-scan · Install

Install via pip:

pip install mcp-scan

For quick usage:

uvx mcp-scan@latest scan

To use as a proxy:

mcp-scan proxy

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.