Indigo Protocol Mcp
About
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.
Details
- Author
- IndigoProtocol
- Downloads
- 296
- Categories
- Search, Finance
Jump to
- Real-time iAsset prices (iUSD, iBTC, iETH, iSOL)
- ADA and INDY token price feeds
- CDP browsing with pagination and filtering
- CDP health analysis and liquidation risk
- Stability pool state and account queries
- Protocol analytics: TVL, APR, DEX yields
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Indigo Protocol McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install globally with npm install -g @indigoprotocol/indigo-mcp or run directly via npx @indigoprotocol/indigo-mcp. Use the interactive setup (npx @indigoprotocol/indigo-mcp setup) to automatically configure Claude Desktop, Claude Code, Cursor, or Windsurf. Manual configuration requires setting the INDEXER_URL and optionally a BLOCKFROST_API_KEY for write operations. Also supports Docker and HTTP transport.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"indigo protocol mcp": {
"indigo-mcp": {
"command": "npx",
"args": [
"-y",
"@indigoprotocol/indigo-mcp"
]
}
}
}
}
McpServers
{
"indigo-mcp": {
"command": "npx",
"args": [
"-y",
"@indigoprotocol/indigo-mcp"
]
}
}
Indigo MCP
MCP server for Indigo Protocol — exposes Indigo iAsset data, prices, and CDP/loan analytics to LLM agents via the Model Context Protocol.
⚡ 2 Commands to Get Started
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

