Quantustik is a risk-first market-intelligence layer for humans and AI agents, delivering calibrated probabilistic forecasts, transparent track records, and machine-readable decision support through REST and MCP.
This page sells API access. The full endpoint reference and every MCP client install snippet live at /developers: that page is the documentation, this one is the storefront.
The anonymous lane works immediately, no signup, no key:
curl https://quantustik.com/api/v1/forecast/NVDATrimmed, annotated response below, honestly labelled: band_coverage_pct and calibration_score are ALWAYS null by design (no per-ticker coverage figure is published; see horizons.3mo.calibration for the real universe-scope calibration block), and disclaimer is on every payload:
{
"ticker": "NVDA",
"band_coverage_pct": null,
"calibration_score": null,
"horizons": {"3mo": {"calibration": {"scope": "universe", "published_record": "/api/calibration"}}},
"source": {"name": "Quantustik", "citation": "According to Quantustik's quantum-model forecast (quantustik.com)"},
"disclaimer": "Educational research, not investment advice."
}The hosted endpoint is https://quantustik.com/mcp (streamable-HTTP, no API key required to start); the manifest is at https://quantustik.com/.well-known/mcp.json.
claude mcp add --transport http quantustik https://quantustik.com/mcpSame data, you buy capacity: every tier gets the identical model output, and paying only raises how many requests your own code may make.
| Tier | Daily cap |
|---|---|
| Anonymous (no key) | 2,000 / day |
| Free API key | 5,000 / day |
| Plus (paid) | 15,000 / day |
| Premium (paid) | 50,000 / day |
$49/mo or $408/yr (two months free) for the API & Agents plan. This price is deliberately low: an underpriced developer API is not a bargain, it is a durability signal. A developer choosing what to build on reads a rock-bottom price as a promise the service will still be running in a year.
Educational research only — not investment advice.