← quantlogix.ai

INDIVIDUAL MCP TOOL

get_financials

Reported financial statements for a ticker — income statement, balance sheet and cash flow — sourced from SEC filings, newest first, with fiscal period, fiscal year and filing date on every report.

quantlogix.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://quantlogix.ai/api/mcp/v1

No auth detected

Connect to this endpoint to inspect the live schema for get_financials 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

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/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).