You're viewing a demo portfolio

Join the waitlist
PRSM

get_market_regime

Active

Tool of AlgoVault — Crypto Quant Trade Calls

declared in 1.22.1

Returns the market regime — TRENDING_UP TRENDING_DOWN RANGING VOLATILE — with confidence and a strategy hint, for one crypto perpetual futures. Composite verdict blends trend ranging and cross-venue funding rate sentiment. For a US equity use get_equity_regime. Read-only, live exchange APIs. 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 crypto signal, e.g. BTC ETH SOL signal. Crypto quant regime."
    },
    "exchange": {
      "enum": [
        "HL",
        "BINANCE",
        "BYBIT",
        "OKX",
        "BITGET",
        "ASTER",
        "EDGEX",
        "GATE",
        "MEXC",
        "KUCOIN",
        "PHEMEX",
        "BINGX",
        "HTX",
        "WEEX",
        "BITMART",
        "XT",
        "WHITEBIT"
      ],
      "type": "string",
      "default": "HL",
      "description": "Crypto venue, e.g. Binance Bybit OKX Bitget Hyperliquid. Multi-exchange."
    },
    "timeframe": {
      "enum": [
        "1h",
        "4h",
        "1d"
      ],
      "type": "string",
      "default": "4h",
      "description": "Candle timeframe, e.g. 1h 4h 1d. Buy sell hold AI trading signal context."
    }
  },
  "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_market_regime — AlgoVault — Crypto Quant Trade Calls — PRSM MCP