MCP Catalogs
首页

WAIaaS

by minhoyoo-iotrust·26·综合分 45

WAIaaS 是一个自托管钱包服务,通过 MCP 协议让 AI 智能代理安全地进行区块链交易。

ai-llmfinancesecurity
7
Forks
1
活跃 Issue
1 个月前
最近提交
2 天前
收录于

概述

WAIaaS 为 AI 智能代理提供全面的即服务钱包解决方案,具有三层身份验证、四级策略引擎,并支持 Solana 和 EVM 区块链。它作为本地守护程序运行,无需第三方依赖,使 AI 能够执行交易,同时保持所有者对资金的控制。系统包含详细的安全措施,如紧急停止开关、审计日志和通知渠道。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:AI 智能代理执行小额链上交易而无需人工批准
:自主交易机器人执行具有策略控制功能的 DeFi 策略
:多智能体系统管理具有细粒度权限的共享区块链钱包
:如果 AI 智能代理被入侵怎么办?
:支持哪些区块链网络?

什么时候选它

当构建需要与区块链资产交互但需要比暴露私钥更好安全性的AI应用时,选择WAIaaS,并具有交易审批的策略控制。

什么时候不要选它

如果您需要简单的直接密钥管理而不需要策略层,或者您正在构建其适配器不支持的区块链(仅Solana和EVM链)上的应用,请避免使用WAIaaS。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • getBalance

    Check wallet balance for the current session

  • sendToken

    Send tokens to a recipient address

  • createWallet

    Create a new wallet for a specific blockchain network

  • listTransactions

    List recent transactions for the current wallet

  • getPolicies

    Retrieve current spending policies for the wallet

  • swapTokens

    Swap tokens using integrated DEX providers

  • approveSpender

    Approve a contract or address to spend tokens

  • getSessionInfo

    Get information about the current MCP session

  • createTransaction

    Create a custom transaction with program instructions

  • getNetworks

    List supported blockchain networks and their status

  • getNotifications

    Retrieve recent notifications and alerts

  • getWalletInfo

    Get detailed information about the current wallet

说明:Tools inferred from the architecture diagram showing MCP server interface and documentation mentioning MCP integration for wallet operations

可对比工具

safe-mcpwallet-connectthirdwebviemsolana-web3js

安装

npm install -g @waiaas/cli
waiaas init                        # 创建数据目录 + config.toml
waiaas start                       # 启动守护程序(首次运行时设置主密码)
waiaas quickset --mode mainnet     # 一次性创建钱包 + MCP 会话

对于 Claude Desktop,添加到您的配置中:

{
  "mcpServers": {
    "waiaas": {
      "command": "npx",
      "args": ["@waiaas/mcp"]
    }
  }
}

FAQ

如果 AI 智能代理被入侵怎么办?
WAIaaS 采用深度防御策略,包括四级策略引擎、累计支出限制和紧急停止开关,可防止未经授权的交易。
支持哪些区块链网络?
支持 Solana 主网/测试网/开发网以及 10 个 EVM 网络,包括以太坊、Polygon、Arbitrum、Optimism 和 Base。

WAIaaS 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。