mcpbeat Sign in

AlgoVault — Crypto Quant Trade Calls MCP Server

by algovaultfi Your server? Claim it
answering

AlgoVault — Crypto Quant Trade Calls is answering right now. Last checked 3 min ago. 498 installs a week from npm. It exposes 8 tools. Last commit 17 Sep 2026.

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

Installs per day peak 468 · avg 112 · +9% w/w
a month agotoday
Uptime history 47 days of history · worst day 99%
47 days agonow
100.0%
Uptime 24h
92 of 92 checks
8
Tools
read from the server
146 ms
Response time
average over 24h
498
Installs / week
npm and PyPI

What changed 28

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 10 August 2026. No other catalogue keeps this.

10 Sep a tool changed version
4 Sep 4 tools changed the parameters they ask for get_market_regime, get_trade_call, get_trade_signal and 1 more
4 Sep a tool changed version
3 Sep 4 tools changed the parameters they ask for get_market_regime, get_trade_call, get_trade_signal and 1 more
29 Aug 3 tool descriptions were rewritten get_market_regime, get_trade_call, get_trade_signal
29 Aug a tool appeared get_track_record
26 Aug a tool changed version
24 Aug a tool changed version
23 Aug 3 tool descriptions were rewritten get_market_regime, get_trade_call, get_trade_signal
23 Aug a tool changed the parameters it asks for scan_trade_calls
and 8 more, back to 10 August 2026

What the code does

We read the source, 19 h ago · tools taken from the live server · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Reads secrets and sends them out ops/monitoring/monitoring-inventory-reconcile.py:128
SSH_KEY = os.environ.get("MONITORING_SSH_KEY", str(Path.home() / ".ssh/algovault_deploy"))
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a database query by concatenation landing/index.html:74
…regime, USDC on Base). These are static constants surfaced in the JSON-LD Offers, the pricing card, llms*.txt + signup; update them there + re-render. Manifest-driving them (like the live track-record numbers) is flagged as OPS-X402-PRICE-SOT-W{NEXT}. WEBSITE-X402-SURFACING-W1. -…
      recentEl.innerHTML = recent.map(function(s){return '<tr><td><a href="/verify?signalId='+s.id+'" class="id-link">#'+s.id+'</a></td><td class="muted">'+timeAgo(s.created_at)+'</td><td>'+tierBadge(s.tier)+'</td><td><strong>'+s.coin+'</strong></td><td class="num">'+s.timeframe+…
…-1`, `aoe-1`), never addresses — same contract as monitoring-inventory.json. Label -> address resolution happens in ~/.ssh/config or the host's own MONITORING_* env, NEVER from this committed JSON: this repo is PUBLIC. Unlike the inventory, this file has NO legacy rows, so it c…
    "host-path:/var/run/docker.sock:ro",
Reads files and sends them to the network ops/monitoring/monitoring-inventory-reconcile.py:251
            for p in Path(MONITORING_DIR).iterdir():

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch AlgoVault — Crypto Quant Trade Calls and you get told the day something new turns up.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 3 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 8

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; whole-market scan: scan_trade_calls. Read-only: live exchange APIs, no orders. Verified track record: get_track_record or performance://signal-performance; 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; whole-market scan: scan_trade_calls. Read-only: live exchange APIs, no orders. Verified track record: get_track_record or performance://signal-performance; on-chain verified merkle anchor. [ALIAS] This tool is an alias of get_trade_call — same behavior, kept for backward compatibility. Prefer get_trade_call for new integrations.
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: trend ranging + cross-venue funding rate. Read-only, live exchange APIs. Verified track record: get_track_record or performance://signal-performance; on-chain verified merkle anchor.
track
get_track_record
Returns the AlgoVault track record — aggregated PFE win rates by call type, timeframe and asset tier, plus the evaluation methodology and window. The same verified aggregate the performance://signal-performance resource serves, callable from harnesses that bridge tools only. Defaults to the compact aggregate; use include for the per-asset, per-venue or recent-signal breakdowns. Read-only, no side effects.

Endpoints

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

Alternatives to AlgoVault — Crypto Quant Trade Calls

same job, measured the same way
X402engine MCP
by agentc22

50+ pay-per-call APIs for AI agents — images, LLM, code, crypto, travel & more via x402

84 installs/wk local only
Felix MCP
by felix

Non-custodial trading infrastructure for AI agents across prediction markets, crypto, and options.

66 installs/wk local only
Boo Mpp MCP
by lucle87

Pay-per-call crypto data for AI agents. USDC.e on Tempo via MPP. No API key.

32 installs/wk local only
AlgoVesta MCP Trading
by algovesta

Trade 16 crypto exchanges + MetaTrader 5 from your AI assistant via one MCP connection.

answering
Boo X402 MCP
by lucle87

Pay-per-call crypto data for AI agents. USDC on Base via x402. No API key.

30 installs/wk local only
CoinRithm Agent Trading
by coinrithm

Keyless prediction-market data across 12 venues plus paper-trading of crypto spot, futures, and PM.

238 installs/wk 38 tools answering
AI Crypto Sniper MCP
by aicryptosniper

AI-assisted Solana trading bot with 331 MCP tools across Meme, Spot, Perpetuals, and Mirror modes.

local only
Gainium MCP
by gainium

MCP server for Gainium — manage trading bots, deals, and balances via AI assistants

63 installs/wk answering

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 8 tools, read directly from the server on our last check. Among them: chat_knowledge, get_market_regime, get_track_record, get_trade_call, get_trade_signal, scan_funding_arb and 2 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 92 of 92 checks got a reply (100.0%), average response time 146 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 8 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 146 ms on average, which is faster than 77% 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 498 times in the last week. Week over week that is +9%. 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 and 8 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.