- OilPriceAPI — Real-Time Oil, Gas & Commodity Prices for AI Agents
OilPriceAPI — Real-Time Oil, Gas & Commodity Prices for AI Agents
Give your AI agent live energy markets in one install.
OilPriceAPI is the commodity-data MCP server behind fintech dashboards, fleet & logistics tools and maritime compliance platforms — the same API serves 2M+ requests every month.
WHAT YOUR AGENT GETS
• 26 production-grade tools: real-time spot prices, historical ranges, futures curves, price alerts and multi-commodity market briefs
• 70+ commodities: Brent, WTI, Dubai crude, natural gas (Henry Hub, TTF, JKM LNG), EU carbon allowances (ETS), diesel, jet fuel, marine bunker fuels (VLSFO), gasoline, heating oil, coal, gold and more
• Natural-language lookup — ask for "brent" or "european gas", not ticker codes
BUILT FOR AGENTS
• Works instantly in demo mode — no API key or signup needed to try it
• Tool annotations (read-only/destructive hints) so agent frameworks can auto-approve safe calls
• Automatic retries with backoff; typed errors that tell your agent exactly what to do next
• Free tier unlocks 40+ commodities in seconds
QUICK START
npx -y oilpriceapi-mcp — or grab the one-click Claude Desktop extension from our GitHub releases.
Docs: https://docs.oilpriceapi.com · Explorer: https://api.oilpriceapi.com/swagger · Free key: https://www.oilpriceapi.com/auth/signup
Server Config
{
"mcpServers": {
"oilpriceapi": {
"command": "npx",
"args": [
"-y",
"oilpriceapi-mcp"
],
"env": {
"OILPRICEAPI_KEY": "<YOUR_KEY — optional, demo mode works without it>"
}
}
}
}Project Info
Created At
5 days agoUpdated At
5 days agoAuthor Name
OilPriceAPIStar
-Language
-License
-