Skip to main content

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.

설치로 이동

소스 정보

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

설치 방법

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

소스 파일 검토

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

파일 탐색기
3 개 파일

SKILL.md 표시 중

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.
GitHub에서 보기