# Solana DEX Pools — Liquidity, TVL, Slippage Analysis

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 So…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/solana-pools

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/solana-pools

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/solana-pools solana_scan_pool_liquidity

# Call a tool
npx -y @smithery/cli@latest tool call axel-belfort/solana-pools solana_scan_pool_liquidity '{}'
```

## Direct MCP Connection

Endpoint: `https://solana-pools--axel-belfort.run.tools`

## Tools (1)

- `solana_scan_pool_liquidity` — Use this when you need to check liquidity depth of a Solana DEX pool before trading. Returns TVL, slippage estimates, v…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/solana-pools <tool-name>
```
