yield_rates

$0.002 USDC per call

Get current DeFi yield rates (APY) across Solana protocols. Returns top pools sorted by TVL from Marinade, Jito, Raydium, Orca, and more via DeFiLlama.

Parameters
NameTypeRequiredDescription
chain string optional Blockchain to query yields for (default: Solana)
Example Call
// MCP tool call
{
  "name": "yield_rates",
  "arguments": {
    "chain": ""
}
}
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