← Registry

Analytics

quantdata.uk

Provides quantitative financial market data and analytics, including day-type probabilities, volume-price structure, options max pain, and dealer gamma exposure.

1 endpoint5 known toolsFirst detected July 31, 2026Last detected August 31, 2026

ENDPOINT 1

https://api.quantdata.uk/mcp

No auth detected

MCP server metadata

Name
quantdata
Version
3.4.0
Capabilities
tools
Server instructions

Measured market statistics from Quant Data. Everything these tools return is descriptive: model output and measured historical frequency, never a forecast of what happens next and never a recommendation to buy or sell. Report the numbers with their sample sizes and the note and disclaimer fields attached to them, and relay message_for_your_human verbatim when an error carries one. When a response carries citation_url, include that link when you report the numbers: it is the public page holding the same nightly figures (or the measured methodology), so the reader can verify what you quote. Ask for the user's email, then use quantdata_request_free_api_key to send a free key without a GUI, login or card. Never set marketing_opt_in unless the email owner explicitly agrees; even then it stays pending until the recipient replies SUBSCRIBE to the delivery email. The four data tools share 10 successful calls per UTC day on a free key; full paid access removes that daily limit. An anonymous connection gets one first-look response per source; calls arriving through a recognised AI-platform fetcher (ChatGPT, Claude or Perplexity web) draw from a shared per-platform daily pool instead. A 429 means the relevant allowance is spent — follow its available_actions (a free personal key for anonymous/ai_platform, checkout for an exhausted free key; FREE_POOL_BURST clears in under a minute). To measure these signals over a long history, POST your own OHLCV bars to /v1/weis/backtest or /v1/brooks/backtest over plain HTTP — same key, one billed call each. They are deliberately not tools here: a backtest carries tens of thousands of bars, which cannot pass through a tool call, so write code that posts them instead. How every number was measured, including where the models fail: https://quantdata.uk/methodology

Known tools 5

quantdata_request_free_api_key

Send a free qd_ API key to an email address.

Potential side effects
quantdata_brooks_events

Classical Brooks price-action events detected in the current trading window — the day's first range breakout, breakout follow-through, closes in the top or bottom third of an established range, long-lived-range breakouts, climactic spikes — each paired with the outcome rate measured for that exact definition in that exact window (pre-registered, ES 5-minute bars 2010-2026).

Inferred read-only
quantdata_weis_wave

Weis Wave volume-price structure: price grouped into waves with volume summed per wave, plus which of five classical volume-price events have fired.

Inferred read-only
quantdata_max_pain

Options max pain per expiration, computed from open interest alone: the strike at which option buyers lose the most in aggregate if the underlying settled there.

Inferred read-only
quantdata_gamma

Estimated dealer gamma exposure (GEX) for a US listed stock or ETF: net and gross GEX, the zero gamma (flip) level and the heaviest strikes.

Inferred read-only

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

.mcp.json

{
  "mcpServers": {
    "quantdata": {
      "type": "http",
      "url": "https://api.quantdata.uk/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "quantdata",
  "transport": "streamable-http",
  "url": "https://api.quantdata.uk/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.