varrd vs time
Side-by-side comparison to help you pick between these two MCP servers.
varrd by augiemazza | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 17 | ★ 85,748 |
| 30d uses | — | — |
| Score | 43 | 77 |
| Official | — | ✓ |
| Categories | FinanceAI / LLM ToolsDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
varrd · Summary
AI-powered trading research platform with MCP server providing 9 tools for market edge validation.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
varrd · Use cases
- Testing trading strategies with statistical validation for stocks, futures, and crypto
- Autonomous discovery of market edges using AI-driven research
- Real-time monitoring of validated trading ideas as they fire in the market
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
varrd · Install
Install via pip: pip install varrd
Configure in Claude Desktop:
{
"mcpServers": {
"varrd": { "url": "https://app.varrd.com/mcp" }
}
}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"]
}
}
}