Help us improve
Share bugs, ideas, or general feedback.
From alchemy-skills
Generates a MoonPay checkout URL to buy crypto with fiat via credit card or bank transfer. User completes purchase in browser.
npx claudepluginhub moonpay/skills --plugin moonpay-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/alchemy-skills:moonpay-buy-cryptoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate a MoonPay checkout URL for buying crypto with a credit card or bank transfer. The user completes the purchase in their browser.
Buys crypto with credit card or bank transfer via MoonPay CLI, funds wallets, verifies balances, and uses with Zerion CLI for trading and analysis. Useful before DeFi workflows.
Generates multi-chain deposit addresses that accept crypto from Solana, Ethereum, Bitcoin, or Tron and auto-converts to a stablecoin of your choice. No login required.
Guides token swaps, bridges, ETH/WETH conversions, and trades on Base, Polygon, Ethereum, Unichain, Solana using USD, percentage, or exact amounts.
Share bugs, ideas, or general feedback.
Generate a MoonPay checkout URL for buying crypto with a credit card or bank transfer. The user completes the purchase in their browser.
mp buy \
--token <currency-code> \
--amount <usd-amount> \
--wallet <destination-address> \
--email <buyer-email>
btc, sol, eth, trx, pol_polygon, usdc, usdc_sol, usdc_base, usdc_arbitrum, usdc_optimism, usdc_polygon, usdt_trx, eth_polygon, eth_optimism, eth_base, eth_arbitrum
mp buy --token sol --amount 50 --wallet <address> --email user@example.com--amount flag is in USD (e.g. --amount 50 = $50 worth of the token).--token flag uses MoonPay currency codes, not mint addresses.