Vybe token & market intel
Use Solana MCP by Vybe tools to pull live token and market data.
When to use
- Token price, metadata, supply, or holder distribution
- Market / pool liquidity and DEX activity
- Trade history or OHLCV candles
- Top traders or labeled accounts
Workflow
- Identify the subject: mint address, market/pool address, or symbol. If only a symbol is given, search endpoints that resolve symbols/mints first.
- Use
search-endpointswith focused keywords (token,holders,ohlc,trades,markets,top-traders). - Inspect the chosen route with
get-endpoint(params, pagination, sorting). - Run
query-vybe-apiwith thepathandqueryparams, using sensible defaults (smalllimit, explicit sort fields when required). - Present a tight briefing:
- Price / liquidity / volume when available
- Top holders or concentration notes
- Recent trade or candle highlights
- Caveats (pagination, delayed fields, unlabeled wallets)
- Suggest one concrete next query (e.g. expand holders, switch timeframe, compare markets).
Rules
- Prefer mint addresses over ambiguous ticker symbols when both exist.
- Call out incomplete data instead of inventing figures.
- Keep responses scannable; use short tables for holders/trades when helpful.
- Auth failures → ask the user to reconnect OAuth on
mcp.vybenetwork.xyz.