mcpbeat

AlgoVault — Crypto Quant Trade Calls MCP Server

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

AlgoVault — Crypto Quant Trade Calls is answering right now. Last checked 8 min ago. 726 installs a week from npm. It exposes 7 tools. Last commit 4 Aug 2026.

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

Installs per day peak 468 · avg 105 · +68% w/w
a month agotoday
Uptime history 39 hours of history · worst hour 75%
39 hours agonow
100.0%
Uptime 24h
91 of 91 checks
7
Tools
read from the server
104 ms
Response time
average over 24h
726
Installs / week
npm and PyPI

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 8 min ago.

run in your terminal
claude mcp add crypto-quant-signal-mcp --transport http https://api.algovault.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "crypto-quant-signal-mcp": {
      "url": "https://api.algovault.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.crypto-quant-signal-mcp]
url = "https://api.algovault.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "crypto-quant-signal-mcp": {
      "url": "https://api.algovault.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "crypto-quant-signal-mcp": {
      "url": "https://api.algovault.com/mcp"
    }
  }
}

Available tools 7

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

scan
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.
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.
trade
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.
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.
chat
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.
knowledge
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.
market
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.

Endpoints

URLTransportStateLatencyChecked
https://api.algovault.com/mcp streamable-http answering 111 ms 8 min ago

AlgoVault — Crypto Quant Trade Calls — questions

Answers built from our own checks of this server.

What can AlgoVault — Crypto Quant Trade Calls do?
It exposes 7 tools, read directly from the server on our last check. Among them: chat_knowledge, get_market_regime, get_trade_call, get_trade_signal, scan_funding_arb, scan_trade_calls and 1 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is AlgoVault — Crypto Quant Trade Calls mostly used for?
Its tools cluster around trade and scan. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is AlgoVault — Crypto Quant Trade Calls working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 104 ms. The bar chart above shows every period we have measured.
How do I connect AlgoVault — Crypto Quant Trade Calls?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does AlgoVault — Crypto Quant Trade Calls need an API key?
No. AlgoVault — Crypto Quant Trade Calls completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 7 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is AlgoVault — Crypto Quant Trade Calls?
It answers our handshake in 104 ms on average, which is faster than 83% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use AlgoVault — Crypto Quant Trade Calls?
The npm package crypto-quant-signal-mcp was installed 726 times in the last week. Week over week that is +68%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AlgoVault — Crypto Quant Trade Calls open source?
Yes — it is published under the MIT licence, written in TypeScript, 5 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.