MCP Catalogs
首页

rohlik-mcp

by tomaspavlin·108·综合分 47

MCP 服务器让 AI 助手在 Rohlik 集团的 6 个欧洲国家平台购物。

ecommerceai-llmproductivity
25
Forks
4
活跃 Issue
2 个月前
最近提交
2 天前
收录于

概述

Rohlik MCP 服务器增强了 AI 助手的购物功能,可以浏览和购买 Rohlik 集团的在线杂货配送服务。它提供搜索商品、管理购物车、获取账户信息以及根据购买历史获取个性化推荐的功能。该服务器使用逆向工程 API 访问,专为个人使用设计,覆盖捷克、德国、奥地利、匈牙利、罗马尼亚等多个欧洲市场,并计划扩展至意大利和西班牙。

试试问 AI

装完之后,这里有 6 个你可以让 AI 做的事:

:基于购买历史使用 AI 助手进行智能杂货购物
:跨多个地区比较价格和寻找优惠
:自动化重复性杂货订单和膳食规划
:支持哪些地区?
:这个项目使用合法吗?
:如何调试认证问题?

什么时候选它

如果您经常通过 Rohlik 集团在欧洲的平台购物,并且希望 AI 助手帮助您进行智能杂货规划、个性化餐食建议和账户管理,那么选择这个。

什么时候不要选它

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.

此 server 暴露的工具

从 README 抽取出 12 个工具
  • 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

可对比工具

grocery-mcp Instacart-mcpsimple-shopping-mcp

安装

安装

通过 Claude Desktop 安装,将其添加到您的配置文件中:

**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"
      }
    }
  }
}

或者本地安装用于开发:

npm install
npm run build

根据您的地区设置 ROHLIK_BASE_URL:knuspr.de(德国)、gurkerl.at(奥地利)、kifli.hu(匈牙利)或 sezamo.ro(罗马尼亚)。

FAQ

支持哪些地区?
目前支持捷克(rohlik.cz)、德国(knuspr.de)、奥地利(gurkerl.at)、匈牙利(kifli.hu)和罗马尼亚(sezamo.ro),计划支持意大利和西班牙。
这个项目使用合法吗?
这是一个使用逆向工程 API 的学习项目,仅供个人使用,可能不符合 Rohlik 的服务条款。
如何调试认证问题?
通过在配置的 env 部分添加 'ROHLIK_DEBUG': 'true' 启用调试模式,然后检查 ~/Library/Logs/Claude/ 或 %APPDATA%/Claude/logs/ 中的日志。

rohlik-mcp 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。