IronWallet MCP Server
Official面向 AI 代理的 IronWallet
IronWallet MCP 服务器让 AI 代理能够安全访问非托管钱包。助记词在主机上保持加密状态,永远不会离开这台机器。代理可以查询余额、在本地签名、转移代币,并在 10 多个网络间进行兑换。
助记词与 IronWallet 应用兼容。没有逐笔交易确认界面。
要求: Node.js 20+(npx)。请使用余额有限的专用钱包。
产品页面:ironwallet.io/ai。机器可读索引:llms.txt。
在 Claude Code 中打开此仓库会通过 .mcp.json 启动钱包 MCP。参见 CLAUDE.md。
安装
Cursor: ironwallet.io/ai
Claude Code:
claude plugin marketplace add ironwallet/ironwallet-agent-kit
claude plugin install ironwallet-mcp@ironwalletCodex:
codex plugin marketplace add ironwallet/ironwallet-agent-kit
codex plugin add ironwallet-mcp@ironwalletGrok:
grok plugin marketplace add ironwallet/ironwallet-agent-kit
grok plugin install ironwallet-mcp --trust重新加载,让 MCP 识别 PATH。如果使用本地克隆,请用 . 代替 GitHub 仓库。
仅 MCP(无插件)
手动安装的 MCP 不会随插件自动更新。
{
"mcpServers": {
"ironwallet": {
"command": "npx",
"args": ["-y", "@ironwallet/mcp-server"]
}
}
}Related MCP server: Universal Crypto MCP
包含内容
技能
技能 | 使用时机 |
ironwallet-mcp | 非托管钱包:余额、本地签名、转账、兑换、充值二维码。以 |
规则
规则 | 强制内容 |
wallet-transaction-safety | 热钱包;无额外确认界面;超时后轮询状态,绝不盲目重发 |
seed-phrase-handling | 恢复短语和私钥绝不出现在聊天、文件或日志中 |
swap-asset-resolution | 网络和代币来自目录工具,而非模型记忆 |
代理
代理 | 用途 |
ironwallet-operator | 操作非托管钱包:余额、本地签名、转账、兑换、充值二维码 |
MCP 服务器
通过 stdio 运行的 @ironwallet/mcp-server。网络:Ethereum、BSC、Polygon、Base、Arbitrum、Optimism、Avalanche、Tron、Bitcoin、Litecoin、Dogecoin、Solana、XRP、TON。
工具
工具 | 用途 | 移动资金? |
| 名称、地址和 | 否 |
| 记录聊天中接受 MCP 免责声明的情况 | 否 |
| 新建钱包;返回浏览器 | 否 |
| 本地浏览器界面,用于导入 / 创建 / 备份 | 否 |
| 替换每个钱包的限额( | 否 |
| PNG 二维码(先在聊天中尝试;否则使用本地 | 否 |
| 原生或代币余额 | 否 |
| 费用估算,不广播 | 否 |
| 本地签名并发送 | 是 |
| 轮询转账状态 | 否 |
| 可用于兑换的网络 | 否 |
| 卖出 / 买入目录 | 否 |
| 报价(可能过期) | 否 |
| 获取新报价 → 签名 → 兑换 | 是 |
| 轮询兑换状态 | 否 |
没有任何工具接受或返回助记词。导入和备份仅在本地浏览器中进行(open_wallet_manager / backup_url)。
配置
正常使用无需向 MCP 配置粘贴任何内容。首次启动时,服务器会在 ~/.ironwallet-mcp/(权限 0600)下写入中继 API 密钥、密钥库包装密钥和设备 ID。只有在必要时才可用 IW_RELAY_API_KEY / IW_PASSPHRASE / IW_DEVICE_ID 覆盖。
面向用户的备份是钱包管理器中的恢复短语,而不是这些文件。
安全
助记词在静态存储时加密。它们绝不会出现在工具结果、代理聊天或后端请求中。
代理无需再次询问即可转移资金。可选钱包策略(
readOnly、maxPerTxUsd、转账收款人允许列表——通过set_wallet_policy设置)默认为关闭,并同时适用于发送和兑换。同时拥有密钥库和包装密钥的人即可控制资金。泄露的助记词无法撤销。
超时不一定意味着失败:在重试发送或兑换之前先轮询状态。
切勿将主钱包放在这里。请使用资金量小的热钱包。
详情和私下披露:SECURITY.md。
贡献
这个公共代码树是发布快照。参见 CONTRIBUTING.md。请遵守《行为准则》。
许可证
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceEnables AI agents to interact with cryptocurrency ecosystems through wallet management, trading operations (swaps, DCA, limit orders), staking, and multi-chain support starting with Solana.37GPL 3.0
- AlicenseCqualityCmaintenanceEnables AI agents to interact with any EVM-compatible blockchain through natural language, supporting token swaps, cross-chain bridges, staking, lending, governance, gas optimization, and portfolio tracking across networks like Ethereum, BSC, Polygon, Arbitrum, and more.1006339Inno Setup
- AlicenseAqualityDmaintenanceProvides permissionless wallet infrastructure for AI agents to manage wallets, sign transactions, and handle tokens across Solana and all EVM-compatible chains. It includes 29 specialized tools for on-chain operations, featuring built-in security guards and automated x402 payment processing without KYC requirements.293343MIT

Privy MCP Serverofficial
AlicenseBqualityDmaintenanceEnables AI agents to create wallets, sign transactions, and manage blockchain operations across multiple chains like Ethereum, Solana, and more via Privy.242MIT
Related MCP Connectors
Provide AI agents and automation tools with contextual access to blockchain data including balance…
Non-custodial DeFi for AI agents: swaps, concentrated liquidity (V3/V4) zaps + ranges, 5 EVM chains
Keyless non-custodial crypto payments for AI agents: payment links and tip jars, no API key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ironwallet/ironwallet-agent-kit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server