Skip to main content
Glama
ironwallet

IronWallet MCP Server

Official
by ironwallet

面向 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@ironwallet

Codex:

codex plugin marketplace add ironwallet/ironwallet-agent-kit
codex plugin add ironwallet-mcp@ironwallet

Grok:

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

非托管钱包:余额、本地签名、转账、兑换、充值二维码。以 /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。

工具

工具

用途

移动资金?

list_wallets

名称、地址和 policy

accept_mcp_consent

记录聊天中接受 MCP 免责声明的情况

create_wallets

新建钱包;返回浏览器 backup_url

open_wallet_manager

本地浏览器界面,用于导入 / 创建 / 备份

set_wallet_policy

替换每个钱包的限额(readOnlymaxPerTxUsd、允许列表)

get_deposit_qr

PNG 二维码(先在聊天中尝试;否则使用本地 qr_url

get_balance

原生或代币余额

estimate_transfer

费用估算,不广播

send_transfer

本地签名并发送

get_operation_status

轮询转账状态

list_swap_networks

可用于兑换的网络

list_swap_assets

卖出 / 买入目录

estimate_swap

报价(可能过期)

execute_swap

获取新报价 → 签名 → 兑换

get_swap_status

轮询兑换状态

没有任何工具接受或返回助记词。导入和备份仅在本地浏览器中进行(open_wallet_manager / backup_url)。

配置

正常使用无需向 MCP 配置粘贴任何内容。首次启动时,服务器会在 ~/.ironwallet-mcp/(权限 0600)下写入中继 API 密钥、密钥库包装密钥和设备 ID。只有在必要时才可用 IW_RELAY_API_KEY / IW_PASSPHRASE / IW_DEVICE_ID 覆盖。

面向用户的备份是钱包管理器中的恢复短语,而不是这些文件。

安全

  • 助记词在静态存储时加密。它们绝不会出现在工具结果、代理聊天或后端请求中。

  • 代理无需再次询问即可转移资金。可选钱包策略(readOnlymaxPerTxUsd、转账收款人允许列表——通过 set_wallet_policy 设置)默认为关闭,并同时适用于发送和兑换。

  • 同时拥有密钥库包装密钥的人即可控制资金。泄露的助记词无法撤销。

  • 超时不一定意味着失败:在重试发送或兑换之前先轮询状态。

  • 切勿将主钱包放在这里。请使用资金量小的热钱包。

详情和私下披露:SECURITY.md

贡献

这个公共代码树是发布快照。参见 CONTRIBUTING.md。请遵守《行为准则》

许可证

MIT

A
license - permissive license
Not graded
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
5Releases (12mo)
Commit activity

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

  • A
    license
    C
    quality
    C
    maintenance
    Enables 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.
    100
    63
    39
    Inno Setup
  • A
    license
    A
    quality
    D
    maintenance
    Provides 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.
    29
    334
    3
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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