MCP Server
MCP
Keel — Hyperliquid trading agent
Build, backtest, and automate Hyperliquid trading strategies — typed, deterministic, live parity.
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
By
Comments
Sign in to leave a comment