Indigo CDP & Loan Management
Manage Collateralized Debt Positions (CDPs) on the Indigo Protocol.
Prerequisites
@indigoprotocol/indigo-mcpserver running
MCP Tools
open_cdp— Open a new CDPdeposit_cdp— Deposit collateral into a CDPwithdraw_cdp— Withdraw collateral from a CDPclose_cdp— Close a CDP and reclaim collateralmint_cdp— Mint iAssets against a CDPburn_cdp— Burn iAssets to reduce CDP debtanalyze_cdp_health— Check CDP health and liquidation riskliquidate_cdp— Liquidate an unhealthy CDPredeem_cdp— Redeem iAssets against a CDPfreeze_cdp— Freeze a CDPmerge_cdps— Merge multiple CDPs into oneleverage_cdp— Open a leveraged CDP position via ROBget_all_cdps— List all CDPsget_cdps_by_owner— List CDPs by ownerget_cdps_by_address— List CDPs by address
Sub-skills
- CDP Basics — Open, deposit, withdraw, close
- Mint & Burn — Mint and burn iAssets
- CDP Health — Analyze health, liquidation risk
- Liquidation — Liquidate, redeem, freeze, merge
- Leverage — Leveraged CDP via ROB
References
- MCP Tools Reference — Detailed tool parameters and return types
- CDP Concepts — Collateral ratios, liquidation, iAssets, and more