INDIVIDUAL MCP TOOL
get_gap_stats
Overnight-gap profile for a US stock or ETF from up to 10 years of adjusted history: gap frequency, same-day fill rate and follow-through by direction and gap size (0.5–1%, 1–2%, 2–4%, 4%+), the largest gaps on record, and the most recent gap's outcome.
LIVE ENDPOINT
https://quantlogix.ai/api/mcp/v1
Connect to this endpoint to inspect the live schema for get_gap_stats and invoke it with your own arguments.
Indexed 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 server
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/v1"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"quantlogix": {
"type": "http",
"url": "https://quantlogix.ai/api/mcp/v1"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: quantlogix
Remote MCP URL: https://quantlogix.ai/api/mcp/v1
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/v1"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"quantlogix": {
"type": "http",
"url": "https://quantlogix.ai/api/mcp/v1"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "quantlogix",
"transport": "streamable-http",
"url": "https://quantlogix.ai/api/mcp/v1"
}
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).