# 0DTE Confluence (remote · mcp.0dteconfluence.com)

Gamma rails, options flow tape, and graded 0DTE setups for SPY/QQQ/IWM. Advisory only.

- Trust score: 69/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-22

## Components

- remote · `mcp.0dteconfluence.com`: 69/100 (this document), [markdown](https://verifymcp.io/servers/com-0dteconfluence-confluence/mcp.md), [page](https://verifymcp.io/servers/com-0dteconfluence-confluence/mcp)

## Channel facts

- Endpoint: `https://mcp.0dteconfluence.com/mcp`
- Transports: `streamable-http`
- Auth: `required`
- Version: `1.29.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-22.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 32 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 68/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1473 tokens (~46/item across 32 items; 32 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 57/100
  - Stability observed for 17 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 32 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 33 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the 0DTE Confluence MCP server?

0DTE Confluence is a hosted endpoint at https://mcp.0dteconfluence.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http com-0dteconfluence-confluence 'https://mcp.0dteconfluence.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-0dteconfluence-confluence": {
      "url": "https://mcp.0dteconfluence.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-0dteconfluence-confluence": {
      "type": "http",
      "url": "https://mcp.0dteconfluence.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-0dteconfluence-confluence]
url = "https://mcp.0dteconfluence.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-0dteconfluence-confluence": {
      "type": "remote",
      "url": "https://mcp.0dteconfluence.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-0dteconfluence-confluence --url 'https://mcp.0dteconfluence.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-0dteconfluence-confluence:
    url: "https://mcp.0dteconfluence.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-0dteconfluence-confluence": {
      "Transport": "http",
      "Url": "https://mcp.0dteconfluence.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-0dteconfluence-confluence -t streamable-http -u 'https://mcp.0dteconfluence.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-0dteconfluence-confluence": {
      "type": "http",
      "url": "https://mcp.0dteconfluence.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-22 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 53 to 57. That category is still filling its 30-day observation window: 16 days of observed history at the previous scan, 17 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-20 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 47 to 50. That category is still filling its 30-day observation window: 14 days of observed history at the previous scan, 15 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-18 (score 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 40 to 43. That category is still filling its 30-day observation window: 12 days of observed history at the previous scan, 13 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-16 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-13 (score 65, +1)

- [security] Tool “check_alert_tradeable” rewrote its description, which is the text the model reads
- [security] Tool “get_latest_alert” rewrote its description, which is the text the model reads
- [security] Tool “get_tape” rewrote its description, which is the text the model reads
- [security] Tool “list_alert_history” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: 39 → 46

### 2026-09-11 (score 64, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-09 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-07 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

## MCP tools (32)

### `get_latest_alert` (~98 tokens)

Latest Discord-filtered A+/B card. trapdoor is a stored alert-time 0–100
        score, or null when unscored; not a live rescore of an arbitrary level.
        eligible is the saved lane-window flag. _pro_eligible/_pro_reason check
        today's record against the current Pro grade/window rules, not stop history
        or continued structural validity. Use check_alert_tradeable before planning.

Output parameters:

- `result` (string)

### `list_alert_history` (~82 tokens)

Today's Discord-filtered A+/B, newest first, in alerts[]. Each record's
        trapdoor is the stored alert-time 0–100 score or null (unscored). Match ts,
        symbol, direction and level; scores are not refreshed when history is read.

Input parameters:

- `limit` (integer)
- `min_score` (integer)

Output parameters:

- `result` (string)

### `get_rails` (~27 tokens)

Live SPY 0DTE gamma map: walls, flip, magnet, regime.

Output parameters:

- `result` (string)

### `get_tape` (~86 tokens)

Latest Confluence Tape snapshot: rolling ofi_5m, tape_5m and quadrant.
        Check ts/updated_at, age_sec and stale before using it after a closed candle.
        OFI is not candle-close synchronized; |OFI| >= 0.30 is interpretive context,
        not a required entry gate or an automatic exit/re-entry signal.

Output parameters:

- `result` (string)

### `get_morning_desk` (~28 tokens)

Today's Tier-0 morning desk card (rails, IV rank, gap, events).

Output parameters:

- `result` (string)

### `get_market_clock` (~23 tokens)

Session state: open/closed, force-flat time, lane windows.

Output parameters:

- `result` (string)

### `get_skew` (~32 tokens)

IV smile / skew strip + wing-fattening flag from Tradier chain.

Input parameters:

- `symbol` (string)

Output parameters:

- `result` (string)

### `get_pin` (~24 tokens)

Pin score / magnet heuristic for the symbol.

Input parameters:

- `symbol` (string)

Output parameters:

- `result` (string)

### `get_gex_profile` (~26 tokens)

Per-strike GEX profile near spot.

Input parameters:

- `symbol` (string)

Output parameters:

- `result` (string)

### `get_em` (~29 tokens)

1σ expected-move band from ATM IV (remaining session).

Input parameters:

- `symbol` (string)

Output parameters:

- `result` (string)

### `get_rv_regime` (~35 tokens)

HAR-lite RV: Calm / Elevated / Explosive (not Trapdoor wall trust).

Input parameters:

- `symbol` (string)

Output parameters:

- `result` (string)

### `get_spy_qqq_divergence` (~25 tokens)

SPY↔QQQ rails divergence feather.

Output parameters:

- `result` (string)

### `get_replay_today` (~34 tokens)

Today's graded candidates timeline (educational replay).

Input parameters:

- `limit` (integer)
- `min_score` (integer)

Output parameters:

- `result` (string)

### `get_hist_replay` (~46 tokens)

Multi-day historical graded events from scanner log (optional YYYY-MM-DD).

Input parameters:

- `date` (string)
- `limit` (integer)
- `min_score` (integer)

Output parameters:

- `result` (string)

### `check_alert_tradeable` (~108 tokens)

Pro planning gate: today's valid A+/B record, score >= 6/8, current
        9:45–force-flat window, positive finite level and CALL/PUT direction.
        Includes the existing fade fragility veto. Does not check subsequent
        stop-outs, live structure, or broker positions. Pass alert_json to check
        that specific record without fetching another alert.

Input parameters:

- `alert_json` (string)
- `use_latest` (boolean)

Output parameters:

- `result` (string)

### `plan_robinhood_entry` (~60 tokens)

Build Robinhood execution plan from alert: delta band, spread gate, budget, bracket, MCP steps.
        Advisory only — does not place orders.

Input parameters:

- `alert_json` (string)
- `use_latest` (boolean)

Output parameters:

- `result` (string)

### `format_bracket_plan` (~54 tokens)

Scale/stop premium levels from fill price E (+25% target, -25% cap).

Input parameters:

- `alert_json` (string)
- `entry_premium` (number, required)
- `use_latest` (boolean)

Output parameters:

- `result` (string)

### `pro_rules_summary` (~19 tokens)

Pro alert criteria: min score and session window.

Output parameters:

- `result` (string)

### `get_premium_compression_data` (~76 tokens)

Premium Compression Heatmap: theta decay velocity by session window for a multi-leg structure.
        Pro tier. structure: "iron_condor" | "vertical_spread_call" | "vertical_spread_put" | "single" | "short_call" | "short_put"

Input parameters:

- `structure` (string)

Output parameters:

- `result` (string)

### `get_path_risk_score` (~36 tokens)

Path-Risk Meter: dynamic execution risk score from spread + tick variance. Pro tier.

Input parameters:

- `instrument` (string)

Output parameters:

- `result` (string)

### `get_cvd_liquidity` (~62 tokens)

Real-Time CVD Liquidity Tracker: aggregate Net CVD using Lee-Ready on minute bars.
        Pro tier. interval: "1m" | "5m"

Input parameters:

- `instrument` (string)
- `interval` (string)

Output parameters:

- `result` (string)

### `get_vrp_divergence` (~29 tokens)

VRP Divergence Index: ATM straddle IV vs realized variance. Bundle tier.

Output parameters:

- `result` (string)

### `get_index_health` (~44 tokens)

Index Health Dashboard: relative volume & momentum for top components.
        Bundle tier. index: "SPY" | "QQQ"

Input parameters:

- `index` (string)

Output parameters:

- `result` (string)

### `get_macro_events` (~25 tokens)

Macro Event Control Panel: high-impact economic events with vol forecasts. Bundle tier.

Output parameters:

- `result` (string)

### `get_daily_structure` (~33 tokens)

Daily Structure Board: automated pivots, ATR targets, overnight boundaries. Bundle tier.

Input parameters:

- `symbol` (string)

Output parameters:

- `result` (string)

### `get_swing_structure` (~48 tokens)

Weekly/swing gamma walls + 1σ EM on the nearest 5–45 DTE expiry (not 0DTE). Bundle/Pro.

Input parameters:

- `symbol` (string)

Output parameters:

- `result` (string)

### `get_lotto_friday` (~29 tokens)

Advisory single-name 0DTE Friday board with liquidity gates. Not auto-exec.

Output parameters:

- `result` (string)

### `get_correlation_grid` (~34 tokens)

Rolling 5-min return correlation for SPY/QQQ/IWM/DIA. Portfolio overlay, not a trigger.

Output parameters:

- `result` (string)

### `get_cross_asset` (~34 tokens)

Tradier VIX, 10Y (TNX), dollar (UUP). Risk-tone overlay — not a trigger.

Output parameters:

- `result` (string)

### `get_major_news` (~21 tokens)

MAJOR RSS headlines. Context only — never a trigger.

Output parameters:

- `result` (string)

### `get_yield_curve` (~29 tokens)

Delayed official FRED 10Y / 2Y / 2s10s.

Output parameters:

- `result` (string)

### `get_fear_greed` (~30 tokens)

Intraday fear/greed composite (Tape + VIX). Fade extremes at a rail.

Output parameters:

- `result` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-0dteconfluence-confluence/mcp#diagnostics

## Score history

- 2026-09-22: 69
- 2026-09-21: 68
- 2026-09-20: 68
- 2026-09-19: 67
- 2026-09-18: 67
- 2026-09-17: 66
- 2026-09-16: 66
- 2026-09-15: 65
- 2026-09-14: 65
- 2026-09-13: 65
- 2026-09-12: 64
- 2026-09-11: 64
- 2026-09-10: 63
- 2026-09-09: 63
- 2026-09-08: 62
- 2026-09-07: 62
- 2026-09-06: 61
- 2026-09-05: 61

## Common questions

### What is the 0DTE Confluence MCP server?

0DTE Confluence is an MCP server listed in the public MCP registry as com.0dteconfluence/confluence. Gamma rails, options flow tape, and graded 0DTE setups for SPY/QQQ/IWM. Advisory only. This page covers its hosted endpoint (https://mcp.0dteconfluence.com/mcp).

### Is the 0DTE Confluence MCP server safe to use?

0DTE Confluence scores 69 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the 0DTE Confluence MCP server expose?

0DTE Confluence exposes 32 tools: get_latest_alert, list_alert_history, get_rails, get_tape, get_morning_desk, and 27 more. Their descriptions and schemas cost roughly 1,366 tokens of context every time the server is loaded.

### Does the 0DTE Confluence MCP server require authentication?

No. We connected to 0DTE Confluence without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the 0DTE Confluence MCP server still maintained?

0DTE Confluence is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://mcp.0dteconfluence.com/mcp
- Authorisation metadata: https://mcp.0dteconfluence.com/.well-known/oauth-protected-resource/mcp
- Website: https://0dteconfluence.com/developers/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-0dteconfluence-confluence/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-0dteconfluence-confluence/mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-0dteconfluence-confluence/mcp
