mcp-orlen

drnow4u/mcp-orlen

3.2

If you are the rightful owner of mcp-orlen and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The Model Context Protocol (MCP) Server for Orlen Wholesale Price is a specialized server designed to provide real-time data and analytics on Orlen's wholesale fuel prices.

MCP Orlen Wholesale Price - Learning Project

Model Context Protocol Servers for Orlen Wholesale Price.

Install

Tested with Claude for MacOS.

  1. You need to install Java 24 first.
  2. Download JAR files from releases.
  3. Open Developer Settings in Claude Claude developer settings and hit the Edit Config button.
  4. Edit file claude_desktop_config.json:
    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
  5. Add MPC Orlen Server:
    {
      "mcpServers": {
        "orlenWholesalePriceJar": {
          "command": ">>path to your java installation<</Contents/Home/bin/java",
          "args": [
            "-jar",
            ">>path to your jar file<</mcp-orlen-0.1.0.jar"
          ]
        }
      }
    }
    
  6. Restart Claude.
  7. Example prompt:
    • EN: Create a chart of the Orlen wholesale price of the fuel in the last month of this year
    • PL: Proszę narysuj wykres jak kształtowały się ceny hurtowe paliwa Orlen w ciągu ostatniego miesiąca tego roku
  8. Model response: Model response
  9. Enjoy!