
Solana Pool Liquidity Scanner API
Let your agent measure Solana DEX pool depth—TVL, slippage, and volume across Raydium, Orca, and Meteora—before you scope swaps, routing, or liquidity features.
Overview
io.github.Br0ski777/solana-pools is a Finance MCP server for the Validate phase that reports Solana DEX pool TVL, slippage, and volume for Raydium, Orca, and Meteora via x402-paid remote SSE.
What is this MCP server?
- Solana Pool Liquidity Scanner API over SSE at solana-pools.api.klymax402.com/mcp
- DEX coverage includes Raydium, Orca, and Meteora pools
- Exposes TVL, slippage, and volume signals for depth checks
- x402 remote micropayment model—no self-hosted indexer required
- Server version 1.1.0 from GitHub repo solana-pools-x402
- Remote MCP version 1.1.0
- 1 SSE endpoint: https://solana-pools.api.klymax402.com/mcp
- 3 DEX families: Raydium, Orca, Meteora
What problem does it solve?
You are scoping a Solana DeFi feature but cannot quickly tell if pools are deep enough to support your UX promises or routing assumptions.
Who is it for?
Builders validating swap widgets, route planners, or treasury tools who want pool TVL and slippage in the same chat as their architecture notes.
Skip if: Live trade execution, proprietary market-making, or strategies that need mempool-level timing and private RPC infra.
What do I get? / Deliverables
Your agent can fetch comparable liquidity depth metrics across major Solana DEX venues so scope and risk tradeoffs are evidence-backed.
- Pool-level TVL, slippage, and volume snapshots for named Solana DEXs
- Agent-ready comparisons to tighten validate-phase scope documents
- No self-hosted liquidity indexer for initial due diligence
Recommended MCP Servers
Journey fit
Liquidity depth answers whether a pool is safe to build on; that fits validation when you narrow scope for DeFi tools rather than post-launch growth analytics alone. Scope decisions need slippage and TVL evidence; this MCP supplies pool-level metrics so you do not over-promise routing or LP dashboards on thin markets.
How it compares
Pool liquidity telemetry MCP—not a skill that implements Jupiter or Raydium swap transactions.
Common Questions / FAQ
Who is solana-pools for?
Solo builders and agent users scoping Solana DeFi products who need DEX pool TVL, slippage, and volume without running liquidity indexers.
When should I use solana-pools?
Use it while validating scope—before you build routing, LP dashboards, or swap flows—when you must check depth on Raydium, Orca, or Meteora pools.
How do I add solana-pools to my agent?
Configure the remote MCP SSE URL https://solana-pools.api.klymax402.com/mcp in your agent's MCP settings and enable x402 payments for the hosted API.