← Registry

General Tools

algovault.com

Provides general-purpose tools through the Model Context Protocol.

x402 supported1 endpoint8 known toolsFirst detected May 29, 2026Last detected September 6, 2026

ENDPOINT 1

https://api.algovault.com/mcp

No auth detected

MCP server metadata

Name
crypto-quant-signal-mcp
Version
1.28.2
Capabilities
tools.listChangedresources.listChanged

Known tools 8

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.

Potential side effects
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.

Potential side effects
get_market_regime

Returns the market regime — TRENDING_UP TRENDING_DOWN RANGING VOLATILE — with confidence and a strategy hint, for one crypto perpetual futures.

Inferred read-only
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.

Inferred read-only
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.

Potential side effects
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).

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.crypto-quant-signal-mcp]
url = "https://api.algovault.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "crypto-quant-signal-mcp": {
      "type": "http",
      "url": "https://api.algovault.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: crypto-quant-signal-mcp
Remote MCP URL: https://api.algovault.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "crypto-quant-signal-mcp": {
      "type": "http",
      "url": "https://api.algovault.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "crypto-quant-signal-mcp",
  "transport": "streamable-http",
  "url": "https://api.algovault.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for algovault.com was fetched 2026-09-05T09:33:18.371Z.

Trust status Trusted

algovault.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.