Get current USD price for any Solana token by mint address. Returns price, symbol, and supply info.
| Name | Type | Required | Description |
|---|---|---|---|
| mintAddress | string | required | Solana token mint address (base58) |
// MCP tool call
{
"name": "token_price",
"arguments": {
"mintAddress": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}