# AlgoVault — Crypto Quant Trade Calls MCP server

The Brain Layer for AI Trading Agents — quant calls + cross-venue arb across perp venues via MCP.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-algovaultfi-crypto-quant-signal-mcp
- Repository: https://github.com/AlgoVaultLabs/crypto-quant-signal-mcp
- Website: https://algovault.com

## Install
- Command: `npx -y crypto-quant-signal-mcp`
- Endpoint: https://api.algovault.com/mcp
- Auth: Not captured

## Setup notes
- Package: Npm crypto-quant-signal-mcp v1.25.0
- Remote endpoint: https://api.algovault.com/mcp

## Tools
- 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_calls, for US stocks use get_equity_call. Read-only: reads live exchange APIs, no orders. Verified track record, on-chain verified merkle anchor. Endpoint: https://api.algovault.com/mcp
- 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_calls, for US stocks use get_equity_call. Read-only: reads live exchange APIs, no orders. Verified track record, on-chain verified merkle anchor. [ALIAS] This tool is an alias of get_trade_call — same behavior, kept for backward compatibility. Endpoint: https://api.algovault.com/mcp
- 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 funding rate sentiment. For a US equity use get_equity_regime. Read-only, live exchange APIs. Verified track record, on-chain verified merkle anchor. Endpoint: https://api.algovault.com/mcp
- 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 for crypto quant and Claude trading agents. Trade call via get_trade_call, market regime via get_market_regime. On-chain verified merkle anchor. Endpoint: https://api.algovault.com/mcp
- 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; use get_trade_call for per-coin depth and reasoning. Read-only: reads live exchange APIs, places no orders. Endpoint: https://api.algovault.com/mcp
- 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 you need an explanation, code pattern, or how-to; for raw ranked snippets without LLM synthesis use search_knowledge (faster, no quota cost). Read-only: calls an LLM, no other side effects. Quota: Free 10/month, Starter 50, Pro 200, Enterprise 2000. Endpoint: https://api.algovault.com/mcp
- 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 this BEFORE other tool calls to confirm parameter usage and avoid hallucinating tool shapes. Fast: BM25 lexical search, no LLM call, no quota cost. For a synthesized natural-language answer use chat_knowledge. Read-only, no side effects. Endpoint: https://api.algovault.com/mcp

## Resources
- analytics://usage-stats - Request analytics — call counts, tool breakdown, tier distribution, top assets, response times. Requires Pro or higher.
- performance://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.
- mcp://algovault/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 venues default to 'shadow' (experimental — not yet on the public /track-record dashboard) and are flagged ready-for-promotion when PFE WR clears the internal bar; an operator launches the promotion. Agents querying with a shadow venue's exchange_id should surface an 'experimental' caveat to the end user. MIME type: application/json
- analytics://skills - Per-Skill invocation counters (calls_24h, calls_7d, calls_all_time, first/last seen) for the algovault-skills plugin. Public — slug-level aggregates only.
- algovault://knowledge/latest - AlgoVault knowledge bundle (latest version) — every MCP tool description, response shape, integration tutorial, and code example, indexed for LLM consumption. MIME type: application/json
- algovault://knowledge/algovault-knowledge-v1.27.0 - AlgoVault knowledge bundle for v1.27.0 (version-pinned). MIME type: application/json

## Prompts
Not captured

## Metadata
- Owner: io.github.AlgoVaultFi
- Version: 1.25.0
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Aug 2, 2026
- Source: https://registry.modelcontextprotocol.io
