← All WebMCP sites

trolleyscout.co.za

Commercehttps://trolleyscout.co.za/listed as of 2026-08-26
See what is genuinely on special at supermarkets and online stores near you. Every price links back to the retailer page it was read from, with the date it was checked. Free to use.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 77/100 (B).

Tools

search_grocery_dealsanswerimperative
Search this week's verified South African grocery specials by keyword and show them on the Deals page.
Input schema
{
  "additionalProperties": false,
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Keyword, e.g. \"rice\"."
    }
  }
}
find_nearby_supermarketsanswerimperative
Find supermarkets and their specials near a latitude/longitude.
Input schema
{
  "additionalProperties": false,
  "type": "object",
  "required": [
    "lat",
    "lon"
  ],
  "properties": {
    "lat": {
      "type": "number",
      "description": "Latitude in decimal degrees."
    },
    "lon": {
      "type": "number",
      "description": "Longitude in decimal degrees."
    }
  }
}
compare_pricesactimperative
Compare one product's current price across two or more stores, using the visitor's own session.
Input schema
{
  "additionalProperties": false,
  "type": "object",
  "required": [
    "query",
    "retailerIds"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "Product to price, e.g. \"peanut butter\"."
    },
    "retailerIds": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Two or more retailer IDs, e.g. [\"checkers\", \"shoprite\"]."
    }
  }
}
save_dealactimperative
Save a deal from search_grocery_deals to the visitor's account. Only works when signed in.
Input schema
{
  "additionalProperties": false,
  "type": "object",
  "required": [
    "deal"
  ],
  "properties": {
    "deal": {
      "type": "object",
      "description": "A deal object exactly as returned by the Trolley Scout deals feed."
    }
  }
}
Listings are sourced from public community registries and shown as reported.