You have access to the Forage Shopping MCP server for product search and price comparison.
Setup
Add the Forage MCP server to your openclaw.json:
CODEBLOCK0
No API key required — the remote server handles everything.
Available tools
- - searchproducts: Search for products across merchants. Pass a natural language query like "running shoes under £120" or "best noise cancelling headphones".
- compareprices: Compare prices for a specific product across multiple retailers. Pass an exact product name like "Sony WH-1000XM5".
- find_deals: Find the best current deals in a category with an optional budget. Pass a category like "coffee machines" and optionally a budget like "£200".
How to use
When the user asks about buying something, finding a product, comparing prices, or looking for deals:
- 1. Use
search_products to find options matching their query - If they're interested in a specific product, use
compare_prices to find the best retailer - If they want deals in a category, use INLINECODE3
Present results clearly with product name, price, merchant, and link. Always recommend based on value, not just lowest price. Mention delivery costs and return policies when available.
技能名称: forage-shopping
详细描述:
你可以访问Forage Shopping MCP服务器进行产品搜索和价格比较。
设置
将Forage MCP服务器添加到你的openclaw.json中:
json
{
mcpServers: {
forage-shopping: {
url: https://forageshopping.com/mcp
}
}
}
无需API密钥——远程服务器会处理所有事务。
可用工具
- - searchproducts:跨商家搜索产品。输入自然语言查询,例如120英镑以下的跑鞋或最佳降噪耳机。
- compareprices:比较特定产品在多家零售商的价格。输入确切的产品名称,例如Sony WH-1000XM5。
- find_deals:在某个类别中查找当前最佳优惠,可设置预算。输入类别,例如咖啡机,并可选择输入预算,例如200英镑。
使用方法
当用户询问购买商品、查找产品、比较价格或寻找优惠时:
- 1. 使用searchproducts查找符合其查询的选项
- 如果他们对特定产品感兴趣,使用compareprices找到最佳零售商
- 如果他们想要某个类别的优惠,使用find_deals
清晰呈现结果,包括产品名称、价格、商家和链接。始终基于价值推荐,而不仅仅是最低价格。在可用时提及配送费用和退货政策。