You're viewing a demo portfolio

Join the waitlist
PRSM

eia_series_lookup

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Flexible EIA series lookup. Pass any EIA series ID (e.g. 'PET.RWTC.D' for WTI crude daily, 'NG.RNGWHHD.D' for Henry Hub spot daily, 'ELEC.PRICE.US-ALL.M' for US average electricity retail price monthly). Returns time-series data for that series. Use this when no other tool covers your specific need.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "series_id"
  ],
  "properties": {
    "end": {
      "type": "string",
      "description": "Inclusive upper-bound period (ISO date or YYYY-MM)."
    },
    "limit": {
      "type": "number",
      "description": "Maximum rows to return (default 50, max 5000)."
    },
    "start": {
      "type": "string",
      "description": "Inclusive lower-bound period (ISO date or YYYY-MM depending on series cadence)."
    },
    "series_id": {
      "type": "string",
      "description": "EIA series ID. See https://www.eia.gov/opendata/browser/ for the full catalog."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →
eia_series_lookup — io.github.blackboxfoundry/livedatalink — PRSM MCP