✓ Verified 🌐 Web Scrapers ✓ Enhanced Data

Forage Shopping

Search and compare products across merchants.

Rating
4.1 (235 reviews)
Downloads
9,716 downloads
Version
1.0.0

Overview

Search and compare products across merchants.

Complete Documentation

View Source →

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:

json
{
  "mcpServers": {
    "forage-shopping": {
      "url": "https://forageshopping.com/mcp"
    }
  }
}

No API key required — the remote server handles everything.

Available tools

  • search_products: Search for products across merchants. Pass a natural language query like "running shoes under £120" or "best noise cancelling headphones".
  • compare_prices: 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:

  • 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 find_deals
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.

Installation

Terminal bash

openclaw install forage-shopping
    
Copied!

💻Code Examples

example.json
{
  "mcpServers": {
    "forage-shopping": {
      "url": "https://forageshopping.com/mcp"
    }
  }
}

Tags

#search_and-research

Quick Info

Category Web Scrapers
Model Claude 3.5
Complexity One-Click
Author jalexspringer
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install forage-shopping