LI.FI 跨链服务工具
与 LI.FI API 集成的 MCP 服务器,提供跨链交易和流动性池支持。
快速入门
安装
使用安装脚本: curl https://raw.githubusercontent.com/lifinance/lifi-mcp/refs/heads/main/install.sh | bash 或通过 Go 安装: go install github.com/lifinance/lifi-mcp@latest
启动服务
使用现有钱包: lifi-mcp server --keystore <钱包文件名> --password <密码> 创建新钱包: lifi-mcp new-wallet --name <钱包名称> --password <密码>
桌面应用配置
将以下内容添加到桌面应用配置文件中: { "mcpServers": { "lifi": { "command": "lifi-mcp", "args": ["server", "--keystore", "您的钱包", "--password", "您的密码"] } } }
注意:仅用于测试,勿使用主钱包!