Skip to content
Back to search
100
MCP live v1.7.0 MCP 2025-11-25 streamable-http

AlgoVault — Crypto Quant Trade Calls

io.github.AlgoVaultFi/crypto-quant-signal-mcp

Quant trading signals, funding rate arb scanning, and market regime detection for crypto perps.

Uptime
100.0%
1 direct probes · 30d
Response
598ms
last probe
Tools
7
callable
Resources
6
readable
Prompts
0
available

Tools · 7

get_trade_call

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_c…

get_trade_signal

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_c…

get_market_regime

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 f…

scan_funding_arb

Ranked cross-venue funding arbitrage across major crypto perpetual futures venues — funding rate spreads, long one venue short another, as a BUY SELL HOLD composite verdict per pair. AI trading signal…

scan_trade_calls

Returns ranked BUY SELL HOLD trade calls across the top crypto perpetual futures by open interest — one scan for whole-market coverage, each with confidence and market regime. Use this for breadth; us…

chat_knowledge

Returns a synthesized natural-language answer with citations, grounded in the AlgoVault knowledge bundle (every MCP tool description, response shape, integration tutorial, and code example). Use when …

search_knowledge

Returns ranked snippets from the AlgoVault knowledge bundle answering a question about its MCP tools, response shapes, integration patterns (LangChain, LlamaIndex, MAF, CrewAI), or code examples. Call…

Resources · 6

usage-stats

Request analytics — call counts, tool breakdown, tier distribution, top assets, response times. Requires Pro or higher.

analytics://usage-stats
signal-performance

Signal track record — PFE win rates by timeframe, asset, tier, and signal type. Measures whether price moved in the signal direction during the evaluation window.

performance://signal-performance
venues

Per-venue lifecycle state machine: shadow / promoted / retired. Each venue carries asset_count, integration + lifecycle timestamps (integrated_at / promoted_at / retired_at), and extension_count. New …

mcp://algovault/venues
skills-analytics

Per-Skill invocation counters (calls_24h, calls_7d, calls_all_time, first/last seen) for the algovault-skills plugin. Public — slug-level aggregates only.

analytics://skills
algovault-knowledge-latest

AlgoVault knowledge bundle (latest version) — every MCP tool description, response shape, integration tutorial, and code example, indexed for LLM consumption.

algovault://knowledge/latest
algovault-knowledge-v1.28.1

AlgoVault knowledge bundle for v1.28.1 (version-pinned).

algovault://knowledge/algovault-knowledge-v1.28.1

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "algovault_—_crypto_quant_trade_calls": {
      "url": "https://api.algovault.com/mcp",
      "transport": "streamable-http"
    }
  }
}