Multi-wallet management for AI agents — generate, distribute, consolidate on EVM
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-lordbasilaiassistant-sudo-multi-wallet": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Smart contract scanning, multi-wallet treasury, DeFi orchestration, and gas paymaster integration for AI agents on Base.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
A Model Context Protocol server for building an investor agent
AI agents get on-chain identity, credentials, reputation, escrow, and persistent memory on XRPL.
Remote MCP server to integrate and validate self-hosted PayRam deployments.
MCP Security Weekly
Get CVE alerts and security updates for io.github.lordbasilaiassistant-sudo/multi-wallet and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Smart contract scanning, multi-wallet treasury, DeFi orchestration, and gas paymaster integration for AI agents on Base.
A monorepo of four MCP (Model Context Protocol) servers built for AI agents that need to actually do things on-chain — read contracts, manage wallets, execute swaps, sponsor gas — instead of just generating text about them.
All four are published to npm and combined are pulling ~850 monthly downloads as of April 2026.
| Package | What it does | npm |
|---|---|---|
@thryx/contract-scanner-mcp-server | Solidity security scanning. Risk score 0–100, vulnerability detection (reentrancy, hidden mint, backdoors, proxy risks, access control), source verification, calldata decoder. Call this BEFORE interacting with any unfamiliar contract. | npm |
@thryx/multi-wallet-mcp-server | Multi-wallet management for Base/EVM. Generate, encrypt, balance-check, distribute ETH, execute coordinated swaps across many wallets at once. | npm |
@thryx/defi-orchestrator-mcp-server | Multi-step DeFi strategy orchestration. Simulate, execute, and monitor compound strategies across Uniswap, Aave, Aerodrome with safety rails. | npm |
@thryx/gas-paymaster-mcp-server | Sponsored-gas integration via The Agent Cafe paymaster. Lets agents pay gas in tokens or skip gas entirely on Base mainnet. | npm |
Plus @thryx/mcp-shared — the shared rate-limiter, billing layer, and EVM helpers used by all four.
Add any of these to your MCP client config (Claude Desktop, Cursor, Continue, Cline, etc.):
{
"mcpServers": {
"contract-scanner": {
"command": "npx",
"args": ["@thryx/contract-scanner-mcp-server"]
},
"multi-wallet": {
"command": "npx",
"args": ["@thryx/multi-wallet-mcp-server"]
},
"defi-orchestrator": {
"command": "npx",
"args": ["@thryx/defi-orchestrator-mcp-server"]
},
"gas-paymaster": {
"command": "npx",
"args": ["@thryx/gas-paymaster-mcp-server"]
}
}
}
Restart your MCP client and the servers are live.
Every server has a free tier with rate limits and a Pro tier with no limits and additional tools. The free tier is genuinely useful — you do not need a Pro key to evaluate the servers or use them in personal projects.
Pro keys are linked to a thryx.fun purchase. Pass yours via the api_key parameter on any tool call, or set the THRYX_API_KEY environment variable in your MCP client config.
Free-tier limits per server (subject to change):
contract-scanner — 5 scans/hour for scanner_analyze_contract and scanner_compare_contracts. scanner_check_address and scanner_decode_calldata are unlimited.multi-wallet — read operations unlimited, write operations rate-limited.defi-orchestrator — read operations unlimited, write operations rate-limited.gas-paymaster — sponsored-tx counts gated by tier.Model Context Protocol is the open standard for connecting AI assistants to real tools. Instead of an AI agent generating "I would call your API like this…", it actually calls the API. Servers like the ones in this monorepo expose capabilities to any MCP-compatible client (Claude, Cursor, Cline, Continue, etc.) without each client needing custom integration code.
If you're building an AI agent that needs to read from or write to a Base/EVM