Moj TAURON energy billing portal — contracts, invoices, payments & messages via Model Context Protocol
MCP Endpoint: https://tauron-ebok.mcp.majewscy.tech/mcp
Auth: x-api-key header required for tool calls
Online v1.0.0 8 tools
Server-side credentials (set via environment variables):
TAURON_EMAIL=your@email.com TAURON_PASSWORD=your_password
Claude Code / MCP client config:
{
"mcpServers": {
"tauron-ebok": {
"type": "http",
"url": "https://tauron-ebok.mcp.majewscy.tech/mcp",
"headers": {
"x-api-key": "YOUR_API_KEY"
}
}
}
}
Connects to Moj TAURON (eBOK) — the customer portal for Tauron Polska Energia, one of Poland's largest electricity distributors. Data is accessed via authenticated web scraping (no official API available).