| name | gurkerl |
| description | Gurkerl.at grocery shopping via MCP - search products, manage cart, orders, recipes, favorites. |
| homepage | https://www.gurkerl.at/seite/mcp-server |
| metadata | {"clawdbot":{"emoji":"🥒","requires":{"bins":["curl","jq"]},"env":["GURKERL_EMAIL","GURKERL_PASS"],"tags":["grocery","shopping","austria","mcp","rohlik","delivery"]}} |
Gurkerl.at MCP Skill
Austrian grocery delivery service (part of Rohlik Group). Search products, manage your cart, view orders, browse recipes, and more.
Note: This skill uses Gurkerl's official MCP server. The same approach works for other Rohlik Group brands (Rohlik.cz, Knuspr.de, Kifli.hu) — just change the MCP URL in the script.
Setup
Set environment variables:
export GURKERL_EMAIL="your@email.com"
export GURKERL_PASS="your-password"
For persistent access, add to ~/.config/systemd/user/clawdbot-gateway.service.d/gurkerl.conf:
[Service]
Environment="GURKERL_EMAIL=your@email.com"
Environment="GURKERL_PASS=your-password"