Help us improve
Share bugs, ideas, or general feedback.
From alchemy-skills
Searches tokens by name/symbol, retrieves market data, generates trading briefs, and evaluates risk via liquidity, volume, and wallet analysis. For crypto token research and price checks.
npx claudepluginhub moonpay/skills --plugin moonpay-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/alchemy-skills:moonpay-discover-tokensThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Search for tokens, retrieve market data, generate trading briefs, and assess risk — all from one skill.
Researches crypto tokens with price/market data, technical indicators (RSI, MACD, moving averages), social sentiment, charts, and trending lists across Base, Polygon, Ethereum, Solana, Unichain.
Queries OKX DEX APIs for token data: search, trending/hot lists, liquidity pools, holder distributions/whales/snipers, risk metadata, buy/sell activity, trades, prices/market cap/volume, top profit addresses, and holder cluster analysis. Manages quotas/payments.
Plans Uniswap token swaps and discoveries across chains: verifies contracts, searches DexScreener/web, generates executable deep links.
Share bugs, ideas, or general feedback.
Search for tokens, retrieve market data, generate trading briefs, and assess risk — all from one skill.
# Search by name or symbol
mp token search --query "BONK" --chain solana
# Get full details for a specific token
mp token retrieve --token <mint-address> --chain solana
# See what's trending
mp token trending list --chain solana
solana, ethereum, base, polygon, arbitrum, optimism
mp token search.mp token retrieve.When the user wants a brief or analysis, format the output like:
BONK (DezX...pump) — mcap $850M, liq $12M, vol24 $45M
momentum: 1h +2.3%, 4h -0.5%, 24h +8.1%
activity: trades24 12,500, wallets24 3,200
note: healthy volume, broad wallet distribution
When the user asks "is this safe?" or wants to evaluate an unknown token, check these indicators from the market data:
Present a risk summary with traffic-light ratings. This is a heuristic check based on market data, not a smart contract audit — always recommend caution with unknown tokens.
Price check:
mp token search --query "BONK" --chain solanaRisk check:
mp token search --query "BONK" --chain solana then mp token retrieve --token <address> --chain solana