# Solana Pool Liquidity Scanner API MCP server

Solana DEX pool liquidity depth — TVL, slippage, volume, Raydium/Orca/Meteora. x402.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-solana-pools
- Repository: https://github.com/Br0ski777/solana-pools-x402
- Website: https://github.com/Br0ski777/solana-pools-x402

## Install
- Endpoint: https://solana-pools.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://solana-pools.api.klymax402.com/mcp

## Tools
- solana_scan_pool_liquidity - Use this when you need to check liquidity depth of a Solana DEX pool before trading. Returns TVL, slippage estimates, volume, and fee tier for pools matching a token mint.

1. pools: array of DEX pools for the given token
2. Each pool contains: dex (Raydium/Orca/Meteora), pairName, tvlUsd, volume24h, feeTier, poolAge
3. depth: slippage estimates at 1%, 2%, 5% trade sizes in USD
4. bestPool: the pool with deepest liquidity
5. totalTvl: combined TVL across all pools for this token

Example output: {"pools":[{"dex":"Raydium","pairName":"SOL/USDC","tvlUsd":45000000,"volume24h":12000000,"feeTier":0.25,"poolAge":"342d"}],"depth":{"1pct":500000,"2pct":950000,"5pct":2100000},"bestPool":"Raydium SOL/USDC","totalTvl":62000000}

Use this BEFORE executing large swaps to estimate slippage. Essential for position sizing, liquidity analysis, and avoiding thin pools.

Do NOT use for swap quotes -- use jupiter_get_swap_quote. Do NOT use for new token launches -- use solana_scan_new_tokens. Do NOT use for Solana fees -- use solana_get_priority_fees. Endpoint: https://solana-pools.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
