← quantlogix.ai

INDIVIDUAL MCP TOOL

update_collab_deck

Update existing QL Slides the caller can access.

quantlogix.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://quantlogix.ai/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for update_collab_deck and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

quantlogix.ai

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.quantlogix]
url = "https://quantlogix.ai/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "quantlogix": {
      "type": "http",
      "url": "https://quantlogix.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: quantlogix
Remote MCP URL: https://quantlogix.ai/api/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": {
    "quantlogix": {
      "url": "https://quantlogix.ai/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "quantlogix": {
      "type": "http",
      "url": "https://quantlogix.ai/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "quantlogix",
  "transport": "streamable-http",
  "url": "https://quantlogix.ai/api/mcp"
}
MCP Inspector

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

Related tools

  • get_signal — QuantLogix 5-factor long-term composite signal for a US-listed stock or ETF (weeks-to-months horizon).
  • get_long_term_signal — Long-term (weeks-to-months) 5-factor composite signal — cohort-verified CALL label (Strong Buy/Buy/Neutral/Underweight/Sell/Strong Sell; `engine_signal` = raw band, `call` = edge cohort + reason + short KPI), composite_score (0-100), per-factor hexagonal breakdown (technical, momentum, fundamental, options, microstructure), price snapshot, and pattern-prediction summary when available.
  • get_day_signal — Intraday QDTSS day-trading signal (4-layer scoring: L1 Signal / L2 Context / L3 Risk / L4 Modifiers) with session state, VWAP/ORB, and trade plan.
  • get_swing_signal — 2d–4wk swing signal with A/B/C/D conviction grade derived from the 5-factor composite.
  • get_microstructure — Order-flow microstructure for a ticker: OFI, VPIN, smart-money flow, institutional bias, volume profile, bid-ask spread.
  • get_options_data — Comprehensive live US options data — the dashboard Options tab.
  • get_options_strategy — Generate ranked, alpha-aware multi-leg options strategies for a directional or volatility thesis — the dashboard Options-tab strategy builder.
  • get_news — Aggregated multi-source financial news for a ticker (14 publishers, per-article sentiment).