Skip to content

v0.3.0 — Indigo v3 support

Latest

Choose a tag to compare

@adacapo21 adacapo21 released this 10 Jun 17:11
· 4 commits to main since this release
9653984

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_health for the v3 data shape and accrued interest (resolves the post-v3 breakage).
  • Migrated all read tools to the v3 indexer API (/api + /api/v3 routes) — 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/v1 base was removed in v3).
  • BLOCKFROST_API_KEY is still required for write/transaction-building tools.

Install: npx @indigoprotocol/indigo-mcp@0.3.0 (or npm i -g @indigoprotocol/indigo-mcp).