Indigo Protocol Mcp
@IndigoProtocol
Indigo Protocol Mcp について
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.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"indigo-mcp": {
"command": "npx",
"args": [
"-y",
"@indigoprotocol/indigo-mcp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Indigo Protocol Mcp?
The MCP server for Indigo Protocol exposes iAsset data, prices, and CDP/loan analytics to LLM agents via the Model Context Protocol, offering 60 tools for Cardano DeFi.
How to use Indigo Protocol Mcp?
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.
Key features of Indigo Protocol Mcp
- 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
Use cases of Indigo Protocol Mcp
- Query current prices and interest data for all Indigo iAssets
- Analyze a Cardano address’s CDP collateral ratios and liquidation risk
- Open, deposit to, withdraw from, or close a CDP position
- Stake INDY tokens and manage staking positions
- Interact with the stability pool to deposit or process requests
FAQ from Indigo Protocol Mcp
What is required for write operations?
A Blockfrost API key is required for transaction building (write operations). Read-only tools work without it.
Which MCP clients are supported?
The server is pre-configured for Claude Desktop, Claude Code, Cursor, and Windsurf, and works with any MCP-compatible client over stdio or HTTP.
Can I run Indigo Protocol Mcp with Docker?
Yes. Build the Docker image with docker build -t indigo-mcp . and run with docker run -i indigo-mcp.
How do I run the server remotely?
Set the MCP_TRANSPORT=http environment variable and optionally PORT (default 3000). The server exposes a POST /mcp endpoint and a GET /health health check.
「データと分析」の他のコンテンツ
HubSpot MCP Server
peakmojoA Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.
Healthcare MCP Server
CicatriizA Model Context Protocol (MCP) server providing AI assistants with access to healthcare data and medical information tools, including FDA drug info, PubMed, medRxiv, NCBI Bookshelf, clinical trials, ICD-10, DICOM metadata, and a medical calculator.
Federal Reserve Economic Data MCP Server
stefanoamorelliOpen-source FRED MCP Server (Federal Reserve Economic Data)
Google Analytics MCP Server
surendranbGoogle Analytics 4 data to AI agents, agentic workflows, and MCP clients. Give agents analysis-ready access to website traffic, user behavior, and performance data with schema discovery, server-side aggregation, and safe defaults that reduce data wrangling.
mcp-simple-arxiv
andybrandtTool to work with arXiv, provide LLM with ability to search and read papers from there
コメント