AlgoVault - Crypto Quant Trade Calls MCP Server

AlgoVault is the brain layer for AI trading agents - one MCP call returns verdict, confidence, and regime across major crypto perpetual venues. Its 3 documented tools cluster into scan, read & search.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 5 · #18 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install AlgoVault - Crypto Quant Trade Calls

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add algovaultlabs-crypto-quant-signal-mcp --transport http https://api.algovault.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "algovaultlabs-crypto-quant-signal-mcp": {
      "url": "https://api.algovault.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://api.algovault.com/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to api.algovault.com

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

npm package crypto-quant-signal-mcp - unscoped; check the name against the project README before installing

registry registry publisher io.github.AlgoVaultFi is not the repo owner (algovaultlabs) - the registry entry was published by someone else

03 · What AlgoVault - Crypto Quant Trade Calls can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 3 documented tools across scan, read & search, including scan_trade_calls, scan_funding_arb, get_market_regime.

The 3 tools it gives your agent

Extracted from the project's README - what AlgoVault - Crypto Quant Trade Calls lets an agent do.

scan_trade_calls
- scans the top-N perps by open interest on a venue; returns every actionable call in one shot.
scan_funding_arb
- cross-venue funding-rate spreads across 7 venues (Hyperliquid, Binance, Bybit, Gate, KuCoin, Aster, OKX), ranked. The only MCP server doing multi-exchange deriv
get_market_regime
- classifies TRENDING_UP / TRENDING_DOWN / RANGING / VOLATILE for strategy selection.

Latest releases

v1.28.1 · 2026-08-24

v1.28.0 · 2026-08-21

v1.27.0 · 2026-08-10

04 · Who maintains AlgoVault - Crypto Quant Trade Calls

AlgoVault - Crypto Quant Trade Calls is maintained by algovaultlabs. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
finance - ranked #18 of 283 actively-maintained finance servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-24)
registry
io.github.AlgoVaultFi/crypto-quant-signal-mcp (active, first published 2026-04-06 · 35 versions)
packages
npm:crypto-quant-signal-mcp

06 · AlgoVault - Crypto Quant Trade Calls FAQ

Is AlgoVault - Crypto Quant Trade Calls still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

What can AlgoVault - Crypto Quant Trade Calls do?

An agent gets 3 documented tools across scan, read & search, including scan_trade_calls, scan_funding_arb, get_market_regime.

How do I install AlgoVault - Crypto Quant Trade Calls?

Run `npx -y crypto-quant-signal-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does AlgoVault - Crypto Quant Trade Calls require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to AlgoVault - Crypto Quant Trade Calls

More finance MCP servers · ALM X++ MCP Server · Alphasmo Tools · Alpha Vantage MCP · Optionsahoy MCP · Zerodust

More TypeScript MCP servers · Vault Cortex · Scope Gate · Mikro MCP · Noun MCP · npm MCP · see all