← algovault.com

INDIVIDUAL MCP TOOL

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.

algovault.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

algovault.com

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.

Related tools

  • 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.
  • 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.
  • get_market_regime — Returns the market regime — TRENDING_UP TRENDING_DOWN RANGING VOLATILE — with confidence and a strategy hint, for one crypto perpetual futures.
  • 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.
  • 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).
  • 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.