lst_yields

$0.005 USDC per call

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.

Parameters
NameTypeRequiredDescription
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)
Example Call
// MCP tool call
{
  "name": "lst_yields",
  "arguments": {
    "minTvl": "",
    "sortBy": "",
    "limit": ""
}
}
Connect
// Add to your MCP config — this tool is immediately available
{
  "mcpServers": {
    "toolbooth": { "url": "https://toolbooth.io/mcp" }
  }
}
Related Tools

Try it live in the playground