Indigo MCP v0.3.0 — Indigo v3 support
First release with full Indigo Protocol v3 support.
Highlights
- Migrated to
@indigo-labs/indigo-sdk(v3) — all write tools rebuilt on the v3 transaction builders (OutRef-based, multi-collateral, interest-collector aware) with a shared v3 finder layer. - New tool domains: interest (
collect_interest,distribute_interest,feed_interest_oracle,get_interest_oracle), oracle/Pyth (get_oracle_price,get_pyth_price,feed_price_oracle), and native stableswap (get_stableswap_pool,create_stableswap_order,cancel_stableswap_order). - Fixed CDP reads &
analyze_cdp_healthfor the v3 data shape and accrued interest (resolves the post-v3 breakage). - Migrated all read tools to the v3 indexer API (
/api+/api/v3routes) — prices, staking, governance, redemptions/order-book, stability-pool accounts, collector, DEX proxies, APR, TVL. - Added iEUR and iJPY to the supported iAssets (full set: iUSD, iBTC, iETH, iSOL, iEUR, iJPY).
- 69 Indigo tools.
Upgrade notes
- Set
INDEXER_URL=https://analytics.indigoprotocol.io/api(the old/api/v1base was removed in v3). BLOCKFROST_API_KEYis still required for write/transaction-building tools.
Install: npx @indigoprotocol/indigo-mcp@0.3.0 (or npm i -g @indigoprotocol/indigo-mcp).