# crypto-quant-signal-mcp

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add algovault/crypto-quant-signal-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list algovault/crypto-quant-signal-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get algovault/crypto-quant-signal-mcp get_trade_signal

# Call a tool
npx -y @smithery/cli@latest tool call algovault/crypto-quant-signal-mcp get_trade_signal '{}'
```

## Direct MCP Connection

Endpoint: `https://crypto-quant-signal-mcp--algovault.run.tools`

## Tools (3)

- `get_trade_signal` — Returns a composite BUY/SELL/HOLD signal for a Hyperliquid perp. Combines RSI(14), EMA(9/21) crossover, funding rate, O…
- `scan_funding_arb` — Scans cross-venue funding rate differences between Hyperliquid, Binance, and Bybit. Returns top arbitrage opportunities…
- `get_market_regime` — Classifies the current market regime (TRENDING_UP, TRENDING_DOWN, RANGING, VOLATILE) for a Hyperliquid perp using ADX(1…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get algovault/crypto-quant-signal-mcp <tool-name>
```

## Resources

- `analytics://usage-stats` — Request analytics — call counts, tool breakdown, tier distribution, top assets, response times. Requires Pro or higher.
