MCP server providing Cardano DeFi data including iAsset prices, CDP analytics, staking, governance, and DEX info for AI agents.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Indigo MCP.
get_assetsGet all Indigo iAssets with prices and interest data
get_assetGet details for a specific iAsset
get_asset_priceGet the current price for a specific iAsset
get_ada_priceGet the current ADA price in USD
get_indy_priceGet the current INDY token price in ADA and USD
get_all_cdpsGet all CDPs/loans, optionally filtered by iAsset
MCP server for Indigo Protocol โ exposes Indigo iAsset data, prices, and CDP/loan analytics to LLM agents via the Model Context Protocol.
The setup commands auto-configure Claude Desktop, Claude Code, Cursor, or Windsurf. No manual config editing needed.
A hosted deployment is available on Fronteir AI.
Run the interactive setup to automatically configure your MCP client:
This will:
Install globally:
Or run directly with npx (no install needed):
The image builds the server from source โ no prior pnpm build needed, and no
dependency on any external build step:
It runs the HTTP transport on port 3000 (MCP_TRANSPORT=http is baked in), which
is what the Fly deployment uses.
The server supports HTTP transport for remote/hosted deployments:
This starts an HTTP server with:
POST /mcp โ MCP endpoint (Streamable HTTP with SSE)GET /health โ Health checkEach client gets its own session: initialize returns an Mcp-Session-Id that
subsequent requests must send back. A client that restarts can simply
initialize again โ existing sessions are unaffected and the server does not
need restarting. Bind address and port come from HOST and PORT (MCP_PORT
is accepted as an alias for PORT).
Note:
BLOCKFROST_API_KEYis required for write operations (transaction building). Read-only tools work without it. Get a free key at blockfrost.io.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
Standard config:
For nvm users (multiple Node versions):
If you use nvm and have multiple Node versions, you may need to specify the full path and set PATH explicitly:
Note: Replace
YOUR_USERNAMEand Node version with your actual values. Find your Node path withwhich npx.
Add to ~/.claude/settings.json or .claude/settings.json in your project:
Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (project-level):
Add to ~/.codeium/windsurf/mcp_config.json:
Install Indigo skills for OpenClaw:
Skills are automatically configured โ start using Indigo tools immediately.
For full Cardano DeFi capabilities, use both Indigo MCP and Cardano MCP together:
Run the server directly via stdio:
Or install globally and reference the binary:
For any client that supports MCP over stdio, point it to the npx @indigoprotocol/indigo-mcp command with the environment variables above.
| Tool | Description | Parameters |
|---|---|---|
get_assets | Get all Indigo iAssets with prices and interest data | None |
get_asset | Get details for a specific iAsset | asset: iUSD, iBTC, iETH, iSOL, iEUR, iJPY, or iADA |
get_asset_price | Get the current price for a specific iAsset | asset: iUSD, iBTC, iETH, iSOL, iEUR, iJPY, or iADA |
get_ada_price | Get the current ADA price in USD | None |
get_indy_price | Get the current INDY token price in ADA and USD | None |
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/indigoprotocol-indigo-mcp)<a href="https://allmcps.com/mcp/indigoprotocol-indigo-mcp"><img src="https://allmcps.com/api/badge/indigoprotocol-indigo-mcp?style=directory" alt="Indigo MCP on AllMCPs" /></a>