get_equity_call
ActiveTool of AlgoVault — Crypto Quant Trade Calls
Returns a daily-bar BUY/SELL/HOLD trade call for a US stock or ETF — verdict, confidence, market regime, and the technical factors behind it — from Databento EQUS.MINI daily bars. Universe = top US equities by dollar-volume plus index and crypto-proxy ETFs (SPY, QQQ, IBIT); an out-of-universe ticker returns a structured SYMBOL_NOT_IN_UNIVERSE error with nearest-symbol suggestions (accepts BRK-B or BRK.B). Defaults to the stock read; naming a crypto exchange or timeframe routes to the perpetual-futures call instead — for crypto or tokenized-stock perps, use get_trade_call. Read-only: reads a live market-data API, places no orders.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"symbol"
],
"properties": {
"symbol": {
"type": "string",
"maxLength": 12,
"description": "US equity/ETF ticker, e.g. AAPL, SPY, BRK.B (BRK-B also accepted)."
},
"exchange": {
"enum": [
"HL",
"BINANCE",
"BYBIT",
"OKX",
"BITGET",
"ASTER",
"EDGEX",
"GATE",
"MEXC",
"KUCOIN",
"PHEMEX",
"BINGX",
"HTX",
"WEEX",
"BITMART",
"XT",
"WHITEBIT"
],
"type": "string",
"description": "Optional crypto venue — naming one routes to the perp call (prefer get_trade_call)."
},
"timeframe": {
"enum": [
"1m",
"3m",
"5m",
"15m",
"30m",
"1h",
"2h",
"4h",
"8h",
"12h",
"1d"
],
"type": "string",
"description": "Optional candle timeframe — supplying one routes to the perp call."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
AlgoVault — Crypto Quant Trade Calls
https://github.com/AlgoVaultLabs/crypto-quant-signal-mcp
2/7 registries