dex_search

$0.001 USDC per call

Search DEXScreener for any token or pair by name, symbol, or address. Returns price, volume, liquidity, and pair info across all DEXes.

Parameters
NameTypeRequiredDescription
query string required Token name, symbol, or address to search
Example Call
// MCP tool call
{
  "name": "dex_search",
  "arguments": {
    "query": ""
}
}
Connect
// Add to your MCP config — this tool is immediately available
{
  "mcpServers": {
    "toolbooth": { "url": "https://toolbooth.io/mcp" }
  }
}
Related Tools

Try it live in the playground