Indigo Protocol MCP

62 tools. 28 can modify or destroy data without limits.

16 destructive tools with no built-in limits. Policy required.

Last updated:

28 can modify or destroy data
34 read-only
62 tools total

Community server · catalogue entry checked 20/04/2026 · full schemas captured for 47 of 62 tools

How to control Indigo Protocol MCP ↓

What Indigo Protocol MCP exposes to your agents

Read (34) Write / Execute (12) Destructive / Financial (16)

What Indigo Protocol MCP costs in tokens

5,476 tokens of tool definitions, loaded on every request
2.7% of a 200k context window
262 heaviest tool: redeem_lrp
Critical Risk

The most dangerous Indigo Protocol MCP tools

28 of Indigo Protocol MCP's 62 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Indigo Protocol MCP

PolicyLayer is an MCP gateway — it sits between your AI agents and Indigo Protocol MCP, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "adjust_sp_account": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Deny destructive operations
{
  "annul_sp_request": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "adjust_lrp": {
    "limits": [
      {
        "counter": "adjust_lrp_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "analyze_cdp_health": {
    "limits": [
      {
        "counter": "analyze_cdp_health_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Indigo Protocol MCP — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON INDIGO PROTOCOL →

Instant setup, no code required.

All 62 Indigo Protocol MCP tools

FINANCIAL 15 tools
Financial adjust_sp_account Deposit to or withdraw from an existing stability pool account. Positive amount deposits, negative withdraws. Financial adjust_staking_position Adjust an existing INDY staking position (add or remove INDY). Returns an unsigned transaction (CBOR hex) for Financial burn_cdp Burn iAssets to reduce CDP debt — builds an unsigned transaction (CBOR hex) for client-side signing Financial cancel_lrp Cancel an existing LRP position. Returns an unsigned transaction (CBOR hex) for client-side signing. Financial claim_lrp Claim received iAssets from an LRP position. Returns an unsigned transaction (CBOR hex) for client-side signin Financial close_cdp Close a CDP and reclaim collateral — builds an unsigned transaction (CBOR hex) for client-side signing Financial deposit_cdp Deposit additional collateral into a CDP — builds an unsigned transaction (CBOR hex) for client-side signing Financial distribute_staking_rewards Distribute collected ADA rewards from collector UTxOs to staking positions. This is a protocol maintenance ope Financial leverage_cdp Open a leveraged CDP by redeeming against LRP positions — builds an unsigned transaction (CBOR hex) for client Financial liquidate_cdp Liquidate an undercollateralized CDP through the stability pool — builds an unsigned transaction (CBOR hex) fo Financial mint_cdp Mint additional iAssets from an existing CDP (increases debt) — builds an unsigned transaction (CBOR hex) for Financial open_cdp Open a new CDP position — builds an unsigned transaction (CBOR hex) for client-side signing Financial redeem_cdp Redeem iAssets from a CDP — builds an unsigned transaction (CBOR hex) for client-side signing. To redeem the m Financial redeem_lrp Redeem iAssets against one or more LRP positions. Returns an unsigned transaction (CBOR hex) for client-side s Financial withdraw_cdp Withdraw collateral from a CDP — builds an unsigned transaction (CBOR hex) for client-side signing
READ 34 tools
Read analyze_cdp_health Analyze health and collateral ratios of CDPs for an owner Read get_ada_price Get the current ADA price in USD Read get_all_cdps Get all CDPs/loans, optionally filtered by iAsset Read get_apr_by_key Get APR for a specific key Read get_apr_rewards Get all APR reward records Read get_asset Get details for a specific Indigo iAsset Read get_asset_price Get the current price for a specific Indigo iAsset Read get_assets Get all Indigo iAssets with prices and interest data Read get_blockfrost_balances Get token balances for a Cardano address via Blockfrost Read get_cdps_by_address Get all CDPs/loans for a specific Cardano address Read get_cdps_by_owner Get all CDPs/loans for a specific owner (accepts payment key hash or bech32 address) Read get_collector_utxos Get collector UTXOs for fee distribution Read get_dex_yields Get DEX farm yields for iAsset pairs Read get_indy_price Get the current INDY token price in ADA and USD Read get_iris_liquidity_pools Get liquidity pools from Iris, optionally filtered by tokens or DEX Read get_order_book Get open limited redemption positions from the order book, optionally filtered by asset or owners Read get_polls Get all governance polls Read get_protocol_params Get latest governance protocol parameters Read get_protocol_stats Get aggregated protocol statistics Read get_redemption_orders Get redemption orders, optionally filtered by timestamp or price range Read get_redemption_queue Get aggregated redemption queue for a specific iAsset, sorted by max price ascending Read get_sp_account_by_owner Get stability pool accounts for specific owners (accepts payment key hashes or bech32 addresses) Read get_stability_pool_accounts Get all open stability pool accounts, optionally filtered by iAsset Read get_stability_pools Get the latest stability pool state for each iAsset (snapshotP, snapshotD, snapshotS, epoch, scale) Read get_staking_info Get the current INDY staking manager state (slot, outputHash, totalStake, snapshotAda) Read get_staking_position_by_address Get INDY staking positions for a single Cardano address Read get_staking_positions Get all open INDY staking positions Read get_staking_positions_by_owner Get INDY staking positions for specific owners (accepts payment key hashes or bech32 addresses) Read get_steelswap_estimate Get a swap estimate from Steelswap DEX Read get_steelswap_tokens Get all tokens available on Steelswap DEX Read get_sync_status Get indexer sync status Read get_temperature_checks Get temperature check polls Read get_tvl Get historical TVL data from DefiLlama Read retrieve_from_ipfs Retrieve content from IPFS by CID

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Indigo Protocol MCP

Can an AI agent move money through the Indigo Protocol MCP server? +

Yes. The Indigo Protocol MCP server exposes 15 financial tools including adjust_sp_account, adjust_staking_position, burn_cdp. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

Can an AI agent delete data through the Indigo Protocol MCP server? +

Yes. The Indigo Protocol MCP server exposes 1 destructive tools including annul_sp_request. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Indigo Protocol MCP? +

The Indigo Protocol MCP server has 8 write tools including adjust_lrp, close_sp_account, close_staking_position. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Indigo Protocol MCP.

How many tools does the Indigo Protocol MCP server expose? +

62 tools across 5 categories: Destructive, Execute, Financial, Read, Write. 34 are read-only. 28 can modify, create, or delete data.

How do I enforce a policy on Indigo Protocol MCP? +

Register the Indigo Protocol MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Indigo Protocol MCP tool call.

Deterministic rules across all 62 Indigo Protocol MCP tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

62 Indigo Protocol MCP tools catalogued and risk-classified — across an index of 46,500+ MCP servers.

// WHERE THIS COMES FROM

These policies come from Indigo Protocol's registry record.

The record behind this page: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.