mcp-free-usdc-transfer vs sequentialthinking
并排对比,帮你在这两个 MCP server 之间做选择。
mcp-free-usdc-transfer by magnetai | sequentialthinking by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 20 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 34 | 75 |
| 官方 | — | ✓ |
| 分类 | 金融数据blockchain开发者工具 | AI / LLM 工具开发者工具效率工具 |
| 实现语言 | JavaScript | TypeScript |
| 最近提交 | 16 个月前 | 本月 |
mcp-free-usdc-transfer · 概述
使用 Coinbase CDP 钱包在 Base 区块链上实现免费 USDC 转移的 MCP 服务器。
sequentialthinking · 概述
Sequential Thinking MCP 服务器通过逐步推理支持动态问题解决。
mcp-free-usdc-transfer · 使用场景
- 无需网络费用的加密货币支付和转账
- 使用真实 USDC 交易进行区块链应用测试
- 与 AI 助集成的自动支付系统
sequentialthinking · 使用场景
- 规划复杂系统迁移并进行风险评估
- 需要逐步分析的调试生产环境问题
- 比较具有条件分支的架构选项
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 私钥"
}
}
}
}sequentialthinking · 安装
安装
**Claude Desktop**: 添加到您的 claude_desktop_config.json 文件中:
{
"mcpServers": {
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
}
}
}**VS Code**: 使用安装按钮或手动配置:
{
"servers": {
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
}
}
}**Docker**:
{
"mcpServers": {
"sequentialthinking": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"mcp/sequentialthinking"
]
}
}
}