EIA Petroleum Connector for AI agents.
8 live capabilities
Track real-time crude oil prices and refinery capacity across the U.S. and global markets.
Waiting for input…
Why people use EIA Petroleum
EIA Petroleum. Oil Market Intelligence for Energy Analysts
This Connector eliminates the tab-switching. You can ask your agent for the latest WTI spot price, refinery utilization, and SPR levels in one go. It pulls the data directly from the EIA, giving you a clean summary you can use immediately.
What Vinkius changes
You get authoritative energy data without the manual research.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Monitoring SPR levels for trading
A trader needs to know if the SPR is being refilled.
- Real-world use case 02
Analyzing crude export volumes
An analyst wants to see which country is the top crude exporter this month.
- Real-world use case 03
Comparing regional diesel costs
A logistics manager checks diesel prices across three different regions to find the cheapest hub using get_petroleum_prices.
Complete set · 8capabilities
The complete EIA Petroleum capability set.
These are the exact actions your AI can choose when you ask it to work with EIA Petroleum.
01—04
4 capabilities in this set.
Part of 8 available through EIA Petroleum.
- 01 Capability
Get petroleum prices
Get current spot prices for WTI, Brent, gasoline, diesel, and heating oil. This helps you track market shifts instantly.
- 02 Capability
Get petroleum summary
Pull the weekly petroleum status report including supply, demand, and stocks. Use this for a high-level market overview.
- 03 Capability
Get crude production
View U.S. crude oil production levels and reserves data. This is great for tracking domestic supply trends.
- 04 Capability
Get refinery operations
Check refinery capacity, utilization rates, and processing data. Use this to see how much crude is actually being processed.
05—08
4 capabilities in this set.
Part of 8 available through EIA Petroleum.
- 05 Capability
Get petroleum trade
Track petroleum imports, exports, and global tanker movements. This helps you monitor international trade flows.
- 06 Capability
Get petroleum stocks
Retrieve commercial crude stocks and Strategic Petroleum Reserve levels. Use this to monitor government and commercial inventory.
- 07 Capability
Get petroleum consumption
See sales and consumption data broken down by product and sector. This helps you understand end-user demand.
- 08 Capability
Get crude imports
Get company-level crude imports by country, API gravity, and sulfur content. This provides granular trade details.
Set up in minutes
One URL. Then ask EIA Petroleum to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use EIA Petroleum from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_tA6ifSFl6ihT6L4VCFAucGRLcylHIeQkeTHfBM51/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it EIA Petroleum, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable EIA Petroleum for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_tA6ifSFl6ihT6L4VCFAucGRLcylHIeQkeTHfBM51/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the EIA Petroleum URL.
- Step 03
Save and start
Save the connection and enable EIA Petroleum in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"eia-petroleum-oil-market-intelligence": {
"url": "https://edge.vinkius.com/vk_preview_tA6ifSFl6ihT6L4VCFAucGRLcylHIeQkeTHfBM51/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using EIA Petroleum
Open Agent mode in chat and ask: "Using EIA Petroleum, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"eia-petroleum-oil-market-intelligence": {
"url": "https://edge.vinkius.com/vk_preview_tA6ifSFl6ihT6L4VCFAucGRLcylHIeQkeTHfBM51/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using EIA Petroleum
Ask Copilot: "Using EIA Petroleum, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"eia-petroleum-oil-market-intelligence": {
"url": "https://edge.vinkius.com/vk_preview_tA6ifSFl6ihT6L4VCFAucGRLcylHIeQkeTHfBM51/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using EIA Petroleum
Open Cascade and ask: "Using EIA Petroleum, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"eia-petroleum-oil-market-intelligence": {
"url": "https://edge.vinkius.com/vk_preview_tA6ifSFl6ihT6L4VCFAucGRLcylHIeQkeTHfBM51/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using EIA Petroleum
Ask Cline: "Using EIA Petroleum, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add eia-petroleum-oil-market-intelligence --transport http "https://edge.vinkius.com/vk_preview_tA6ifSFl6ihT6L4VCFAucGRLcylHIeQkeTHfBM51/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using EIA Petroleum
Ask Claude: "Using EIA Petroleum, show me...". 8 tools are ready
Where the request belongs
Work EIA can move forward.
This is for the energy professional who needs hard numbers. It's for the trader who can't afford to wait for a manual report and the analyst who needs to move from data gathering to data analysis faster.
Commodity Fund Manager
They use this to monitor crude price trends and SPR levels to adjust portfolio positions on a daily basis.
Energy Analyst
They pull production and refinery stats to build weekly market reports for clients without copy-pasting from PDFs.
Logistics Coordinator
They check regional fuel prices and trade movements to optimize transport routes and fuel costs.
Refinery Operator
They monitor capacity utilization and product yields to plan maintenance and output schedules.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsOilPrice
Access real-time and historical oil, gas, and energy commodity prices. WTI, Brent, Natural Gas, Diesel, and 40+ more via OilPriceAPI.
EIA Natural Gas — Gas Market Intelligence
Natural gas market data: Henry Hub spot and futures prices, underground storage levels (the weekly report that moves markets), LNG imports/exports, production by state, pipeline flows, and consumption by sector.
Enverus Energy Intelligence
Equip your AI agent to access global energy data, track drilling rigs, and monitor well production via the Enverus API.
S&P Global Commodity Insights
Access global commodity price assessments. crude oil, natural gas, power, coal, metals, petrochemicals, and agriculture via S&P Global Platts benchmarks.
Commodities
Access real-time futures prices for 30+ commodities. gold, silver, oil, gas, wheat, coffee, copper, and more via Commodities-API.
U.S. EIA Energy Data
Equip your AI agent to access official U.S. energy statistics, track electricity generation, and monitor fuel prices via the EIA API.
Bring your own AI
Change the model, client or framework. Keep EIA connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about EIA.
The practical details behind the request, access and result.
Does EIA Petroleum. Oil Market Intelligence provide real-time prices?
Yes, it provides the latest spot prices for WTI, Brent, and other key petroleum products directly from the Energy Information Administration.
Can I use EIA Petroleum. Oil Market Intelligence to track refinery capacity?
Yes, it allows you to pull specific data on refinery capacity, utilization rates, and processing yields to monitor infrastructure health.
How does EIA Petroleum. Oil Market Intelligence help with oil trading?
It gives traders instant access to government data on stocks, production, and trade movements, which are critical for identifying supply imbalances.
Does EIA Petroleum. Oil Market Intelligence include regional fuel prices?
Yes, you can query retail prices for gasoline and diesel across different regions to monitor local fuel market trends.
Can I get export data using EIA Petroleum. Oil Market Intelligence?
Yes, the capability can retrieve data on petroleum imports, exports, and global tanker movements to help you track international trade flows.
Is the data in EIA Petroleum. Oil Market Intelligence from a reliable source?
Yes, the Connector pulls its data directly from the Energy Information Administration (EIA), the authoritative source for U.S. energy statistics.
How often is petroleum data updated?
Prices are updated daily. The Weekly Petroleum Status Report publishes every Wednesday at 10:30 AM ET. one of the most market-moving energy data releases in the world. Monthly and annual data follow EIA survey schedules.
One connection away
Give your agent a direct line to EIA.
Connect EIA once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available