You're viewing a demo portfolio

Join the waitlist
PRSM

eia_ethanol

Active

Tool of Eia

declared in 0.1.0

Get fuel ethanol production volumes, stocks, and imports. Returns time series for ethanol supply chain metrics.Key energy-agriculture intersection: most US ethanol is made from corn. Uses EIA petroleum supply data filtered for ethanol (EPOOXE product code).

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "series": "production",
      "_apiKey": "your-eia-api-key"
    },
    {
      "start": "2024-01-01",
      "series": "stocks",
      "_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": "Ethanol data type: \"production\", \"stocks\", \"imports\""
    },
    "_apiKey": {
      "type": "string",
      "description": "EIA API key"
    },
    "frequency": {
      "type": "string",
      "description": "Frequency: \"weekly\", \"monthly\" (optional, defaults to weekly)"
    }
  }
}

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_ethanol — Eia — PRSM MCP