Oilpriceapi MCP Server

Get a Free API Key · Documentation · API Explorer · Pricing. It runs locally over stdio via the published package.

People who work with Oilpriceapi and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-14 · ★ 4 · #169 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Oilpriceapi MCP Server

before you install - you'll need

OILPRICEAPI_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add oilpriceapi-mcp-server -- npx -y oilpriceapi-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "oilpriceapi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "oilpriceapi-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package oilpriceapi-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.OilpriceAPI is GitHub-verified and matches the repo owner

03 · What Oilpriceapi MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v3.4.1 · 2026-09-13

Patch release: two tool fixes that were failing on every live call. · Fixed · opa_get_marine_fuels works again (#120). It threw on every unfiltered call because the formatter read a flat record while…

v3.4.0 · 2026-09-13

Fourteen fixes since 3.3.0. Every one is about the MCP server answering an agent truthfully: never presenting a fabricated, absent or partial value as data. · Data truthfulness · Currency is rendered as the API…

v3.3.0 · 2026-09-13

Fixes a data-correctness bug that affected 395 of 604 commodity codes. · Every user on 3.2.4 or earlier should upgrade. · What was wrong · resolveCommodityCode checked a hardcoded 27-entry list against a ~604-code…

04 · Who maintains Oilpriceapi MCP Server

mcp-server is maintained by oilpriceapi. It's the only MCP server we track from this author; the repo dates to Jan 2026.

05 · Facts

category
other - ranked #169 of 945 actively-maintained other servers as of 2026-09-18.
release cadence
9 releases in the last 90 days (latest 2026-09-13)
registry
io.github.OilpriceAPI/mcp-server (active, first published 2026-01-28 · 19 versions)
packages
npm:oilpriceapi-mcp

06 · Oilpriceapi MCP Server FAQ

What is Oilpriceapi MCP Server?

Get a Free API Key · Documentation · API Explorer · Pricing. It runs locally over stdio via the published package.

Is Oilpriceapi MCP Server still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-14 and it shipped 9 releases in the last 90 days. We re-verify nightly.

How do I install Oilpriceapi MCP Server?

Run `npx -y oilpriceapi-mcp`. The README documents one environment variable (OILPRICEAPI_KEY) to set first. You can also paste the ready-made client config above.

Does Oilpriceapi MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Oilpriceapi MCP Server