Monitor Solana lending pools approaching liquidation. Tracks utilization rates across Kamino, MarginFi, Drift, Solend, Save, and Mango. Returns risk levels (CRITICAL/HIGH/MEDIUM/LOW), market stress indicator, and per-protocol summaries.
| Name | Type | Required | Description |
|---|---|---|---|
| protocol | string | optional | Filter by protocol (e.g. 'kamino', 'marginfi', 'drift') |
| riskLevel | string | optional | Minimum risk level: LOW, MEDIUM, HIGH, CRITICAL |
| asset | string | optional | Filter by asset symbol (e.g. 'USDC', 'SOL') |
// MCP tool call
{
"name": "liquidation_risk",
"arguments": {
"protocol": "",
"riskLevel": "",
"asset": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}