Back to search
100
MCP live v0.2.0 streamable-http

io.github.cyanheads/eia-energy-mcp-server

io.github.cyanheads/eia-energy-mcp-server

Browse and query the EIA API v2 — electricity, petroleum, natural gas, coal, forecasts via MCP.

Uptime
25.0%
4 probes
Response
539ms
last probe
Tools
6
callable

Tools · 6

eia_browse_routes

Lists child routes under a given path in the EIA dataset taxonomy. Start with no path to get the 14 top-level categories (electricity, petroleum, natural-gas, steo, aeo, ieo, seds, etc.), then drill i…

eia_describe_route

Returns full metadata for a leaf route: available facets with their valid values, data column names and units, frequency options, and date range. Call this before eia_query_route to discover valid fac…

eia_search_routes

Fuzzy text search across route names, descriptions, and category labels. Resolves natural-language queries like "electricity retail sales by state" or "natural gas imports" to matching route paths. ST…

eia_query_route

Fetches data from a leaf route with optional facet filters, date range, frequency, and column selection. Use eia_describe_route first to discover valid facet IDs, facet values, column IDs, and frequen…

eia_dataframe_describe

List canvas dataframes (df_<id>) materialized by eia_query_route, with provenance, TTL, row count, and column schema. Lazy-sweeps expired tables before responding so the list is always current. Pass a…

eia_dataframe_query

Run a single-statement SELECT against canvas dataframes registered by eia_query_route. Standard DuckDB SQL — joins, aggregates, window functions, CTEs all supported. Reference dataframes by the df_<id…

Similar MCP servers embedding-nearest

io.github.cyanheads/eia-mcp-server
Browse and query the EIA API v2 — electricity, petroleum, natural gas, coal, forecasts via MCP.
0 tools
@cyanheads/eia-energy-mcp-server
Browse and query the U.S. Energy Information Administration API v2 — electricity, petroleum, natural gas, coal, forecasts, and more via MCP.
0 tools
Eia
EIA MCP — US Energy Information Administration API v2
0 tools · streamable-http
@pipeworx/mcp-eia
EIA MCP — US Energy Information Administration API v2
0 tools
programmerrdai/mcp-carbon-calculator
MCP server computes CO₂e for electricity & gas, exposes JSON-RPC tools for LLM integration
0 tools
io.github.oilpriceapi/mcp-server
Real-time oil, gas, and commodity prices. 174+ commodities, futures, rig counts.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.cyanheads/eia-energy-mcp-server": {
      "url": "https://eia-energy.caseyjhand.com/mcp",
      "transport": "streamable-http"
    }
  }
}