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

Solana MCP by Vybe

io.github.vybenetwork/solana-mcp-vybe

Solana MCP developer toolkit: wallets, trades, markets, PnL, transfers, onchain, swaps & API tools.

Uptime
100.0%
1 direct probes · 30d
Response
542ms
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": {
    "solana_mcp_by_vybe": {
      "url": "https://mcp.vybenetwork.xyz/mcp",
      "transport": "http"
    }
  }
}