MCP Directory

minhoyoo-iotrust/WAIaaS

GitHub
Productivity

Self-hosted wallet-as-a-service for AI agents. 60 tools for multi-chain crypto: transfers, DeFi (swap, lend, stake, bridge, perp, yield), NFTs, smart contracts, transaction signing, and x402 payments. Solana + EVM with session auth and spending policies.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y waiaas

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from minhoyoo-iotrust/WAIaaS your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "waiaas": {
      "command": "npx",
      "args": [
        "-y",
        "waiaas"
      ]
    }
  }
}

Route minhoyoo-iotrust/WAIaaS intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add waiaas

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use minhoyoo-iotrust/WAIaaS directly without routing

npx -y waiaas

New to Agent-CoreX? View setup guide →

minhoyoo-iotrust/WAIaaS MCP Server — Agent-CoreX