HomeFinance › mcp-server

mcp-server

Source-timestamped energy data and reviewed OilPriceAPI product facts for MCP clients.

Official TypeScript Cloud
★ 4 stars Last pushed 2026-09-21 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 3.4.1)

npx -y oilpriceapi-mcp@3.4.1

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "oilpriceapi-mcp@3.4.1"
      ],
      "env": {
        "OILPRICEAPI_KEY": "<YOUR_VALUE>",
        "OILPRICEAPI_MCP_SCOPE": "<YOUR_VALUE>",
        "OILPRICEAPI_MCP_PROFILE": "<YOUR_VALUE>",
        "OILPRICEAPI_MCP_CATEGORIES": "<YOUR_VALUE>"
      }
    }
  }
}
  • OILPRICEAPI_KEY secret — Your OilPriceAPI key from oilpriceapi.com/auth/signup. Optional: without it, keyless demo mode.
  • OILPRICEAPI_MCP_SCOPE — Tool scope: read (default) or write (explicit mutation opt-in).
  • OILPRICEAPI_MCP_PROFILE — Tool profile: all, core, market, or automation.
  • OILPRICEAPI_MCP_CATEGORIES — Comma-separated category allowlist (core, market, automation) that overrides the profile.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry