ToolAssay

US energy inventory catalyst signal + EIA report calendar (optional ?report=)

US energy inventory catalyst signal + EIA report calendar (optional ?report=)

Answeringour last check, 2026-09-24
1 of 1checks answered this week
830 msmedian answer time
$0.05listed price per call
$0.05price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://energy.lonestaroracle.xyz/energy

CategoryEverything else
Provider hostenergy.lonestaroracle.xyz
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days5 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.05 830 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "report": "crude"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "category": "energy",
  "description": "Use this when you need to trade or assess US energy around a scheduled inventory report. It answers: 'are crude oil, gasoline, or natural-gas inventories tight or loose right now?', 'is the setup bullish or bearish for oil and gas prices?', and 'when is the next EIA report and what will it move?'. One x402 call returns a BULLISH / NEUTRAL / BEARISH signal for petroleum and for natural gas \u2014 from current stocks versus the 5-year seasonal average and the latest weekly draw/build \u2014 plus the exact date and time of the next EIA Weekly Petroleum Status and Natural Gas Storage reports, the scheduled catalysts that move WTI, Brent, Henry Hub, USO, UNG, XLE and energy equities like XOM and CVX. The energy sector's catalyst calendar, agent-callable. $0.05 in USDC on Base via x402. Source: US EIA (free/public). Does NOT include the paid analyst-consensus 'expected draw/build'; compares to EIA's own 5-year seasonal norm.",
  "name": "EnergyCatalyst",
  "properties": {
    "input": {
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "report": {
              "description": "Optional. Focus one report: crude (or oil/petroleum), gasoline, distillate (diesel), or natgas (natural gas). Omit for the full energy dashboard. Aliases: commodity, r.",
              "example": "crude",
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "crude_oil": {
            "as_of": "2026-07-31",
            "unit": "MMbbl",
            "value": 407,
            "vs_5yr_avg_pct": -6.2,
            "vs_year_ago_pct": -3.9,
            "weekly_change": 2.5
          },
          "interpretation": "Petroleum inventories are tight versus the 5-year seasonal norm (crude -6.2% vs 5-yr avg) \u2014 price-supportive. Natural-gas storage is +6.0% versus the 5-year average \u2014 ample, a price headwind.",
          "natgas_signal": "BEARISH",
          "natural_gas": {
            "as_of": "2026-07-31",
            "unit": "BCF",
            "value": 3117,
            "vs_5yr_avg_pct": 6,
            "weekly_change": 33
          },
          "next_catalysts": [
            {
              "days_out": 4.1,
              "event": "EIA Weekly Petroleum Status Report",
              "moves": "WTI, Brent, USO, XLE, XOM/CVX",
              "next_release": "2026-08-12T14:30:00+00:00"
            }
          ],
          "petroleum_signal": "BULLISH",
          "source": "US Energy Information Administration"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "tags": [
    "energy",
    "oil",
    "natural-gas",
    "eia",
    "catalyst"
  ],
  "type": "object",
  "version": "1.0.0"
}

This page as JSON