myORLEN (formerly PGNiG) gas billing portal — invoices, meter readings, contracts, payments & notifications via Model Context Protocol
MCP Endpoint: https://orlen-ebok.mcp.majewscy.tech/mcp
Auth: x-api-key header required for tool calls
Online v1.0.0 18 tools
Account Overview
Supply Points & Contracts
Invoices & Payments
Meter Readings
Notifications & Messages
Server-side credentials (set via environment variables):
ORLEN_EMAIL=your@email.com ORLEN_PASSWORD=your_password
Claude Code / MCP client config:
{
"mcpServers": {
"orlen-ebok": {
"type": "http",
"url": "https://orlen-ebok.mcp.majewscy.tech/mcp",
"headers": {
"x-api-key": "YOUR_API_KEY"
}
}
}
}
Connects to eBOK myORLEN (formerly PGNiG eBOK) — the online customer portal for ORLEN gas customers in Poland. Data is accessed via authenticated REST API. No official public API documentation available.