
Indigo Mcp
Pull Indigo Protocol DeFi metrics—iAsset prices, CDPs, stability pools, staking, and governance—into agent-assisted Cardano app development.
Overview
Indigo MCP is an MCP server for the Build phase that exposes Indigo Protocol iAsset prices, CDP analytics, stability pools, staking, and governance to coding agents.
What is this MCP server?
- iAsset prices and CDP analytics exposed as MCP tools
- Stability pool, staking, and governance data for Indigo Protocol
- npm @indigoprotocol/indigo-mcp v0.2.1 with stdio transport
- Companion to Cardano MCP from the same Indigo Protocol org
- Server version 0.2.1
- npm: @indigoprotocol/indigo-mcp
- Transport: stdio
What problem does it solve?
Indigo DeFi features require juggling price feeds, CDP health, and pool stats while your agent lacks direct protocol data during builds.
Who is it for?
Solo builders shipping Cardano DeFi tools centered on Indigo Protocol who want agent-accessible protocol metrics.
Skip if: Non-Cardano projects or builders who only need generic crypto prices without Indigo CDP or stability pool context.
What do I get? / Deliverables
After registration, your agent can query Indigo-specific analytics through MCP while you ship integrations and monitoring.
- Agent-callable Indigo Protocol metric tools
- Faster DeFi UI and bot logic with live protocol context
Recommended MCP Servers
Journey fit
Protocol analytics integrations are wired during Build when the product talks to Indigo, not during generic market research. Indigo MCP connects your agent to a specific DeFi protocol API surface, which is classic integrations work.
How it compares
Indigo Protocol data MCP, not a generic DEX skill or transaction-signing wallet.
Common Questions / FAQ
Who is Indigo MCP for?
Developers building on or around Indigo Protocol who use MCP agents and need structured DeFi analytics in the loop.
When should I use Indigo MCP?
During Build integrations when implementing features that depend on iAsset prices, CDPs, pools, staking, or governance.
How do I add Indigo MCP to my agent?
Install @indigoprotocol/indigo-mcp from npm, add the stdio server to your MCP client config, and consult the GitHub repo for environment or endpoint requirements.