mcpbeat

Quantdata MCP Server

uk.quantdata/quantdata
answering

Quantdata is answering right now. Last checked 5 min ago. It exposes 5 tools. Last commit 1 Aug 2026.

Four market-statistics tools + a free qd_ key by email: 1 anonymous look, then 10 calls/UTC day.

Uptime history 40 hours of history
40 hours agonow
100.0%
Uptime 24h
91 of 91 checks
5
Tools
read from the server
366 ms
Response time
average over 24h
1
Stars
last commit 1 Aug 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 5 min ago.

run in your terminal
claude mcp add quantdata --transport http https://api.quantdata.uk/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "quantdata": {
      "url": "https://api.quantdata.uk/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.quantdata]
url = "https://api.quantdata.uk/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "quantdata": {
      "url": "https://api.quantdata.uk/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "quantdata": {
      "url": "https://api.quantdata.uk/mcp"
    }
  }
}

Available tools 5

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

quantdata
quantdata_day_type
Day-type probabilities for the trading session in progress: a calibrated distribution over five classes (trending up, trending down, range, trending range, reversal) from a model trained on S&P 500 futures 5-minute bars. Answers 'what kind of day is this so far'. Descriptive statistics about how comparable past sessions resolved — not a forecast of today and not a recommendation. Check session_is_live before calling the read 'today', and check bars: fewer than 18 (90 minutes) means the distribution is provisional.
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. Unlike max pain this is a Black-Scholes ESTIMATE — zero rate, zero dividend, implied volatility solved from end-of-day quotes, and the convention that dealers are long every call and short every put. Keep that framing when reporting it. A null flip is not an error: check flip_status — 'no_sign_change_within_10pct' means net gamma keeps one sign across the whole traded range, which is a state worth reporting. US listed stocks and ETFs only, with a liquid chain: cash-settled index options (SPX, NDX, RUT, VIX) return an error — use SPY, QQQ, IWM instead. Reads the prior session's settled open interest and cannot update intraday whatever the clock says, so report as_of and spot_date with the number.
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. Pure arithmetic — no pricing model, no volatility assumption, so anyone with the same chain gets the same number. Also returns put/call ratio and the heaviest call and put open-interest strikes. Returns every expiration inside 45 days rather than picking one, because the figure is per-expiration and the near- and far-dated values routinely disagree. US listed stocks and ETFs only: cash-settled index options (SPX, NDX, RUT, VIX) return an error — use SPY, QQQ, IWM. Open interest settles overnight, so this describes the prior session's positioning; report as_of and spot_date alongside the number.
quantdata_request_free_api_key
Send a free qd_ API key to an email address. No account, card, payment or GUI is required. The key covers all four market-data tools, sharing 10 successful calls per UTC day. The raw key is delivered only to the inbox and is never returned in this tool result. Ask the user for the email address before calling. Set marketing_opt_in to true only when the email owner explicitly asks to receive occasional product updates; it defaults to false and is not required for the key. A true value stays pending until the recipient replies SUBSCRIBE to the key email.
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. Each event carries the win rate measured for it on sixteen years of S&P 500 futures data, including the two that came out REVERSED against the tradition. Answers 'is there volume behind this move'. Quote the measured reference numbers rather than the folklore. Needs real exchange volume: spot FX has none — use CME currency futures (6E=F) instead. Use session='full' to match the published reference-rate window, or the default 'rth' for a regular-session-only read.

Endpoints

URLTransportStateLatencyChecked
https://api.quantdata.uk/mcp streamable-http answering 281 ms 5 min ago

Quantdata — questions

Answers built from our own checks of this server.

What can Quantdata do?
It exposes 5 tools, read directly from the server on our last check. Among them: quantdata_day_type, quantdata_gamma, quantdata_max_pain, quantdata_request_free_api_key, quantdata_weis_wave. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Quantdata working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 366 ms. The bar chart above shows every period we have measured.
How do I connect Quantdata?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Quantdata need an API key?
No. Quantdata completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 5 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Quantdata?
It answers our handshake in 366 ms on average, which is faster than 38% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Quantdata open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.