General Tools
algovault.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://api.algovault.com/mcp
MCP server metadata
- Name
- crypto-quant-signal-mcp
- Version
- 1.28.2
Known tools 8
get_trade_callReturns a composite verdict — BUY SELL HOLD trade call with confidence and market regime — for one crypto or tokenized-stock perpetual futures.
Potential side effectsget_trade_signalReturns a composite verdict — BUY SELL HOLD trade call with confidence and market regime — for one crypto or tokenized-stock perpetual futures.
Potential side effectsget_market_regimeReturns the market regime — TRENDING_UP TRENDING_DOWN RANGING VOLATILE — with confidence and a strategy hint, for one crypto perpetual futures.
Inferred read-onlyscan_funding_arbRanked 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-onlyscan_trade_callsReturns 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 effectschat_knowledgeReturns 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-onlysearch_knowledgeReturns 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-onlyget_track_recordReturns the AlgoVault track record — aggregated PFE win rates by call type, timeframe and asset tier, plus the evaluation methodology and window.
Inferred read-onlyCONNECT 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.
algovault.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.