time vs educhain-ai-agent-kit
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | educhain-ai-agent-kit by SailFish-Finance | |
|---|---|---|
| Stars | ★ 85,748 | ★ 6 |
| 30天用量 | — | — |
| 综合分 | 77 | 36 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | 金融数据开发者工具blockchain |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 本月 | 10 个月前 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
educhain-ai-agent-kit · 概述
MCP服务器提供EDUCHAIN区块链操作,包括代币查询、钱包管理、交换和套利检测功能。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
educhain-ai-agent-kit · 使用场景
- 交易助手,用于监控代币价格并在SailFish DEX上执行交换
- 钱包管理工具,用于检查余额和发送代币
- 套利检测系统,用于识别交易所之间的盈利机会
time · 安装
安装选项
**使用 uv(推荐):**
uvx mcp-server-time**使用 PIP:**
pip install mcp-server-time
python -m mcp_server_time**为 Claude Desktop 配置:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}educhain-ai-agent-kit · 安装
- 确保您已安装Node.js
- 克隆此存储库
- 安装依赖项:
npm install - 构建项目:
npm run build - 将MCP服务器添加到您的Claude Desktop配置文件中:
{
"mcpServers": {
"sailfish": {
"command": "node",
"args": ["/path/to/SubgraphMCP/build/index.js"],
"env": {
"RPC_URL": "https://your-edu-rpc-url.com"
}
}
}
}