Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

io.github.vybenetwork/vybe-solana-api

io.github.vybenetwork/vybe-solana-api

Solana MCP for wallets, trades, markets, PnL, transfers, onchain data, signable swaps and API tools.

Uptime
100.0%
1 direct probes · 30d
Response
438ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

list-endpoints

Lists all API paths and their HTTP methods with summaries, organized by path. Results can be passed directly into 'get-endpoint'.

get-endpoint

Gets detailed information about a specific API endpoint, including security schemes and servers

search-endpoints

Performs a deep search through paths, operations, and parameters to discover relevant API endpoints. Use this tool to find specific API capabilities, required parameters, or data models based on searc…

execute-request

Executes an API request with a given HAR request object.

pay-with-x402

Before calling any Vybe endpoint without an API key (e.g. AI agent, throwaway script, premium-only path), use this to access the same endpoint via x402 pay-per-call USDC on Solana.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.vybenetwork/vybe-solana-api": {
      "url": "https://docs.vybenetwork.com/mcp",
      "transport": "streamable-http"
    }
  }
}