vybe-token-market-inte…
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,…
Explore and call the Vybe Solana API catalog through MCP — discover endpoints, inspect OpenAPI params, then run authenticated live requests. Use when the user wants to browse APIs, find a specific route, understand parameters, or execute a Vybe HTTP call.
$ npx -y skills add vybenetwork/solana-mcp-vybe --skill vybe-api-explorer --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/vybe-api-explorerContext preview
The summary Claude sees to decide when to auto-load this skill.
Explore and call the Vybe Solana API catalog through MCP — discover endpoints, inspect OpenAPI params, then run authenticated live requests. Use when the user wants to browse APIs, find a specific route, understand parameters, or execute a Vybe HTTP call.
name: vybe-api-explorer description: Explore and call the Vybe Solana API catalog through MCP — discover endpoints, inspect OpenAPI params, then run authenticated live requests. Use when the user wants to browse APIs, find a specific route, understand parameters, or execute a Vybe HTTP call.
Guide developers through the Vybe OpenAPI catalog with MCP tools.
| Tool | Use for | |------|---------| | `list-endpoints` | Full path/method catalog | | `search-endpoints` | Keyword search across paths, ops, schemas | | `get-endpoint` | Full params, security, servers for one route | | `query-vybe-api` | Live GET read of any `/v4` path | | `query-vybe-api-batch` | Live read across many wallets at once | | `build-vybe-transaction` | Unsigned swap / close-account / withdraw-MEV payload | | `pay-with-x402` | Pay-per-call integration guidance only |
1. Clarify the goal (discover, inspect, or execute). 2. Discovery:
3. Before any live call, run `get-endpoint` for the path + HTTP method. 4. Pick the matching call tool and fill it from the schema — required query/path/body fields only; omit unknowns:
5. Return:
6. If the user wants paid / metered access patterns, call `pay-with-x402` and explain — do not invent payment flows.
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
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,…
Analyze Solana wallets with Vybe MCP — balances, holdings, PnL, transfers, and counterparties. Use when the user asks about a wallet address, portfolio,…