装甲加密 MCP
Alpha 测试版本 0.1.24
将 AI 代理与加密生态系统集成的单一来源。这包括钱包创建和管理、掉期、转账、基于事件的交易(例如 DCA)、止损和止盈等等。Armor MCP 在 Alpha 测试版中支持 Solana,并在 Beta 测试版中支持十多个区块链,包括以太坊、Base、Avalanche、比特币、Sui、Berachain、megaETH、Optimism、Ton、BNB 和 Arbitrum 等。使用 Armor 的 MCP,您可以通过统一的逻辑和完整的工具将所有加密货币引入您的 AI 代理。
特征
🧠 AI 原生
📙 钱包管理
🔃 掉期
🌈 专业交易(DCA、止损等)
⛓️ 多链
↔️ 跨链交易
🥩 质押
🤖 快速集成到 Agentic 框架
👫 社会情绪
🔮 预测
要求
1.确保已安装python
2.安装uv
Linux/Windows
苹果
3. Claude Desktop 或您的 AI Agent 将运行 MCP
有关详细信息,请参阅使用和配置。
Alpha 测试
我们目前处于预 alpha 阶段,我们正在测试各种代理和代理框架的功能,如 Claude Desktop、Cline、Cursor、n8n 等。
当前功能和工具
- 钱包管理
- 分组与组织
- 归档
- 掉期与交易
- 正常交换
- DCA(放置/列出/取消)
- 预定订单
- 限价订单(下单/挂单/取消)
- 质押与取消质押
- 代币搜索和热门代币
- 统计计算器,用于精确分析
- 支持 Solana 区块链
即将推出
- 更多区块链支持
- 铸造
- 装甲特工作为工具(或A2A)
MCP 设置
目前,您需要拥有 Armor NFT 才能获取 API 密钥。点击此处获取
使用和配置
要将 Armor MCP 与您的代理一起使用,您需要以下配置,将<PUT-YOUR-KEY-HERE>
替换为您的 API 密钥:
在 Claude Desktop 中使用
- 必须启用开发者模式
- 打开窗口左上角的 Claude Desktop 文件菜单。
- 转到“文件”>“设置”
- 在“开发人员”下,单击“编辑配置”
- 在配置文件中,插入上面的
armor-wallet-mcp
部分 - 确保用你的 API 密钥替换占位符
- 保存文件并在 Claude Desktop 中开始新的聊天
在 Cline 中使用
- 单击 VSCode 左侧面板 Cline 选项卡中的
MCP Servers
按钮 - 滚动到左侧面板底部,然后单击
Configure MCP Servers
- 在配置文件中,插入上面的
armor-wallet-mcp
部分 - 确保用你的 API 密钥替换占位符
- 保存文件,单击
MCP Servers
选项卡下的Done
,然后开始与 Cline 聊天
在 n8n 中使用
- 打开 n8n 应用程序
- 在屏幕左下方单击用户名旁边的
...
,然后单击Settings
- 在左侧面板上,单击
Community nodes
,然后Install a Community Node
按钮 - 在
npm Package Name
的搜索字段中输入mcp - 安装
MCP Nodes
- 添加任意 MCP 节点,例如:
List Tools
- 在 MCP 客户端
Parameters
卡中,单击Select Credential
,然后单击Create new credential
- 在
Command
下输入uvx
- 在
Arguments
下输入armor-crypto-mcp
- 在
Environments
下输入ARMOR_API_KEY=eyJhbGciOiJIUzI1NiIsIn...
并在=
后粘贴完整的 API 密钥值 - 返回
Parameters
选项卡,您可以为该节点选择 MCPOperation
使用 Armor MCP
设置好 Armor MCP 后,您可以使用以下提示来开始
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
MCP 服务器为 AI 代理提供对区块链操作、桥接、交换和加密交易策略的统一访问。
Related MCP Servers
- -securityAlicense-qualityAn MCP server providing tools for AI agents to mint ERC-20 tokens across multiple blockchains.Last updated -69JavaScriptMIT License
- -securityAlicense-qualityAn MCP server for AI agents to automate token swaps on Uniswap DEX across multiple blockchains.Last updated -712JavaScriptMIT License
- -securityFlicense-qualityAn MCP server that enables AI models like Claude to interact with the Trading Simulator API for checking balances, viewing prices, and executing trades with automatic chain detection.Last updated -TypeScript
Fewsats MCP Serverofficial
AsecurityFlicenseAqualityAn MCP server that integrates with Fewsats allowing AI agents to securely purchase anything by retrieving balances, accessing payment methods, and processing payments.Last updated -413Python