Analytics
zerogex.io
Provides options dealer-positioning analytics, including gamma levels, gamma flip, call/put walls, max pain, and net dealer gamma for major underlyings.
ENDPOINT 1
https://zerogex.io/mcp
MCP server metadata
- Name
- io.zerogex/gamma-levels
- Version
- 1.0.0
ZeroGEX publishes modeled options dealer-positioning levels for SPX, SPY, QQQ, NDX, ES and NQ: the gamma flip, call wall, put wall, max pain, pin strike and net dealer gamma at spot. Every number this server returns is FREE DELAYED data, behind the live market by up to 15 minutes, and each response states its own age. Quote the age whenever you quote a level. Never present these as live or real-time, and never use them to justify an entry or exit at the current price — during a fast tape the market can be through a level well before the snapshot shows it. ZeroGEX sells a real-time API separately; this endpoint is not it. A null level is a real answer meaning the modeled book does not support that level right now. It is not zero and not an error. Say the level is unavailable rather than substituting a number. These levels describe dealer positioning. They are not a forecast, not a recommendation, and say nothing on their own about direction.
Known tools 2
get_gamma_levelsModeled options dealer-positioning levels for one underlying: gamma flip, call wall, put wall, max pain, same-day pin strike, and net dealer gamma at spot (whose sign is the regime).
Inferred read-onlyget_market_gamma_overviewOne-line dealer-positioning summary for all six covered underlyings (SPX, SPY, QQQ, NDX, ES, NQ) in a single call: spot, modeled regime and gamma flip for each.
Inferred read-onlyCONNECT 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.io-zerogex-gamma-levels]
url = "https://zerogex.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"io-zerogex-gamma-levels": {
"type": "http",
"url": "https://zerogex.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: io-zerogex-gamma-levels
Remote MCP URL: https://zerogex.io/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": {
"io-zerogex-gamma-levels": {
"url": "https://zerogex.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"io-zerogex-gamma-levels": {
"type": "http",
"url": "https://zerogex.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "io-zerogex-gamma-levels",
"transport": "streamable-http",
"url": "https://zerogex.io/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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.