KyberSwap MCP connects AI agents to DeFi execution
KyberSwap MCP is a Model Context Protocol server that exposes 13 composable DeFi tools — covering trading, liquidity, Limit Orders, and Zap flows — so AI agents can construct and simulate onchain transactions without ever holding private keys.
Score breakdown
Developers building AI trading agents or DeFi automation can use KyberSwap MCP as a drop-in MCP server to handle transaction construction and simulation without writing low-level smart contract integrations or exposing signing keys to the agent.
- 01KyberSwap MCP is a Model Context Protocol server for connecting AI agents to DeFi execution.
- 02It exposes 13 composable tools covering trading, liquidity, Limit Orders, and Zap flows.
- 03The server is read-only and never holds private keys or signs transactions.
KyberSwap MCP is a Model Context Protocol server designed to close the gap between AI agent reasoning and real onchain execution in DeFi. Rather than requiring developers to build custom protocol integrations, the server provides a unified interface with 13 composable tools that LLM agents can call programmatically to read onchain data, construct swap calldata, run dry simulations, and execute advanced flows such as Limit Orders and Zap. It uses KyberSwap's aggregator backend to route transactions for best rates across multiple DEXs and chains.
A central design principle is that the server never takes custody of funds or signing keys.
A central design principle is that the server never takes custody of funds or signing keys. All outputs are either reviewable calldata or EIP-712 typed data, which the developer or end user then signs and broadcasts through their own wallet — MetaMask, Foundry, a hardware wallet, or similar. This architecture keeps control with the user while still enabling fully automated, AI-driven workflows. The post describes use cases including trigger-based swaps, automated portfolio rebalancing, Limit Order execution, and liquidity management. The repository is publicly available at `https://github.com/KyberNetwork/kyberswap-mcp/`.
Key facts
- 01KyberSwap MCP is a Model Context Protocol server for connecting AI agents to DeFi execution.
- 02It exposes 13 composable tools covering trading, liquidity, Limit Orders, and Zap flows.
- 03The server is read-only and never holds private keys or signs transactions.
- 04It returns reviewable calldata and EIP-712 typed data; users sign with their own wallets.
- 05Compatible wallets mentioned include MetaMask, Foundry, and hardware wallets.
- 06Uses an aggregator-powered backend for best rates across multiple DEXs and chains.
- 07The project is open source, hosted at github.com/KyberNetwork/kyberswap-mcp/.