Indigo Protocol MCP — iAsset prices, CDP analytics, stability pools, staking & governance
If you already use Indigo, the indigo mcp server is the piece that lets your assistant work with it directly. Indigo Protocol MCP — iAsset prices, CDP analytics, stability pools, staking & governance.
The setup commands auto-configure Claude Desktop, Claude Code, Cursor, or Windsurf. No manual config editing needed.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
get_assets — Get all Indigo iAssets with prices and interest dataget_asset — Get details for a specific iAssetget_asset_price — Get the current price for a specific iAssetget_ada_price — Get the current ADA price in USDget_indy_price — Get the current INDY token price in ADA and USDget_all_cdps — Get all CDPs/loans, optionally filtered by iAssetget_cdps_by_owner — Get CDPs for a specific ownerget_cdps_by_address — Get CDPs for a specific Cardano addressanalyze_cdp_health — Analyze collateral ratios and liquidation riskopen_cdp — Open a new CDP position (returns unsigned CBOR tx)deposit_cdp — Deposit additional collateral into a CDPwithdraw_cdp — Withdraw collateral from a CDPBecause this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
Configuration is passed through the environment: INDEXER_URL, BLOCKFROST_API_KEY, SEED_PHRASE, BLOCKFROST_PROJECT_ID. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the payments and commerce group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Indigo's toolset — get_assets, get_asset, get_asset_price and 11 more — is a fair guide to whether it matches your workflow. It is maintained by IndigoProtocol; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Indigo's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| get_assets | Get all Indigo iAssets with prices and interest data |
| get_asset | Get details for a specific iAsset |
| get_asset_price | Get the current price for a specific iAsset |
| get_ada_price | Get the current ADA price in USD |
| get_indy_price | Get the current INDY token price in ADA and USD |
| get_all_cdps | Get all CDPs/loans, optionally filtered by iAsset |
| get_cdps_by_owner | Get CDPs for a specific owner |
| get_cdps_by_address | Get CDPs for a specific Cardano address |
| analyze_cdp_health | Analyze collateral ratios and liquidation risk |
| open_cdp | Open a new CDP position (returns unsigned CBOR tx) |
| deposit_cdp | Deposit additional collateral into a CDP |
| withdraw_cdp | Withdraw collateral from a CDP |
| close_cdp | Close a CDP and reclaim collateral |
| mint_cdp | Mint additional iAssets from an existing CDP (increases debt) |
**Standard config:**
```json
{
"mcpServers": {
"indigo": {
"command": "npx",
"args": ["-y", "@indigoprotocol/indigo-mcp"],
"env": {
"INDEXER_URL": "https://analytics.indigoprotocol.io/api",
"BLOCKFROST_API_KEY": "your-blockfrost-project-id"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| INDEXER_URL | Endpoint or connection string the server talks to. | Yes |
| BLOCKFROST_API_KEY | Credential the server authenticates with. | Yes |
| SEED_PHRASE | Configuration value read at startup. | Optional |
| BLOCKFROST_PROJECT_ID | Configuration value read at startup. | Optional |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.