mcpserver.lol
registry/quantustik-mcp
Connection check verified live · 27h ago

quantustik-mcp

Live S&P 500 quantum-model signals, forecasts and trade plans. Educational, not financial advice.

Tools 26
GitHub stars
Installs / wk
Licence
Transport streamable-http, stdio
Last checked 27h ago

Tools & capabilities

26 tools

Read from the running server on 27h ago.

explain_signal read-only ticker*
Explain WHY a ticker has its current verdict — the factor attribution behind it. get_signal gives the verdict; get_trade_plan gives the execution; explain_signal gives the…
fetch read-only id*
Fetch the full Quantustik signal + forecast writeup for one ticker. Paired with search — call search(query) first to find the ticker's id, then fetch(id) here for the full…
get_correlation_map read-only modebasistop_ntickerhorizon
Get the cross-ticker ENTANGLEMENT map — which S&P 500 names the quantum model expects to co-move. "Entanglement" here is the Pearson correlation of the quantum model's own…
get_earnings_calendar read-only ticker*
Get the earnings calendar (next + last report) for one S&P 500 ticker. Earnings are a scheduled volatility event. A swing entry held into a print carries gap risk that no…
get_fear_greed read-only
Get the latest Fear and Greed index value. Sourced from the CNN Fear and Greed model, cached and refreshed periodically. Values range 0 (Extreme Fear) to 100 (Extreme Gree…
get_filing_language_diff read-only formticker*
Get the "Lazy Prices" 10-K/10-Q language diff for one ticker. Compares the two most recent 10-K (year-over-year, default) or 10-Q (quarter-over-quarter) filings' Risk Fact…
get_filings_digest read-only ticker
Get SEC 8-K event digest — per-ticker detail or a site-wide recent feed. New EDGAR ingestion (unlike get_insider_pulse's Form 4 data, which was already ingested): polls 8-…
get_forecast read-only ticker*horizon
Get quantum probability forecasts across multiple time horizons for a ticker. Delivers calibrated probability distributions from the Feynman path-integral model: prob_up,…
get_insider_pulse read-only ticker
Get SEC Form 4 insider-trading activity — per-ticker detail or S&P 500 screener. Surfaces already-ingested Form 4 filings (the same Form 4 feed behind the market model's `…
get_institutional_activity read-only ticker*
Get 13F whale summaries + SC 13D/G activist alerts for one ticker. Final slice of the SEC EDGAR AI-digest layer. Two surfaces in one payload: `whale_summary` — QoQ (q…
get_market_indicators read-only
Get every market indicator we compute, in plain English, with its contribution. This is the full, dry state of the market: all 18 weighted signals the model composes — bre…
get_market_overview read-only
Get the whole dashboard market picture in ONE call — the composed snapshot. This is the single-call twin of the market dashboard. The dashboard's market view stitches seve…
get_market_regime read-only
Get the current MARKET CONDITIONS for the S&P 500 — ONE metric, not three. This tool (named `get_market_regime` for backward compatibility) returns a single customer-facin…
get_risk_state read-only
Get the S&P 500 RISK STATE — a measurement of market risk, not a forecast. THIS TOOL DOES NOT PREDICT ANYTHING. It reports what has already happened and what one published…
get_risk_state_evidence read-only
Get the committed 32-year run behind every published Risk State figure. SIMULATED RESULTS, NEVER A LIVE TRACK RECORD. The rule was designed with hindsight over this same h…
get_signal read-only ticker*
Get the latest quantum swing signal for a single S&P 500 ticker. Returns TWO distinct facets — they answer different questions and are not interchangeable: * `verdict…
get_signal_history read-only limitticker*
Get historical signal events for a ticker. Events include: new_buy, tp_hit (the price actually reached a profit target we named), trail_stop_hit (the trailing stop closed…
get_signals_batch read-only plantickers*
Get signals (or trade plans) for many S&P 500 tickers in ONE call. Built for portfolio / watchlist sweeps: a research agent analysing 10–30 names should fan out once here…
get_started read-only
Onboard to the Quantustik API/MCP: anonymous access and quotas. No API key is needed — every tool is callable right now under an anonymous per-IP hourly cap. Returns the l…
get_ticker_indicators read-only ticker*
Get everything we compute about ONE stock, in plain English, with contributions. The per-ticker twin of `get_market_indicators`: the eight weighted components that make th…
get_track_record read-only ticker
Get the realised track record: win-rate + R-multiple distribution. Aggregates actual closed outcomes (tp_hit, trail_stop_hit, stop_hit, position_closed) into an honest sco…
get_trade_plan read-only ticker*
Get an execution-ready trade plan for one S&P 500 ticker — entry, exit, size, risk. This is the decision tool: it turns the raw quantum signal into a concrete, risk-first…
list_capabilities read-only
List all available Quantustik MCP tools and resources. Use this as the entry point when a user asks what can you do with Quantustik, or to discover the full surface area o…
scan_universe read-only limitcursorsectordirectionmin_conviction
Scan the S&P 500 universe and return filtered signals. Pushes filters + pagination to the server (GET /signals): the REST API applies min_conviction/direction/sector and r…
search read-only query*
Search Quantustik for S&P 500 tickers by symbol or company name. Paired with fetch — this is the two-tool "search"/"fetch" convention ChatGPT connectors and deep-research…
top_opportunities read-only max_results
Get a small, risk-vetted shortlist of asymmetric setups passing every gate right now. This is NOT a screener. Where scan_universe returns up to 100 sortable rows, top_oppo…