2,500+ MCP servers ready to use
Vinkius

EIA Full Access — U.S. Energy Intelligence MCP Server for LlamaIndex 34 tools — connect in under 2 minutes

Built by Vinkius GDPR 34 Tools Framework

LlamaIndex specializes in data-aware AI agents that connect LLMs to structured and unstructured sources. Add EIA Full Access — U.S. Energy Intelligence as an MCP tool provider through the Vinkius and your agents can query, analyze, and act on live data alongside your existing indexes.

Vinkius supports streamable HTTP and SSE.

python
import asyncio
from llama_index.tools.mcp import BasicMCPClient, McpToolSpec
from llama_index.core.agent.workflow import FunctionAgent
from llama_index.llms.openai import OpenAI

async def main():
    # Your Vinkius token — get it at cloud.vinkius.com
    mcp_client = BasicMCPClient("https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp")
    mcp_tool_spec = McpToolSpec(client=mcp_client)
    tools = await mcp_tool_spec.to_tool_list_async()

    agent = FunctionAgent(
        tools=tools,
        llm=OpenAI(model="gpt-4o"),
        system_prompt=(
            "You are an assistant with access to EIA Full Access — U.S. Energy Intelligence. "
            "You have 34 tools available."
        ),
    )

    response = await agent.run(
        "What tools are available in EIA Full Access — U.S. Energy Intelligence?"
    )
    print(response)

asyncio.run(main())
EIA Full Access — U.S. Energy Intelligence
Fully ManagedVinkius Servers
60%Token savings
High SecurityEnterprise-grade
IAMAccess control
EU AI ActCompliant
DLPData protection
V8 IsolateSandboxed
Ed25519Audit chain
<40msKill switch
Stream every event to Splunk, Datadog, or your own webhook in real-time

* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure

About EIA Full Access — U.S. Energy Intelligence MCP Server

The definitive Mega-Server for U.S. energy intelligence. Why install 6 servers when one does it all?

LlamaIndex agents combine EIA Full Access — U.S. Energy Intelligence tool responses with indexed documents for comprehensive, grounded answers. Connect 34 tools through the Vinkius and query live data alongside vector stores and SQL databases in a single turn — ideal for hybrid search, data enrichment, and analytical workflows.

What you can do

  • 🛢️ Petroleum (8 tools) — WTI/Brent, gasoline, refinery, stocks, SPR, crude imports
  • ⚡ Electricity (6 tools) — Grid demand, generation, prices, 100k+ generators
  • 🔥 Natural Gas (7 tools) — Henry Hub, storage, LNG, production, pipelines
  • ⛏️ Coal (6 tools) — Mine production, prices, quality, reserves, nuclear outages
  • 🔮 Outlook (4 tools) — STEO, AEO, IEO forecasts + international data
  • 🗺️ States (3 tools) — SEDS (1960→2024), total energy MER, emissions

The EIA Full Access — U.S. Energy Intelligence MCP Server exposes 34 tools through the Vinkius. Connect it to LlamaIndex in under two minutes — no API keys to rotate, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.

How to Connect EIA Full Access — U.S. Energy Intelligence to LlamaIndex via MCP

Follow these steps to integrate the EIA Full Access — U.S. Energy Intelligence MCP Server with LlamaIndex.

01

Install dependencies

Run pip install llama-index-tools-mcp llama-index-llms-openai

02

Replace the token

Replace [YOUR_TOKEN_HERE] with your Vinkius token

03

Run the agent

Save to agent.py and run: python agent.py

04

Explore tools

The agent discovers 34 tools from EIA Full Access — U.S. Energy Intelligence

Why Use LlamaIndex with the EIA Full Access — U.S. Energy Intelligence MCP Server

LlamaIndex provides unique advantages when paired with EIA Full Access — U.S. Energy Intelligence through the Model Context Protocol.

01

Data-first architecture: LlamaIndex agents combine EIA Full Access — U.S. Energy Intelligence tool responses with indexed documents for comprehensive, grounded answers

02

Query pipeline framework lets you chain EIA Full Access — U.S. Energy Intelligence tool calls with transformations, filters, and re-rankers in a typed pipeline

03

Multi-source reasoning: agents can query EIA Full Access — U.S. Energy Intelligence, a vector store, and a SQL database in a single turn and synthesize results

04

Observability integrations show exactly what EIA Full Access — U.S. Energy Intelligence tools were called, what data was returned, and how it influenced the final answer

EIA Full Access — U.S. Energy Intelligence + LlamaIndex Use Cases

Practical scenarios where LlamaIndex combined with the EIA Full Access — U.S. Energy Intelligence MCP Server delivers measurable value.

01

Hybrid search: combine EIA Full Access — U.S. Energy Intelligence real-time data with embedded document indexes for answers that are both current and comprehensive

02

Data enrichment: query EIA Full Access — U.S. Energy Intelligence to augment indexed data with live information before generating user-facing responses

03

Knowledge base agents: build agents that maintain and update knowledge bases by periodically querying EIA Full Access — U.S. Energy Intelligence for fresh data

04

Analytical workflows: chain EIA Full Access — U.S. Energy Intelligence queries with LlamaIndex's data connectors to build multi-source analytical reports

EIA Full Access — U.S. Energy Intelligence MCP Tools for LlamaIndex (34)

These 34 tools become available when you connect EIA Full Access — U.S. Energy Intelligence to LlamaIndex via MCP:

01

get_annual_outlook

