Get full DEXScreener stats for a token: price, 5m/1h/6h/24h volume, buy/sell counts, liquidity, market cap, and price changes. Returns the highest-volume pair.
| Name | Type | Required | Description |
|---|---|---|---|
| tokenAddress | string | required | Token mint/contract address |
// MCP tool call
{
"name": "pair_data",
"arguments": {
"tokenAddress": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}