MCP Catalogs
Home

rohlik-mcp

by tomaspavlin·108·Score 47

MCP server enabling AI assistants to shop groceries across Rohlik Group platforms in 6 European countries.

ecommerceai-llmproductivity
25
Forks
4
Open issues
2 mo ago
Last commit
2d ago
Indexed

Overview

The Rohlik MCP Server enhances AI assistants with capabilities to browse and purchase groceries from Rohlik Group's online delivery services. It provides tools for searching products, managing shopping carts, accessing account information, and getting personalized recommendations based on purchase history. The server uses reverse-engineered API access and is designed for personal use across multiple European markets including Czech Republic, Germany, Austria, Hungary, Romania, and planned expansion to Italy and Spain.

Try asking AI

After installing, here are 6 things you can ask your AI assistant:

you:Smart grocery shopping with AI assistants based on purchase history
you:Comparing prices and finding deals across multiple regions
you:Automating recurring grocery orders and meal planning
you:What regions does this support?
you:Is this legal to use?
you:How do I debug authentication issues?

When to choose this

Choose this if you regularly shop through Rohlik Group platforms in Europe and want your AI assistant to help with smart grocery planning, personalized meal suggestions, and account management.

When NOT to choose this

Don't choose this if you need access to grocery platforms outside the Rohlik Group, as this server only works with their specific APIs and authentication systems.

Tools this server exposes

12 tools extracted from the README
  • search_products

    Search for grocery products by name with filtering options

  • add_to_cart

    Add multiple products to your shopping cart

  • get_cart_content

    View current cart contents and totals

  • remove_from_cart

    Remove items from your shopping cart

  • get_shopping_list

    Retrieve shopping lists by ID

  • get_meal_suggestions

    Get personalized suggestions for meals based on order history

  • get_frequent_items

    Find most frequently purchased items in your order history

  • get_shopping_scenarios

    Interactive guide showing what you can do with the MCP

  • get_discounted_items

    Browse currently discounted items with filtering options

  • get_account_data

    Get comprehensive account information including delivery details and orders

  • get_order_history

    View your past delivered orders with details

  • get_delivery_slots

    View available delivery time slots for your address

Comparable tools

grocery-mcp Instacart-mcpsimple-shopping-mcp

Installation

Installation

Install via Claude Desktop by adding to your config file:

**macOS:** ~/Library/Application Support/Claude/claude_desktop_config.json **Windows:** %APPDATA%/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "rohlik": {
      "command": "npx",
      "args": ["-y", "@tomaspavlin/rohlik-mcp"],
      "env": {
        "ROHLIK_USERNAME": "your-email@example.com",
        "ROHLIK_PASSWORD": "your-password",
        "ROHLIK_BASE_URL": "https://www.rohlik.cz"
      }
    }
  }
}

Alternatively, install locally for development:

npm install
npm run build

Set ROHLIK_BASE_URL to match your region: knuspr.de (Germany), gurkerl.at (Austria), kifli.hu (Hungary), or sezamo.ro (Romania).

FAQ

What regions does this support?
Currently supports Czech Republic (rohlik.cz), Germany (knuspr.de), Austria (gurkerl.at), Hungary (kifli.hu), and Romania (sezamo.ro), with Italy and Spain planned.
Is this legal to use?
This is a study project using reverse-engineered API access. It's intended for personal use only and may not be compliant with Rohlik's terms of service.
How do I debug authentication issues?
Enable debug mode by adding 'ROHLIK_DEBUG': 'true' to the env section in your config, then check the logs in ~/Library/Logs/Claude/ or %APPDATA%/Claude/logs/.

Compare rohlik-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.