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 | — | — |
| Score | 33 | 77 |
| Official | — | ✓ |
| Categories | SecurityDeveloper ToolsMonitoring | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 10 mo ago | this 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-scanFor quick usage:
uvx mcp-scan@latest scanTo use as a proxy:
mcp-scan proxytime · 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"]
}
}
}