Solana MCP by Vybe
io.github.vybenetwork/solana-mcp-vybeSolana MCP developer toolkit: wallets, trades, markets, PnL, transfers, onchain, swaps & API tools.
Tools · 5
Lists all API paths and their HTTP methods with summaries, organized by path. Results can be passed directly into 'get-endpoint'.
Gets detailed information about a specific API endpoint, including security schemes and servers
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…
Executes an API request with a given HAR request object.
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.
Similar MCP servers embedding-nearest
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"
}
}
}