S. energy production, consumption, prices, and emissions using the National Energy Modeling System (NEMS). Includes reference case and side cases. Get AEO: 30-year U.S. energy projections

02

get_coal_prices

Also includes price-by-rank breakdown for bituminous, subbituminous, lignite, and anthracite. Get coal market prices by rank, region, and mine type

03

get_coal_production

Get coal production by state, mine type, and rank

04

get_coal_quality

Get coal consumption and quality data: heat content, sulfur, ash

05

get_coal_reserves

Get coal reserves, productive capacity, and stocks

06

get_coal_trade

Get coal imports and exports by country, quantity, and price

07

get_crude_imports

Source: EIA-814. Get crude oil imports by country, company, type, and grade

08

get_crude_production

Get U.S. crude oil production and reserves data

09

get_electricity_prices

Source: EIA-826, EIA-861. Get retail electricity prices by state and sector

10

get_generator_inventory

Over 100,000 generators. Source: EIA-860. Get inventory of every operable generator in the U.S

11

get_grid_demand

Covers all major U.S. grid operators. Source: EIA-930. Get real-time hourly/daily electric grid demand

12

get_international_data

Get country-level energy production, consumption, and emissions

13

get_international_outlook

Covers global production, consumption, and emissions by region and fuel. Get IEO: international energy projections

14

get_mine_production

Source: EIA-7A and MSHA-7000-2. Get individual mine-level coal production data

15

get_natgas_consumption

By state and nationally. Get natural gas consumption by sector

16

get_natgas_prices

Henry Hub spot price is the benchmark for North American gas trading. Get natural gas prices: Henry Hub, citygate, wellhead, industrial, residential

17

get_natgas_production

Get natural gas production: gross withdrawals, marketed production

18

get_natgas_reserves

Get natural gas proved reserves and exploration data

19

get_natgas_storage

The weekly storage report is a major market-moving event for gas trading. Get underground natural gas storage levels

20

get_natgas_summary

S. natural gas balance: total production, consumption, imports, exports, and storage changes. Get natural gas supply and demand overview

21

get_natgas_trade

Get natural gas imports, exports, and pipeline flows

22

get_nuclear_outages

S. nuclear reactors. Get nuclear power plant outage data

23

get_petroleum_consumption

Get petroleum consumption and sales by product and sector

24

get_petroleum_prices

Filter by product, area, and frequency. Get petroleum product prices: WTI, Brent, gasoline, diesel, heating oil

25

get_petroleum_stocks

Get petroleum stocks: commercial + Strategic Petroleum Reserve

26

get_petroleum_summary

S. petroleum supply/demand balance including production, imports, exports, stocks, and consumption. The weekly petroleum status report data. Get petroleum supply and demand balance

27

get_petroleum_trade

Get petroleum imports, exports, and movements

28

get_plant_generation

Includes net generation (MWh), fuel consumption, and heat rates. Source: EIA-923. Get individual power plant operations by fuel and prime mover

29

get_power_generation

Source: EIA-923. Get electric power generation by state, sector, and fuel source

30

get_refinery_operations

Get refinery capacity, utilization, and processing data

31

get_short_term_outlook

Published monthly by EIA. Data range: 1974 to 2027. Get STEO: 18-month U.S. energy price and supply projections

32

get_state_electricity_profiles

Get comprehensive state electricity profiles

33

get_state_energy_data

Data from 1960 to present. The definitive source for state-level energy analysis. Get comprehensive state-level energy data (SEDS): production, consumption, prices, expenditures

34

get_total_energy

Includes total production, consumption, stocks, trade, prices, and CO2 emissions for petroleum, natural gas, coal, electricity, nuclear, and renewables. Get comprehensive U.S. total energy overview (Monthly Energy Review)

Example Prompts for EIA Full Access — U.S. Energy Intelligence in LlamaIndex

Ready-to-use prompts you can give your LlamaIndex agent to start working with EIA Full Access — U.S. Energy Intelligence immediately.

01

"Complete U.S. energy dashboard: oil, gas, electricity, and coal prices"

02

"Which state produces the most renewable energy and what are storage levels?"

03

"What does the STEO forecast for natural gas prices and how does it compare to coal?"

Troubleshooting EIA Full Access — U.S. Energy Intelligence MCP Server with LlamaIndex

Common issues when connecting EIA Full Access — U.S. Energy Intelligence to LlamaIndex through the Vinkius, and how to resolve them.

01

BasicMCPClient not found

Install: pip install llama-index-tools-mcp

EIA Full Access — U.S. Energy Intelligence + LlamaIndex FAQ

Common questions about integrating EIA Full Access — U.S. Energy Intelligence MCP Server with LlamaIndex.

01

How does LlamaIndex connect to MCP servers?

Use the MCP client adapter to create a connection. LlamaIndex discovers all tools and wraps them as query engine tools compatible with any LlamaIndex agent.
02

Can I combine MCP tools with vector stores?

Yes. LlamaIndex agents can query EIA Full Access — U.S. Energy Intelligence tools and vector store indexes in the same turn, combining real-time and embedded data for grounded responses.
03

Does LlamaIndex support async MCP calls?

Yes. LlamaIndex's async agent framework supports concurrent MCP tool calls for high-throughput data processing pipelines.

Connect EIA Full Access — U.S. Energy Intelligence to LlamaIndex

Get your token, paste the configuration, and start using 34 tools in under 2 minutes. No API key management needed.