Solana DEX pool liquidity depth β TVL, slippage, volume, Raydium/Orca/Meteora. x402.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Solana DEX pool liquidity depth -- TVL, slippage at 1/2/5%, volume, fee tier. Raydium, Orca, Meteora. Pay-per-call via x402 (USDC on Base L2) -- no API key, no signup, no rate-limit wall.
Part of the klymax402 marketplace -- 100 x402 micropayment APIs for AI agents, one wallet, USDC on Base.
Add to your MCP client config (Claude Desktop, Cursor, ElizaOS, etc.):
Any x402-aware client (@x402/fetch, x402-agent-tools, ATXP) handles the 402 -> sign -> retry cycle automatically.
| Tool | Method | Path | Price | Description |
|---|---|---|---|---|
solana_scan_pool_liquidity | GET | /api/pool | $0.008 | Get liquidity depth for Solana DEX pools by token mint |
solana_scan_pool_liquidity | POST | /api/pool | $0.008 | Get liquidity depth for Solana DEX pools by token mint (POST variant) |
solana_scan_pool_liquidityUse 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.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
mint | string | yes | Solana token mint address to look up pools for (e.g. So11111111111111111111111111111111111111112 for SOL). |
Returns
pools -- array of DEX pools for the given tokendepth -- slippage estimates at 1%, 2%, 5% trade sizes in USDbestPool -- the pool with deepest liquiditytotalTvl -- combined TVL across all pools for this tokenExample response:
When to use: executing large swaps to estimate slippage. Essential for position sizing, liquidity analysis, and avoiding thin pools.
solana_scan_pool_liquidityUse 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. POST variant of solana_scan_pool_liquidity -- same params passed as JSON body instead of query string.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
mint | string | yes | Solana token mint address to look up pools for (e.g. So11111111111111111111111111111111111111112 for SOL). |
Returns
pools -- array of DEX pools for the given tokendepth -- slippage estimates at 1%, 2%, 5% trade sizes in USDbestPool -- the pool with deepest liquiditytotalTvl -- combined TVL across all pools for this tokenExample response:
When to use: executing large swaps to estimate slippage. Essential for position sizing, liquidity analysis, and avoiding thin pools.
eip155:8453)100 x402 micropayment APIs for AI agents -- one wallet, USDC on Base, zero signup.
MIT
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/solana-pool-liquidity-scanner-api)<a href="https://allmcps.com/mcp/solana-pool-liquidity-scanner-api"><img src="https://allmcps.com/api/badge/solana-pool-liquidity-scanner-api?style=directory" alt="Solana Pool Liquidity Scanner API on AllMCPs" /></a>