lending_rates

$0.005 USDC per call

Compare lending and borrowing rates across Solana DeFi protocols (Kamino, MarginFi, Drift, Solend, Save, Mango). Returns supply APY, borrow APY, utilization rates, reward APY, and per-asset summaries showing the best rates. Filter by asset (USDC, SOL, mSOL, etc.) or protocol.

Parameters
NameTypeRequiredDescription
asset string optional Filter by asset symbol (e.g. 'USDC', 'SOL', 'mSOL', 'JitoSOL'). Omit for all assets.
protocol string optional Filter by protocol (e.g. 'kamino', 'marginfi', 'drift', 'solend'). Omit for all protocols.
Example Call
// MCP tool call
{
  "name": "lending_rates",
  "arguments": {
    "asset": "",
    "protocol": ""
}
}
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