MCP Orlen Wholesale Price Server

用於Orlen批發價格的模型上下文協議伺服器。

文件

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!