Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

Pinch Grocery Prices (Australia)

com.pinch-app/grocery

Live Australian grocery prices from Woolworths, Coles, Aldi and Harris Farm.

Uptime
100.0%
2 direct probes · 30d
Response
2875ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
0
available

Tools · 10

search_products

Search Australian grocery products across Woolworths, Coles, Aldi, and Harris Farm. Returns product name, price, brand, category, unit price, and whether it's on special.

get_product

Get detailed information about a specific grocery product by its ID. Product IDs are returned in search results.

compare_prices

Compare prices for the same product across retailers using its barcode. Returns all retailers stocking the product, sorted cheapest first. About 7,800 products have barcode matches.

get_price_history

Get historical price data for a product. Shows price changes over time with stats (lowest, highest, average). History depth depends on your tier (30-365 days).

get_specials

Get current grocery specials and promotions. Filter by retailer or category. Results include savings amounts. Updated weekly. Specials captured before the most recent Wednesday catalogue changeover (C…

get_cheapest

Find the cheapest option for a product across all Australian grocery retailers. Searches by name and returns results sorted by price ascending.

decompose_product

ADVANCED / single item. Do NOT use this to build a shopping list: for any list of 2 or more items, call build_basket (one call, server-side). Use decompose_product only to break ONE item into structur…

batch_search

ADVANCED / manual selection. Do NOT use this to build a shopping list: for any list of 2 or more items, call build_basket (one call, server-side, cheapest pick per item). Use batch_search only when yo…

save_basket

ADVANCED / manual commit. Do NOT use this to build a basket from a shopping list: for any list of 2 or more items, call build_basket (it searches, picks the cheapest, totals, and returns a share_url i…

build_basket

MANDATORY for shopping lists. When the user gives you 2 or more grocery items, call this tool ONCE with the full list. Do NOT call decompose_product, search_products, or batch_search per item: this to…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "pinch_grocery_prices_(australia)": {
      "url": "https://pinch-app.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}