agentwallet-mcp
JSON →Server-side EVM wallet for Ai agents. Send transactions, manage tokens, and interact with smart contracts across multiple chains.
Install
npx -y agentwallet-mcp Tools · 29
- create_wallet Create a new EVM or Solana wallet
- list_wallets List all your wallets
- get_wallet Get wallet details by ID
- get_balance Check native token balance on any chain
- get_token_balance Check ERC-20 or SPL token balance
- get_token_info Get ERC-20 token name, symbol, and decimals
- transfer Send native tokens (ETH, SOL, POL, BNB, etc.)
- transfer_token Send ERC-20 or SPL tokens (USDC, USDT, etc.)
- send_transaction Sign and broadcast a raw transaction
- sign_transaction Sign a transaction without broadcasting
- call_contract Read-only contract call (eth_call)
- approve_token Approve ERC-20 token spending for DeFi
- get_allowance Check ERC-20 token allowance
- wrap_eth Wrap native tokens to WETH/WAVAX/etc.
- unwrap_eth Unwrap WETH back to native tokens
- pay_x402 Pay x402 invoices automatically (fetch, pay, retry)
- create_paywall Create an x402 paywall to charge for a resource
- list_paywalls List all your x402 paywalls
- get_paywall Get paywall details by ID
- update_paywall Update paywall pricing, resource, or status
- delete_paywall Delete a paywall
- get_paywall_payments View payment history for a paywall
- get_x402_revenue Aggregate revenue stats across all paywalls
- buy_verification_credits Buy x402 verification credits with USDC on-chain
- get_usage Check your monthly usage and billing
- get_chains List all supported chains
- pause_wallet Emergency pause a wallet
- unpause_wallet Resume a paused wallet
- delete_wallet Delete a wallet
Environment variables
AGENTWALLET_WALLET_ID
Links
★ 1 GitHub stars