Search DEXScreener for any token or pair by name, symbol, or address. Returns price, volume, liquidity, and pair info across all DEXes.
| Name | Type | Required | Description |
|---|---|---|---|
| query | string | required | Token name, symbol, or address to search |
// MCP tool call
{
"name": "dex_search",
"arguments": {
"query": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}