AlgoVault — Crypto Quant Trade Calls
io.github.AlgoVaultFi/crypto-quant-signal-mcpQuant trading signals, funding rate arb scanning, and market regime detection for crypto perps.
Tools · 7
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…
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…
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…
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…
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…
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 …
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
Request analytics — call counts, tool breakdown, tier distribution, top assets, response times. Requires Pro or higher.
analytics://usage-stats
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
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
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 bundle (latest version) — every MCP tool description, response shape, integration tutorial, and code example, indexed for LLM consumption.
algovault://knowledge/latest
AlgoVault knowledge bundle for v1.28.1 (version-pinned).
algovault://knowledge/algovault-knowledge-v1.28.1
Similar MCP servers embedding-nearest
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"
}
}
}