mcp-free-usdc-transfer vs time
并排对比,帮你在这两个 MCP server 之间做选择。
mcp-free-usdc-transfer by magnetai | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 20 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 34 | 77 |
| 官方 | — | ✓ |
| 分类 | 金融数据blockchain开发者工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | JavaScript | TypeScript |
| 最近提交 | 16 个月前 | 本月 |
mcp-free-usdc-transfer · 概述
使用 Coinbase CDP 钱包在 Base 区块链上实现免费 USDC 转移的 MCP 服务器。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
mcp-free-usdc-transfer · 使用场景
- 无需网络费用的加密货币支付和转账
- 使用真实 USDC 交易进行区块链应用测试
- 与 AI 助集成的自动支付系统
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
mcp-free-usdc-transfer · 安装
安装步骤
- 从 [Coinbase CDP 门户](https://portal.cdp.coinbase.com/) 获取您的 API 密钥
- 添加到您的
claude_desktop_config.json文件中:
{
"mcpServers": {
"free-usdc-transfer": {
"command": "npx",
"args": [
"-y",
"@magnetai/free-usdc-transfer"
],
"env": {
"COINBASE_CDP_API_KEY_NAME": "您的 Coinbase CDP API 密钥名称",
"COINBASE_CDP_PRIVATE_KEY": "您的 Coinbase CDP 私钥"
}
}
}
}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"]
}
}
}