time vs agent-trade-kit
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | agent-trade-kit by okx | |
|---|---|---|
| Stars | ★ 85,748 | ★ 297 |
| 30d uses | — | — |
| Score | 77 | 52 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | FinanceAI / LLM ToolsDeveloper Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
agent-trade-kit · Summary
OKX trading MCP server with 150+ tools for spot, swap, futures, options, bots and portfolio management.
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
agent-trade-kit · Use cases
- AI-powered trading assistant that can execute complex trading strategies autonomously
- Portfolio management agent that monitors positions and rebalances based on market conditions
- Research tool that combines market data, news sentiment, and smart money signals to generate trading insights
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"]
}
}
}agent-trade-kit · Install
# Install the MCP server and CLI
npm install -g @okx_ai/okx-trade-mcp @okx_ai/okx-trade-cli
# Configure OKX API credentials (interactive wizard)
okx config init
# Register with Claude Desktop
okx-trade-mcp setup --client claude-desktopAdd to Claude Desktop configuration:
{
"mcpServers": {
"okx-trade": {
"command": "okx-trade-mcp",
"args": []
}
}
}