agentseal vs time
Side-by-side comparison to help you pick between these two MCP servers.
agentseal by getagentseal | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 256 | ★ 85,748 |
| 30d uses | — | — |
| Score | 49 | 77 |
| Official | — | ✓ |
| Categories | SecurityAI / LLM ToolsDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 1 mo ago | this month |
agentseal · Summary
Security toolkit for AI agents with MCP server scanning, prompt injection testing, and real-time monitoring capabilities.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
agentseal · Use cases
- Security teams red-teaming AI agent prompts against 225+ adversarial attack probes
- Organizations scanning their machines for dangerous skills and poisoned MCP configurations
- Developers auditing live MCP servers for tool description poisoning before integration
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
agentseal · Install
# Python installation
pip install agentseal
# Node.js installation
npm install agentseal
# Basic usage
agentseal guard # scan your machine for threats
agentseal scan # test prompts against attacks
agentseal scan-mcp # audit MCP serverstime · 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"]
}
}
}