Rohlik MCP Server is a Model Context Protocol (MCP) server that enables AI assistants to interact with Rohlik Group's online grocery delivery services across multiple countries. It provides tooling for searching products, managing shopping carts, and accessing account information. Regions are configured by the ROHLIK_BASE_URL environment variable, defaulting to rohlik.cz if omitted. Supported countries include the Czech Republic (rohlik.cz), Germany (knuspr.de), Austria (gurkerl.at), Hungary (kifli.hu), and Romania (sezamo.ro), with Italy (sezamo.it) and Spain (sezamo.es) planned. Core shopping tools include search_products, add_to_cart, get_cart_content, remove_from_cart, and get_shopping_list. Smart shopping tools add get_meal_suggestions and get_frequent_items plus get_shopping_scenarios. For information retrieval, the MCP exposes get_account_data, get_order_history, get_order_detail, get_upcoming_orders, get_delivery_info, get_delivery_slots, get_premium_info, get_announcements, and get_reusable_bags_info. The project supports Claude Desktop integration, MCP Inspector testing, and an API validation tool, with development and testing scripts available. It carries a study-purpose disclaimer due to reverse engineered APIs and is intended for personal use.