Check DEX liquidity depth for a Solana token. Returns pool info, TVL estimates, and a liquidity rating (DEEP/MODERATE/SHALLOW/NONE).
| Name | Type | Required | Description |
|---|---|---|---|
| mintAddress | string | required | Solana token mint address (base58) |
// MCP tool call
{
"name": "dex_liquidity",
"arguments": {
"mintAddress": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}