Get newly created token pairs on Solana. Shows the latest launches with price, volume, liquidity, and age in minutes. Essential for meme coin discovery.
| Name | Type | Required | Description |
|---|---|---|---|
| No parameters — just call it | |||
// MCP tool call
{
"name": "new_pairs",
"arguments": {}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}