Compare Solana Liquid Staking Token (LST) yields. Covers mSOL, jitoSOL, bSOL, INF, jupSOL, and 15+ LSTs across Marinade, Jito, Sanctum, BlazeStake, and more. Returns APY, TVL, best yields by TVL tier, and ecosystem average. Data from DeFi Llama.
| Name | Type | Required | Description |
|---|---|---|---|
| minTvl | string | optional | Minimum TVL in USD (default: 1,000,000) |
| sortBy | string | optional | Sort by: 'apy' or 'tvl' (default: apy) |
| limit | string | optional | Max results (default: 20) |
// MCP tool call
{
"name": "lst_yields",
"arguments": {
"minTvl": "",
"sortBy": "",
"limit": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}