Generate an unsigned Cardano transaction to feed a new price to an OracleNft-backed oracle for admin signing. Not for Pyth-priced assets; those use signed Pyth messages instead.
MCP server for the INDIGO astronomy automation protocol, enabling AI agents to control telescopes, cameras, focusers, filter wheels, domes, and other observatory equipment through natural language.
MCP server for Indigo Protocol on Cardano — exposes iAsset prices (iUSD, iBTC, iETH, iSOL), CDP/loan analytics, stability pools, INDY staking, governance, and DEX data to LLM agents.
Mint additional iAssets from an existing CDP to increase debt. Generates an unsigned CBOR transaction for client-side signing, enabling loan expansion.
Create a Redemption Order Book buy order by depositing ADA to purchase an iAsset up to a specified max price, returning an unsigned transaction for client-side signing.
Change the ADA allocation in a ROB buy order by specifying a positive or negative lovelace adjustment, with optional max-price updates. Produces an unsigned CBOR transaction for client-side signing.
Close an INDY staking position and unstake all INDY by providing your address and position UTxO details. Returns an unsigned transaction (CBOR hex) for client-side signing.
Batch-collect accrued interest from one or more CDP positions into the interest collector, producing an unsigned CBOR-encoded transaction for client-side signing.
Retrieve the current Pyth price for any Indigo iAsset along with its on-chain feed configuration. Shows the latest signed update and its validity deadline for on-chain use.
Retrieve the current interest oracle state for any supported iAsset, including the on-chain interest rate, unitary interest accumulator, and last-updated timestamp.
Redeem iAssets from a CDP by building an unsigned transaction (CBOR hex) for client-side signing. Pass the total minted amount to redeem the maximum possible.