You're viewing a demo portfolio

Join the waitlist
PRSM

get_eia_series

Active

Tool of TensorFeed

declared in 1.36.2

Get a US Energy Information Administration time-series. Curated routes: petroleum/pri/spt (WTI/Brent crude spot prices), petroleum/pri/gnd (US retail gasoline), natural-gas/pri/sum (Henry Hub + retail nat gas), electricity/retail-sales (by state and sector), electricity/electric-power-operational-data (net generation by fuel), total-energy. License: US Government public domain.

Parameters schema

{
  "type": "object",
  "required": [
    "route"
  ],
  "properties": {
    "end": {
      "type": "string",
      "description": "End date YYYY-MM-DD"
    },
    "route": {
      "type": "string",
      "description": "One of: petroleum/pri/spt, petroleum/pri/gnd, natural-gas/pri/sum, electricity/retail-sales, electricity/electric-power-operational-data, total-energy"
    },
    "start": {
      "type": "string",
      "description": "Start date YYYY-MM-DD"
    },
    "length": {
      "type": "number",
      "default": 100,
      "description": "Max records (1-5000)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

TensorFeed

https://github.com/RipperMercs/tensorfeed

1/7 registries
View full server →
get_eia_series — TensorFeed — PRSM MCP