get_market_regime
ActiveTool of AlgoVault — Crypto Quant Trade Calls
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
}Parent server
AlgoVault — Crypto Quant Trade Calls
https://github.com/AlgoVaultLabs/crypto-quant-signal-mcp
2/7 registries