Get current DeFi yield rates (APY) across Solana protocols. Returns top pools sorted by TVL from Marinade, Jito, Raydium, Orca, and more via DeFiLlama.
| Name | Type | Required | Description |
|---|---|---|---|
| chain | string | optional | Blockchain to query yields for (default: Solana) |
// MCP tool call
{
"name": "yield_rates",
"arguments": {
"chain": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}