Indigo Agents — Repos & SDK¶
Central list of official Indigo Protocol repositories for MCP, AI tools, and the SDK. Use these to fetch Indigo intelligence, build bots, or integrate with your own stack.
Portal and docs¶
| Resource | Description |
|---|---|
| Indigo Agents Portal | Main site: setup, docs, skills, and API reference |
| Setup MCP | Official MCP setup guide |
| Browse Skills | All 13 skills for AI agents |
GitHub repositories¶
| Repo | Purpose |
|---|---|
| IndigoProtocol/indigo-mcp | MCP server — connect LLMs to Indigo Protocol data (57 tools) |
| IndigoProtocol/cardano-mcp | MCP server for Cardano (6 tools) |
| IndigoProtocol/indigo-ai | AI-related tooling and integrations for Indigo |
| IndigoProtocol/cardano-ai | AI-related tooling for Cardano |
| IndigoProtocol/indigo-sdk | Indigo TypeScript/JavaScript SDK for contracts and integrations |
Install via npm/npx:
- indigo-mcp:
npx @indigo-protocol/indigo-mcpornpx @indigo-protocol/indigo-mcp setup - cardano-mcp:
npx @indigo-protocol/cardano-mcp - Skills bundle:
npx @indigoprotocol/indigo-skills
How this fits with the hub¶
- Beginner / using the app → See the Beginner track (synthetic assets, CDPs, stability pools).
- Building with code → See the Developer track and Indigo TypeScript SDK.
- Using AI agents / MCP → You’re in the right place: Indigo Agents overview and Setup MCP.
These repos are maintained by Indigo Foundation and are open source (e.g. MIT). For the latest APIs and install commands, always check the repo READMEs and the Indigo Agents Portal.