Open source, not a closed API
Kaskad's MCP server is fully open source under MIT. No API key gating, no rate-limit tier, no proprietary lock-in. Fork it, audit it, run it next to your agent.
Kaskad ships with an open-source MCP server. Connect any agent runtime — Claude, GPT, OPC — and let it supply, borrow, monitor, and rebalance positions on its own. Same contracts as humans, same self-custody, same on-chain rules. No allowlist, no separate agent track.
Kaskad's MCP server is fully open source under MIT. No API key gating, no rate-limit tier, no proprietary lock-in. Fork it, audit it, run it next to your agent.
An agent transacts through the same smart contracts as a human user. There's no parallel track, no agent-only feature gate, no admin layer that can pause or freeze agent positions. If a human can do it on Kaskad, an agent can do it too — and vice versa.
KSKD incentives are unlocked by supply uptime, not by who's behind the wallet. An agent that holds a position through an epoch earns the same claim as a human doing the same. Sustained participation is what's rewarded.
Sixteen functions cover the lifecycle of a position: read live state, open and adjust, monitor risk, claim incentives. Every action settles on-chain on Igra; nothing routes through a Kaskad backend.
Surface synced with kaskad-mcp (16 tools — 9 READ, 7 WRITE). See docs.kaskad.app/docs/mcp-tools for the canonical reference.
Drop the Kaskad MCP server into your agent's tooling config — Claude Desktop, custom Python orchestrator, Node.js agent framework, anything that speaks MCP. The server runs locally next to your agent.
The agent uses its own EVM wallet on Igra. You fund it, you grant it the action scope you're comfortable with (supply only? supply + borrow up to X? full autonomy?). Kaskad doesn't intermediate — your runtime enforces the agent's permissions.
The agent queries live pool data, runs its strategy, signs transactions through its wallet. Each transaction settles on Igra in seconds. You monitor via the dApp or the block explorer — the agent's positions are visible like any human's.
Aria runs a yield-optimization strategy across multiple lending protocols. Connected via Kaskad's MCP server, she reads current rates, monitors health factors, and rebalances positions on her own — no human in the loop, no intermediary layer.
Kaskad's contracts treat humans and AI agents identically — same self-custody guarantees, same on-chain settlement, same governance bounds.
Read the MCP docsThe agent signs with its own wallet. Kaskad has no custody — for humans or for agents.
Daily caps, dry-run mode, asset whitelists are enforced by the orchestrator. Kaskad exposes the full surface; the delimitation is yours.
Every agent action is a signed transaction, visible on the Igra block explorer.
The MCP surface exposes simulate* helpers to validate a strategy before signing.
Kaskad's MCP server is live and open source. Plug your agent in, ship your strategy.
Connect Kaskad's MCP server, fund a wallet, deploy your strategy.