MCP Catalogs
Home

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
Score7736
Official
Categories
ProductivityDeveloper ToolsCommunication
FinanceDeveloper Toolsblockchain
LanguageTypeScriptTypeScript
Last committhis month10 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

  1. Make sure you have Node.js installed
  2. Clone this repository
  3. Install dependencies: npm install
  4. Build the project: npm run build
  5. 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"
      }
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.