Skip to content
Data
Skill

/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 wants to browse APIs, find a specific route, understand parameters, or execute a Vybe HTTP call.

From plugin
solana-mcp-vybe
1.3k3 skills1 MCP
Install
$ npx -y skills add vybenetwork/solana-mcp-vybe --skill vybe-api-explorer --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/vybe-api-explorer

Context 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.

SKILL.md

vybe-api-explorer.SKILL.md
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.

Vybe API explorer

Guide developers through the Vybe OpenAPI catalog with MCP tools.

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 |

Workflow

1. Clarify the goal (discover, inspect, or execute). 2. Discovery:

  • Broad browse → `list-endpoints`
  • Targeted → `search-endpoints` with 1–3 keywords

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:

  • GET route → `query-vybe-api` with `path` and `query`
  • `/v4/wallets/batch/*` → `query-vybe-api-batch` with `path` and `body`
  • swap, close token accounts, withdraw MEV → `build-vybe-transaction`

5. Return:

  • Endpoint path + method
  • Key request params used
  • Compact result summary (or error body)

6. If the user wants paid / metered access patterns, call `pay-with-x402` and explain — do not invent payment flows.

Rules

  • Never put API keys in repo files or chat logs when avoidable; prefer the OAuth MCP session.
  • Do not invent endpoints that are not in the catalog.
  • For `build-vybe-transaction` (swaps, close accounts, withdraws), confirm intent, then return the unsigned payload only — the user signs in their own wallet.
  • Prefer the smallest successful request (low `limit`) before large pulls.
Read more
Ships withsolana-mcp-vybe

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.

Get the whole plugin
Stats
1,285
Stars
98
Forks
Active
Maintenance
23h ago
Last commit
5mo ago
Created

Repo: vybenetwork/solana-mcp-vybe

Other skills on solana-mcp-vybe.