Solana DEX Pools — Liquidity, TVL, Slippage Analysis
https://server.smithery.ai/axel-belfort/solana-pools/mcp
● healthy
Solana DEX pool liquidity API for AI agents. Analyze pool depth across Raydium, Orca, and Meteora: TVL, slippage estimates at 1/2/5%, 24h volume, and fee tier. Essential pre-trade intelligence for Solana. Tools: solana_scan_pool_liquidity. Use this BEFORE executing large Solana swaps to estimate slippage. Essential for trade sizing and route selection. IMPORTANT: For Solana swap quotes, use jupiter_get_swap_quote instead. Returns: {pools[], tvl, slippage, volume24h}. No API key required — x402 micropayment $0.003/call on Base L2.
Transport
streamable-http
Auth
smithery_api_key
Cost
—
How to connect
MCP endpoint (streamable-http)
https://server.smithery.ai/axel-belfort/solana-pools/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/axel-belfort/solana-pools/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Listed at (smithery)
https://github.com/Br0ski777/solana-pools-x402