WebMCP

FinanceWebMCP verified

gexlog.com WebMCP tools

Daily SPX/SPXW options market briefings — gamma regime classification, key price levels, and trade signals. WebMCP tools expose the current briefing, historical snapshots, date ranges, and gamma-regime history (history endpoints are gated by an x402 USDC micropayment).

5 tools1 methodsspec API surface

What can an agent do with gexlog.com WebMCP tools?

Daily SPX/SPXW options market briefings — gamma regime classification, key price levels, and trade signals. WebMCP tools expose the current briefing, historical snapshots, date ranges, and gamma-regime history (history endpoints are gated by an x402 USDC micropayment). This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.

WebMCP tools on gexlog.com

Tool 1 of 5WebMCPAnswer

get_current_briefing

Get today's GEXLOG market briefing for SPX/SPXW options. Returns the current gamma regime classification (POSITIVE/NEGATIVE/NEUTRAL/TRANSITIONAL), key price levels (put wall, call wall, GEX flip, expected move, pivot levels R1/R2/S1/S2), trade signal (GO/CAUTION/WAIT), day type forecast (RANGE BOUND/TREND UP/TREND DOWN/HIGH VOLATILITY), AI-generated market narrative, and structured trade playbook with primary, alternative, and neutral strategies. Data is generated pre-market (~6:50 AM ET weekdays) and refreshed after close (~7:40 PM ET). Use this to understand today's SPX options market positioning and trade guidance.

How to install

Open the gexlog.com website and ask your browser agent to use get_current_briefing

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the get_current_briefing tool on gexlog.com with report: <string>. Return the structured result and cite the source page.

Input contract

  • report string Which report to retrieve. 'morning' is the primary daily briefing. 'evening' is the post-close refresh with updated levels and scorecard. 'weekend' is the Saturday preview for the coming week including week-ahead calendar and risk score.

Open the source definition

Tool 2 of 5WebMCPAnswer

get_historical_briefing

Get a past day's GEXLOG market snapshot by date. Returns morning, evening, and/or weekend report data for the specified date, including gamma regime, price levels, trade signal, forecast, AI narrative, and scorecard (evening only). Use this to look up what the market structure was on a specific date, compare past conditions to current ones, or analyze how a specific trading day played out. Each weekday typically has a morning (pre-market) and evening (post-close) snapshot, while Saturdays have a weekend preview. This endpoint may require a USDC micropayment via x402. If payment is required, the response will include pricing and payment instructions.

How to install

Open the gexlog.com website and ask your browser agent to use get_historical_briefing

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the get_historical_briefing tool on gexlog.com with date: <string>, report_type: <string>. Return the structured result and cite the source page.

Input contract

  • date string Date in YYYY-MM-DD format (e.g., '2026-05-09'). Must be a date with available archive data — use get_available_dates to check.
  • report_type string Which report(s) to retrieve for that date. Default: 'both'.

Open the source definition

Tool 3 of 5WebMCPAnswer

get_date_range

Get GEXLOG market data for a range of dates. Returns morning, evening, and weekend reports for all available dates in the range. Use this for trend analysis, comparing market structure across multiple days, or analyzing how gamma regimes, signals, and levels evolved over a period. Returns only dates that have data (holidays are excluded, but weekend data is included on Saturdays). Maximum range: 30 days. This endpoint may require a USDC micropayment via x402. If payment is required, the response will include pricing and payment instructions.

How to install

Open the gexlog.com website and ask your browser agent to use get_date_range

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the get_date_range tool on gexlog.com with start: <string>, end: <string>. Return the structured result and cite the source page.

Input contract

  • start string Start date in YYYY-MM-DD format (inclusive)
  • end string End date in YYYY-MM-DD format (inclusive)

Open the source definition

Tool 4 of 5WebMCPAnswer

get_available_dates

List all dates that have archived GEXLOG market data. Returns separate arrays of dates with morning, evening, and weekend reports, sorted newest first. Use this to discover what historical data is available before querying specific dates with get_historical_briefing or get_date_range.

How to install

Open the gexlog.com website and ask your browser agent to use get_available_dates

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the get_available_dates tool on gexlog.com. Return the structured result and cite the source page.

Input contract

    Open the source definition

    Tool 5 of 5WebMCPAnswer

    get_regime_history

    Get a lightweight summary of gamma regime classifications over time. Returns an array of dates with: regime (POSITIVE/NEGATIVE/NEUTRAL/TRANSITIONAL), net GEX value, GEX flip level, forecast type, confidence score, trade signal (GO/CAUTION/WAIT), regime streak count, SPX close, put wall, call wall, and VIX. Use this for regime transition analysis, streak tracking, and understanding how dealer positioning evolved over time. Much faster than pulling full reports for each date — this returns only the key structural fields. Default: last 30 days, max: 90 days. This endpoint may require a USDC micropayment via x402. If payment is required, the response will include pricing and payment instructions.

    How to install

    Open the gexlog.com website and ask your browser agent to use get_regime_history

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the get_regime_history tool on gexlog.com with start: <string>, end: <string>, limit: <number>. Return the structured result and cite the source page.

    Input contract

    • start string Start date in YYYY-MM-DD format (optional — if omitted, returns most recent data)
    • end string End date in YYYY-MM-DD format (optional)
    • limit number Maximum number of dates to return (default: 30, max: 90)

    Open the source definition