Skip to main content

vybe-wallet-analytics

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.

설치로 이동

소스 정보

저장소
vybenetwork/solana-mcp-vybe
최근 소스 활동
2026년 9월 16일 21:03
감지된 SKILL.md 언어
영어
스타
1,275
포크
98

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
2 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
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.
# Vybe wallet analytics 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. ## When to use - Wallet balances, holdings, or portfolio value - Realized / unrealized PnL for a wallet - Transfer history or counterparties - Empty / dust token accounts ## Workflow 1. Confirm you have a Solana wallet address (base58 pubkey). If missing, ask for it. 2. Discover the right route: - Prefer `search-endpoints` with keywords like `wallet`, `pnl`, `transfer`, `token-balance`. - Or `list-endpoints` then pick the matching path. 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). ## Rules - Never ask for or handle private keys / seed phrases. - Do not broadcast transactions; if a route returns an unsigned tx, say the user must sign in their own wallet. - If OAuth / auth is required, tell the user to connect the Vybe MCP connector and retry. - Prefer read-only endpoints for analytics. Use `build-vybe-transaction` only when the user explicitly asks for a transaction payload.
GitHub에서 보기