You're viewing a demo portfolio

Join the waitlist
PRSM

eia_petroleum

Active

Tool of Eia

declared in 0.1.0

Get EIA petroleum time series data for a specific product (gasoline, diesel, crude, stocks, supply, production, imports). Returns prices or volumes by period with regional breakdowns. Requires free EIA API key.supply, production, and imports. Simplified interface to common EIA petroleum series.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "_apiKey": "your-eia-api-key",
      "product": "gasoline"
    },
    {
      "start": "2023-01-01",
      "_apiKey": "your-eia-api-key",
      "product": "crude",
      "frequency": "weekly"
    }
  ],
  "required": [
    "_apiKey",
    "product"
  ],
  "properties": {
    "end": {
      "type": "string",
      "description": "End date (optional)"
    },
    "start": {
      "type": "string",
      "description": "Start date (optional)"
    },
    "_apiKey": {
      "type": "string",
      "description": "EIA API key"
    },
    "product": {
      "type": "string",
      "description": "Product type: \"gasoline\", \"diesel\", \"crude\", \"stocks\", \"supply\", \"production\", \"imports\""
    },
    "frequency": {
      "type": "string",
      "description": "Frequency: \"weekly\", \"monthly\", \"annual\" (optional, defaults vary by product)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Eia

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

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