← Back to Plugins
MCP Server MCP

Keel — Hyperliquid trading agent

github By github 👁 1 views ▲ 0 votes

Build, backtest, and automate Hyperliquid trading strategies — typed, deterministic, live parity.

Homepage Verified source GitHub

Install

uvx keel-trade

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "keel-trade",
      "version": "0.5.6",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "isRequired": true,
          "value": "mcp",
          "type": "positional"
        },
        {
          "isRequired": true,
          "value": "serve",
          "type": "positional"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/keel-trade/keel-trade/releases/download/v0.5.6/keel-trade-0.5.6.mcpb",
      "version": "0.5.6",
      "fileSha256": "35742fc6996853e463234f6ed8b16f48af04f102359f8904c9f9600901d337e0",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol pypi mcpb

Comments

Sign in to leave a comment

Loading comments...