← Registry

eCommerce

pinch-app.com

Compare grocery prices at Coles, Woolworths, ALDI and Harris Farm with price history, alerts, and meal planning.

1 endpoint10 known toolsFirst detected August 15, 2026Last detected August 27, 2026

ENDPOINT 1

https://pinch-app.com/api/mcp

No auth detected

MCP server metadata

Name
pinch-grocery-data
Version
1.0.0
Capabilities
tools
Server instructions

Pinch provides Australian grocery price data (Woolworths, Coles, Aldi, Harris Farm). SHOPPING LISTS (2 or more items): call build_basket ONCE with the full list of item strings. Include any size or quantity in the string ("2L", "1kg", "12 pack"). build_basket searches every item server-side, picks the cheapest product per item, and returns the basket with per-retailer options plus a share_url. Do NOT call decompose_product, search_products, or batch_search per item for a list. IMPORTANT: before rendering, review every pick for correctness (the search engine uses keyword matching and sometimes returns wrong products). Follow the VALIDATION instructions in the build_basket tool description. SINGLE ITEM or a price question: use search_products, get_cheapest, compare_prices, or get_price_history. decompose_product, batch_search and save_basket are advanced tools for overriding build_basket's pick on one specific item only; do not use them for a normal shopping list. Guidance: default to cheapest-first; only filter to a brand or retailer if the user explicitly asks. A product sold loose or priced per-each (loose produce, a single bar) is a valid pick. Honour requested sizes and counts.

Known tools 10

search_products

Search Australian grocery products across Woolworths, Coles, Aldi, and Harris Farm.

Inferred read-only
get_product

Get detailed information about a specific grocery product by its ID.

Inferred read-only
compare_prices

Compare prices for the same product across retailers using its barcode.

Inferred read-only
get_price_history

Get historical price data for a product.

Inferred read-only
get_specials

Get current grocery specials and promotions.

Inferred read-only
get_cheapest

Find the cheapest option for a product across all Australian grocery retailers.

Inferred read-only
decompose_product

ADVANCED / single item.

Inferred read-only
batch_search

ADVANCED / manual selection.

Inferred read-only
save_basket

ADVANCED / manual commit.

Inferred read-only
build_basket

MANDATORY for shopping lists.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.pinch-grocery-data]
url = "https://pinch-app.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pinch-grocery-data": {
      "type": "http",
      "url": "https://pinch-app.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pinch-grocery-data
Remote MCP URL: https://pinch-app.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "pinch-grocery-data": {
      "url": "https://pinch-app.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pinch-grocery-data": {
      "type": "http",
      "url": "https://pinch-app.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pinch-grocery-data",
  "transport": "streamable-http",
  "url": "https://pinch-app.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for pinch-app.com was fetched 2026-08-23T13:21:55.458Z.

Trust status Trusted

pinch-app.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.