Keel - Hyperliquid trading agent MCP Server

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 .

People who work with backtesting, crypto and hyperliquid and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-21 · ★ 2 · #143 OF 318 MAINTAINED FINANCE · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Keel - Hyperliquid trading agent

Claude Code

claude mcp add keel-trade-keel-trade -- uvx keel-trade

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "keel-trade-keel-trade": {
      "command": "uvx",
      "args": [
        "keel-trade"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · Claude Desktop extension (.mcpb bundle)

license MIT - declared in the repository

pypi package keel-trade - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.keel-trade is GitHub-verified and matches the repo owner

03 · What Keel - Hyperliquid trading agent can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.7.0 · 2026-08-21

See CHANGELOG.md for full notes. · Install (one-click - Claude Desktop) · Download keel-trade-0.7.0.mcpb and drag onto Claude Desktop. Cross-platform single bundle - works on macOS, Windows, Linux. Requires system…

v0.6.1 · 2026-06-16

See CHANGELOG.md for full notes. · Install (one-click - Claude Desktop) · Download keel-trade-0.6.1.mcpb and drag onto Claude Desktop. Cross-platform single bundle - works on macOS, Windows, Linux. Requires system…

v0.5.7 · 2026-06-03

See CHANGELOG.md for full notes. · Install (one-click - Claude Desktop) · Download keel-trade-0.5.7.mcpb and drag onto Claude Desktop. Cross-platform single bundle - works on macOS, Windows, Linux. Requires system…

04 · Who maintains Keel - Hyperliquid trading agent

Keel - Hyperliquid trading agent is maintained by keel-trade. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
finance - ranked #143 of 318 actively-maintained finance servers as of 2026-09-18.
release cadence
1 release in the last 90 days (latest 2026-08-21)
registry
io.github.keel-trade/keel-trade (active, first published 2026-06-01 · 2 versions)
packages
pypi:keel-trade · mcpb:https://github.com/keel-trade/keel-trade/releases/download/v0.5.6/keel-trade-0.5.6.mcpb

06 · Keel - Hyperliquid trading agent FAQ

What is Keel - Hyperliquid trading agent?

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 .

Is Keel - Hyperliquid trading agent still maintained?

Yes - as of 2026-09-18, its last commit was 2026-08-21 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Keel - Hyperliquid trading agent?

Run `uvx keel-trade`. You can also paste the ready-made client config above.

Does Keel - Hyperliquid trading agent run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Keel - Hyperliquid trading agent