get_trade_call
ActiveTool of AlgoVault — Crypto Quant Trade Calls
Returns a composite verdict — BUY SELL HOLD trade call with confidence and market regime — for one crypto or tokenized-stock perpetual futures. One asset only; for a whole-market scan use scan_trade_calls, for US stocks use get_equity_call. Read-only: reads live exchange APIs, no orders. Verified track record, on-chain verified merkle anchor.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"coin"
],
"properties": {
"coin": {
"type": "string",
"maxLength": 20,
"description": "Base asset, e.g. BTC ETH SOL signal, or a US stock/ETF ticker (no USDT)."
},
"exchange": {
"enum": [
"HL",
"BINANCE",
"BYBIT",
"OKX",
"BITGET",
"ASTER",
"EDGEX",
"GATE",
"MEXC",
"KUCOIN",
"PHEMEX",
"BINGX",
"HTX",
"WEEX",
"BITMART",
"XT",
"WHITEBIT"
],
"type": "string",
"description": "Crypto venue (default Binance), e.g. Binance Bybit OKX Bitget Hyperliquid."
},
"timeframe": {
"enum": [
"1m",
"3m",
"5m",
"15m",
"30m",
"1h",
"2h",
"4h",
"8h",
"12h",
"1d"
],
"type": "string",
"description": "Candle timeframe, 1m to 1d. Default 15m. Crypto quant intraday horizon."
},
"assetClass": {
"enum": [
"perp",
"equity"
],
"type": "string",
"description": "Force engine: 'perp' or 'equity'. Cross-venue multi-exchange AI trading signal."
},
"includeReasoning": {
"type": "boolean",
"default": true,
"description": "Include reasoning: trend ranging crypto signal and market regime drivers."
}
},
"additionalProperties": false
}Parent server
AlgoVault — Crypto Quant Trade Calls
https://github.com/AlgoVaultLabs/crypto-quant-signal-mcp
2/7 registries