You're viewing a demo portfolio

Join the waitlist
PRSM

get_trade_signal

Active

Tool of AlgoVault — Crypto Quant Trade Calls

declared in 1.22.1

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. [ALIAS] This tool is an alias of get_trade_call — same behavior, kept for backward compatibility.

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
}

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 →
get_trade_signal — AlgoVault — Crypto Quant Trade Calls — PRSM MCP