You're viewing a demo portfolio

Join the waitlist
PRSM

get_equity_regime

Active

Tool of AlgoVault — Crypto Quant Trade Calls

declared in 1.22.1

Returns the market regime for a US stock or ETF — trending_up, trending_down, compression, or ranging, with a confidence score — derived from daily-bar trend strength (ADX/DI), persistence (Hurst), and volatility compression. Defaults to SPY. For a crypto regime use get_market_regime instead. Read-only: reads a live market-data API.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "symbol": {
      "type": "string",
      "maxLength": 12,
      "description": "US equity/ETF ticker; defaults to SPY."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

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
View full server →