Loading MCP server directory, please wait...
Risk limits and an audit log for AI agents trading Hyperliquid, enforced outside the model.
npx @getmcp/cli add io.github.R2Rlabs/reinsRequires Node.js 18+. Community-contributed server. Review source before installing.
REINS_SYMBOLSMarkets the agent may trade, comma separated, e.g. BTC,ETH. Every other market is refused.
REINS_MAX_POSITION_USDLargest position per market, in USD.
REINS_DAILY_LOSS_USDRealised loss in a UTC day after which new risk is refused.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.R2Rlabs/reins": {
"command": "npx",
"args": [
"-y",
"@r2rlabs/reins"
],
"env": {
"REINS_SYMBOLS": "",
"REINS_MAX_POSITION_USD": "",
"REINS_DAILY_LOSS_USD": "",
"REINS_MAX_LEVERAGE": "3",
"REINS_MODE": "paper",
"REINS_NETWORK": "testnet",
"REINS_REQUIRE_STOP_LOSS": "false",
"REINS_LOG_FILE": "",
"REINS_PAPER_FILE": "",
"REINS_ACCOUNT_ADDRESS": "",
"REINS_PRIVATE_KEY": ""
}
}
}
}