botindex-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
botindex-mcp-server by Cyberweasel777 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 0 | ★ 85,748 |
| 30d uses | — | — |
| Score | 36 | 77 |
| Official | — | ✓ |
| Categories | FinanceAI / LLM ToolsDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | 2 mo ago | this month |
botindex-mcp-server · Summary
BotIndex MCP Server provides AI agents with sports odds, crypto data, and analytics via 17 premium tools.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
botindex-mcp-server · Use cases
- AI agents making informed sports betting decisions with real-time odds and correlation data
- Crypto trading bots monitoring token launches and market correlations
- Automated systems comparing commerce protocols and making optimized decisions
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
botindex-mcp-server · Install
Installation
npm install botindex-mcp-serverClaude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"botindex": {
"command": "npx",
"args": ["-y", "botindex-mcp-server"]
}
}
}Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"botindex": {
"command": "npx",
"args": ["-y", "botindex-mcp-server"]
}
}
}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"]
}
}
}