Self-hosted wallet daemon for AI agents with Solana and EVM transactions, DeFi actions, NFTs, policies, and session authentication.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by WAIaaS.
Wallet-as-a-Service for AI Agents
A self-hosted wallet daemon that lets AI agents perform on-chain transactions securely -- while the owner keeps full control of funds.
AI agents that need to transact on-chain face an impossible choice: hold private keys (and risk total loss if compromised) or depend on a centralized custodian (single point of failure, trust dependency).
WAIaaS bridges the gap -- agents handle small transactions instantly, large amounts require owner approval, and everything runs on your machine with no third-party dependency.
WAIaaS is a local daemon that sits between your AI agent and the blockchain:
See Security Model for full details.
12 packages in a monorepo:
.skill.md instruction files for AI agentsSee Architecture for the full technical deep-dive.
The quickset command does everything you need to get started:
We recommend configuring spending limits and registering an owner wallet for high-value transaction approval. For testing, use
waiaas quickset --mode testnetto create Solana Devnet + EVM Sepolia wallets instead.
After starting the daemon, manage everything from the admin panel at http://127.0.0.1:3100/admin (masterAuth required).
After quickset, choose one of two integration paths:
For AI agents that support the Model Context Protocol:
The daemon runs as an MCP server. Your agent calls wallet tools directly -- send tokens, check balances, manage policies -- all through the MCP protocol.
For agents that don't support MCP, or when you prefer REST API integration:
This adds .skill.md instruction files to your project. Include them in your agent's context and it learns the WAIaaS API automatically. Available skills: setup, quickstart, wallet, transactions, policies, admin, actions, x402.
AI agents can set up WAIaaS fully autonomously with no human interaction:
The --auto-provision flag generates a cryptographically random master password and saves it to ~/.waiaas/recovery.key. All subsequent CLI commands read it automatically. See the Agent Self-Setup Guide for the complete flow.
For manual setup with human-guided password entry, install skills and follow waiaas-setup/SKILL.md:
The daemon listens on http://127.0.0.1:3100.
Access the admin panel at http://127.0.0.1:3100/admin with your master password:
Features include settings search (Ctrl+K / Cmd+K) and unsaved changes protection.
Enabled by default (admin_ui = true in config.toml).
| Chain | Environment | Networks |
|---|---|---|
| Solana | mainnet | mainnet |
| Solana | testnet | devnet, testnet |
| EVM | mainnet | ethereum-mainnet, polygon-mainnet, arbitrum-mainnet, optimism-mainnet, base-mainnet |
| EVM | testnet | ethereum-sepolia, polygon-amoy, arbitrum-sepolia, optimism-sepolia, base-sepolia |
13 networks total (Solana 3 + EVM 10).
IChainAdapter| Document | Description |
|---|---|
| Architecture | System overview, package structure, pipeline, chain adapters |
| Security Model | Authentication, policy engine, Kill Switch, AutoStop |
| Deployment Guide | Docker, npm, configuration reference |
| API Reference | REST API endpoints and authentication |
| Agent Self-Setup Guide | Fully autonomous setup with auto-provision |
| Agent Skills Integration | Universal guide for 27+ AI agent platforms |
| Claude Code Integration | Skill files + MCP server setup for Claude Code |
| OpenClaw Integration | Quick setup for OpenClaw bot |
| Wallet SDK Integration | Integration guide for wallet developers |
| Why WAIaaS? | Background on AI agent wallet security |
| Contributing | Development setup, code style, testing, PR guidelines |
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/minhoyoo-iotrust-waiaas)<a href="https://allmcps.com/mcp/minhoyoo-iotrust-waiaas"><img src="https://allmcps.com/api/badge/minhoyoo-iotrust-waiaas?style=directory" alt="WAIaaS on AllMCPs" /></a>