You're viewing a demo portfolio

Join the waitlist
PRSM

eia_natural_gas

Active

Tool of Eia

declared in 0.1.0

Get EIA natural gas time series for a named series (prices, production, consumption, storage, spot_prices). Returns period, value, and area metadata. Requires free EIA API key.Includes Henry Hub spot prices, underground storage, marketed production, and consumption by sector.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "series": "prices",
      "_apiKey": "your-eia-api-key"
    },
    {
      "start": "2024-01-01",
      "series": "storage",
      "_apiKey": "your-eia-api-key",
      "frequency": "weekly"
    }
  ],
  "required": [
    "_apiKey",
    "series"
  ],
  "properties": {
    "end": {
      "type": "string",
      "description": "End date (optional)"
    },
    "start": {
      "type": "string",
      "description": "Start date (optional)"
    },
    "series": {
      "type": "string",
      "description": "Data series: \"prices\", \"production\", \"consumption\", \"storage\", \"spot_prices\""
    },
    "_apiKey": {
      "type": "string",
      "description": "EIA API key"
    },
    "frequency": {
      "type": "string",
      "description": "Frequency: \"weekly\", \"monthly\", \"annual\" (optional)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Eia

https://github.com/pipeworx-io/mcp-eia

1/7 registries
View full server →
eia_natural_gas — Eia — PRSM MCP