Odel
indigo mcp

indigo mcp

Local
@indigoprotocol6TypeScriptMITUpdated 2w ago

Indigo Protocol MCP — iAsset prices, CDP analytics, stability pools, staking & governance

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@indigoprotocol/indigo-mcpv0.4.1

Run

npx -y @indigoprotocol/indigo-mcp

MCP client config

{
  "mcpServers": {
    "indigo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@indigoprotocol/indigo-mcp"
      ]
    }
  }
}