You're viewing a demo portfolio

Join the waitlist
PRSM

get_equity_call

Active

Tool of AlgoVault — Crypto Quant Trade Calls

declared in 1.22.1

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
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

AlgoVault — Crypto Quant Trade Calls

https://github.com/AlgoVaultLabs/crypto-quant-signal-mcp

2/7 registries
View full server →