keel-trade/keel-trade
🔌 MCP Serverkeel-trade
An MCP server for building, backtesting, and automating Hyperliquid trading strategies with high-fidelity parity.
Keel Trade is a specialized toolset for quantitative traders operating on the Hyperliquid decentralized exchange. It leverages the Model Context Protocol (MCP) to allow AI agents and LLMs to interact directly with trading logic. The framework focuses on three core pillars: typed strategy composition, deterministic backtesting, and seamless live execution.
Technically, Keel Trade allows users to define complex trading logic using a type-safe approach, reducing runtime errors during strategy deployment. The backtesting engine is built for high fidelity, utilizing historical funding rates and price data to simulate market conditions accurately. A standout feature is its commitment to bit-for-bit parity, ensuring that the logic tested in a sandbox environment behaves identically when deployed to live markets. This reduces the 'simulation-to-live' drift that often plagues automated trading systems. By integrating with MCP, Keel Trade enables developers to build sophisticated, agentic trading assistants that can analyze market data, adjust parameters, and execute orders with programmatic precision.
💡Highlights
- ├─Deterministic backtesting engine
- ├─Bit-for-bit backtest-to-live parity
- └─Typed strategy composition
🎯For
- ├─Quantitative Traders
- ├─AI Developers
- └─DeFi Engineers