ワンクリックで
rohlik-grocery
Shop on Rohlik.cz via MCPorter. Use to search products, manage cart, and place orders with explicit confirmation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Shop on Rohlik.cz via MCPorter. Use to search products, manage cart, and place orders with explicit confirmation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when preparing, reviewing, or documenting versioned app releases, changelogs, SemVer bumps, release commits, git tags, or tag-gated production deploys
Create git commits using Conventional Commits format. Use when the user asks to commit changes or wants help crafting a commit message.
Web search via the Brave Search API. Use to retrieve search results from Brave when web lookups are needed.
Design CLI tools with consistent UX patterns.
Design and implement distinctive, production-ready frontend interfaces with strong aesthetic direction. Use when asked to create or restyle web pages, components, or applications (HTML/CSS/JS, React, Vue, etc.).
Google Workspace automation via gogcli for Gmail, Calendar, Drive, Contacts, Tasks, and Sheets. Use when managing Google Workspace data.
| name | rohlik-grocery |
| description | Shop on Rohlik.cz via MCPorter. Use to search products, manage cart, and place orders with explicit confirmation. |
| compatibility | Requires Node.js, MCPorter, and Rohlik.cz credentials (RHL_EMAIL, RHL_PASS). |
Shop via the Rohlik.cz MCP server using MCPorter.
npx mcporter list rohlik
npx mcporter list rohlik --schema
npx mcporter call rohlik.search_products keyword="milk" include_fields='["productId","productName","price","inStock","textualAmount"]'
npx mcporter call rohlik.add_items_to_cart items='[{"productId":1234567,"quantity":1}]'
npx mcporter call rohlik.get_cart
npx mcporter call rohlik.<checkout_tool> key=value
Use mcporter list rohlik --schema to identify the exact checkout tool name and required parameters.
mcporter list rohlik and inspect schemas.productId values.add_items_to_cart.get_cart.Favorites:
npx mcporter call rohlik.get_all_user_favorites
npx mcporter call rohlik.get_user_favorites_from_categories category_ids='[300105000]'
Shopping lists:
npx mcporter call rohlik.get_user_shopping_lists_preview
npx mcporter call rohlik.get_user_shopping_list_detail shopping_list_id=12345
npx mcporter call rohlik.create_shopping_list name="Weekly Groceries"
npx mcporter call rohlik.add_products_to_shopping_list list_id=12345 product_id=1234567 amount=2
Order history:
npx mcporter call rohlik.fetch_orders limit=2
npx mcporter call rohlik.fetch_orders date_from=2025-12-01 date_to=2025-12-31
npx mcporter call rohlik.repeat_order order_id=12345678
Search, add, and review cart:
npx mcporter call rohlik.search_products keyword="eggs" include_fields='["productId","productName","price","inStock"]'
npx mcporter call rohlik.add_items_to_cart items='[{"productId":1234567,"quantity":2}]'
npx mcporter call rohlik.get_cart
MCPorter returns JSON by default. Pipe through jq when you need structured filtering.
Never run checkout or order submission without explicit user confirmation.
See references/setup.md for setup details and device approval on first use. See references/examples.md for favorites, lists, and order flows.