← Registry

Analytics

gex.live

Provides access to SPX trading session data including dealer positioning and gamma levels for financial analysis.

1 endpoint3 known toolsFirst detected August 15, 2026Last detected August 15, 2026

ENDPOINT 1

https://mcp.gex.live/mcp

No auth detected

MCP server metadata

Name
gex-mcp
Version
0.1.0
Capabilities
tools
Server instructions

gex.live SPX dealer positioning. Free tools: 1,000+ finished sessions, each with the zero-gamma flip, call/put walls, hold band and net-gamma percentile — measurements verifiable against the free history at https://gex.live, deliberately no buy/sell signals. lab_* tools drive the backtesting Lab (compile an idea → backtest → sweep, honest out-of-sample verdicts) and need the user's Lab token as an Authorization header: created at https://gex.live/account, jobs spend Lab credits.

Known tools 3

list_sessions

List finished SPX trading sessions available in the free gex.

Inferred read-only
get_session

One finished SPX session's dealer-positioning summary from gex.

Inferred read-only
get_levels

Just the dealer-positioning level set for one finished SPX session: zero-gamma flip, call resistance, put support, hold band — plus where the session closed relative to them.

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

.mcp.json

{
  "mcpServers": {
    "gex-mcp": {
      "type": "http",
      "url": "https://mcp.gex.live/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "gex-mcp": {
      "type": "http",
      "url": "https://mcp.gex.live/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "gex-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.gex.live/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for gex.live was fetched 2026-08-21T14:42:22.268Z.

Trust status Trusted

gex.live is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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