vybe-api-explorer
Explore and call the Vybe Solana API catalog through MCP — discover endpoints, inspect OpenAPI params, then run authenticated live requests. Use when the user…
Analyze Solana wallets with Vybe MCP — balances, holdings, PnL, transfers, and counterparties. Use when the user asks about a wallet address, portfolio, realized/unrealized PnL, token accounts, or transfer history on Solana.
$ npx -y skills add vybenetwork/solana-mcp-vybe --skill vybe-wallet-analytics --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/vybe-wallet-analyticsContext preview
The summary Claude sees to decide when to auto-load this skill.
Analyze Solana wallets with Vybe MCP — balances, holdings, PnL, transfers, and counterparties. Use when the user asks about a wallet address, portfolio, realized/unrealized PnL, token accounts, or transfer history on Solana.
name: vybe-wallet-analytics description: Analyze Solana wallets with Vybe MCP — balances, holdings, PnL, transfers, and counterparties. Use when the user asks about a wallet address, portfolio, realized/unrealized PnL, token accounts, or transfer history on Solana.
Use the **Solana MCP by Vybe** tools (`list-endpoints`, `search-endpoints`, `get-endpoint`, `query-vybe-api`, `query-vybe-api-batch`) to answer wallet questions with live data.
1. Confirm you have a Solana wallet address (base58 pubkey). If missing, ask for it. 2. Discover the right route:
3. Call `get-endpoint` for the chosen path + method to learn required params, auth, and response shape. 4. Call `query-vybe-api` with the `path` and `query` params, or `query-vybe-api-batch` when covering several wallets in one call. 5. Summarize results for the user: top holdings, USD values when present, PnL figures, notable counterparties. Cite the endpoint used. 6. Offer a clear follow-up (e.g. deeper PnL window, specific mint, transfer filters).
Solana MCP by Vybe lets Cursor, Claude, Codex, and other MCP clients browse schemas or make live Solana API calls through one public MCP server. Public Model Context Protocol (MCP) registry metadata for Solana MCP by Vybe.
Repo: vybenetwork/solana-mcp-vybe
Explore and call the Vybe Solana API catalog through MCP — discover endpoints, inspect OpenAPI params, then run authenticated live requests. Use when the user…
Solana token and market intelligence via Vybe MCP — prices, holders, liquidity, candles, DEX trades, and top traders. Use when the user asks about a mint,…