Build, backtest, and optionally automate typed Hyperliquid trading strategies through a CLI and stdio MCP server.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
One-click editor setup isnβt available for this listing yet β we donβt have a confirmed install command, and weβd rather show nothing than point your editor at the wrong package or host. Follow the projectβs own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Keel Trade.
The Keel CLI and stdio MCP server.
Build, backtest, and automate Hyperliquid trading strategies β with your agent in the loop for creation and a deterministic engine in the loop for execution.
Website Β· Product page Β· Docs Β· Sample backtest Β· Discussions
Keel is a quantitative crypto trading platform built around Hyperliquid β strategy development, backtesting, live execution, and portfolio management on the venue with the deepest on-chain perpetual order book. The full platform includes:
keel-trade β the agent-native research surfaceThis repository is the public mirror of the keel-trade Python package: a single pipx install gives you both a CLI and a stdio MCP server, so the same tools work from a terminal or from any MCP-capable agent.
Most agent-trading projects put an LLM in the execution loop. That makes systems slow, inconsistent, and hard to audit. Keel does the opposite:
Three properties drive the design:
keel-trade (this package) is the CLI + local MCP path. Keel is one product
with several places to use it β pick by where you are:
| You are⦠| Default path (shown first) | Also works |
|---|---|---|
| Using Claude/ChatGPT on web or phone | Hosted endpoint β paste the URL (directory one-click coming) | CLI + local MCP |
| Working in Claude Code / Cursor / terminal | pipx install keel-trade (CLI + local MCP) | hosted endpoint |
| Going live with a strategy | Keel web app (connect account, review sizing, go live) | reads on every surface |
| Building your own agent/scripts | SDK + API key | CLI |
| Just browsing/running strategies | Web app + library | hosted endpoint |
https://mcp.usekeel.io/mcp: one
23-tool research/backtest/read surface (compose, backtest, share, read-only
monitoring β no live-write, no local files). Paste the URL into any
remote-MCP client; the one-click directory listing is coming. Going live is
a handoff into the Keel web app.Per-surface zero-to-first-backtest runbook: usekeel.io/agents.
Download keel-trade-<version>.mcpb from the latest release and drag onto Claude Desktop. Cross-platform single bundle β works on macOS, Windows, and Linux.
The MCPB bundle requires system Python 3.11+ (same prerequisite as the terminal install path below). First launch takes ~10-30 seconds while the bundle pip-installs runtime deps to ~/.keel/mcpb-lib/py3.X/; subsequent launches are instant.
uv tool install keel-trade also works. Python 3.11+.
Then register the stdio MCP command with your agent host:
For Cursor, Windsurf, and generic MCP clients, see usekeel.io/keel-mcp#install or the agent setup guide.
After install, sign in once via the agent (no terminal commands needed):
You: "Connect to Keel."
Agent: Calls
keel_auth_login. Browser opens to app.usekeel.io, you click Allow, tokens land in~/.keel/config.yaml. Authenticated for 30 days with transparent refresh.
Then describe what you want:
You: "Find me momentum signals for Hyperliquid top-30 perps and compose a backtest from 2024-08-15 to today."
Agent: Calls
keel_components_searchβkeel_components_detail_batchβkeel_strategy_composeβkeel_backtest_run. Returns a share URL with the full tearsheet (equity curve, Sharpe, max drawdown, per-asset attribution).
Concrete example: this share URL is a funding-carry backtest produced through exactly this flow β Sharpe 2.17 over 2024-08-15 β 2026-04-30 on real Hyperliquid data.
The default toolset spans status, auth, components, strategy lifecycle, backtest, audit, accounts, sharing, and read-only live monitoring. Live-write tools (keel_live_deploy, keel_live_control) require an explicit opt-in toolset plus a local arming step β agents can't deploy your account without you authorizing it twice.
Full per-tool reference: usekeel.io/docs/sdk/tool-reference.
Every MCP outcome tool has a CLI mirror. Useful for terminals, SSH sessions, CI, scripts, or agents that prefer subprocess calls:
Full CLI reference: usekeel.io/docs/sdk/cli-reference.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/keel-trade-keel-trade)<a href="https://allmcps.com/mcp/keel-trade-keel-trade"><img src="https://allmcps.com/api/badge/keel-trade-keel-trade?style=directory" alt="Keel Trade on AllMCPs" /></a>