Get top trending/boosted tokens on DEXScreener. Shows what's getting the most attention right now. Optionally filter by chain.
| Name | Type | Required | Description |
|---|---|---|---|
| chain | string | optional | Filter by chain (e.g. 'solana', 'ethereum', 'base'). Omit for all chains. |
// MCP tool call
{
"name": "trending_tokens",
"arguments": {
"chain": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}