← quantustik.com

INDIVIDUAL MCP TOOL

get_signal_history

Get historical signal events for a ticker.

quantustik.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

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

.mcp.json

{
  "mcpServers": {
    "quantustik": {
      "type": "http",
      "url": "https://quantustik.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "quantustik",
  "transport": "streamable-http",
  "url": "https://quantustik.com/mcp"
}
MCP Inspector

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

Related tools

  • get_signal — Get the latest quantum swing signal for a single S&P 500 ticker.
  • get_trade_plan — Get an execution-ready trade plan for one S&P 500 ticker — entry, exit, size, risk.
  • explain_signal — Explain WHY a ticker has its current verdict — the factor attribution behind it.
  • get_signals_batch — Get signals (or trade plans) for many S&P 500 tickers in ONE call.
  • get_forecast — Get quantum probability forecasts across multiple time horizons for a ticker.
  • get_market_regime — Get the current MARKET CONDITIONS for the S&P 500 — ONE metric, not three.
  • get_market_overview — Get the whole dashboard market picture in ONE call — the composed snapshot.
  • get_market_indicators — Get every market indicator we compute, in plain English, with its contribution.