time vs educhain-ai-agent-kit
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | educhain-ai-agent-kit by SailFish-Finance | |
|---|---|---|
| Stars | ★ 85,748 | ★ 6 |
| 30d uses | — | — |
| Score | 77 | 36 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | FinanceDeveloper Toolsblockchain |
| Language | TypeScript | TypeScript |
| Last commit | this month | 10 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
educhain-ai-agent-kit · Summary
MCP server for EDUCHAIN blockchain operations including token queries, wallet management, swaps, and arbitrage detection.
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
educhain-ai-agent-kit · Use cases
- Trading assistant for monitoring token prices and executing swaps on SailFish DEX
- Wallet management tool for checking balances and sending tokens
- Arbitrage detection system to identify profit opportunities between exchanges
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"]
}
}
}educhain-ai-agent-kit · Install
- Make sure you have Node.js installed
- Clone this repository
- Install dependencies:
npm install - Build the project:
npm run build - Add the MCP server to your Claude Desktop configuration file:
{
"mcpServers": {
"sailfish": {
"command": "node",
"args": ["/path/to/SubgraphMCP/build/index.js"],
"env": {
"RPC_URL": "https://your-edu-rpc-url.com"
}
}
}
}