← pinch-app.com

INDIVIDUAL MCP TOOL

save_basket

ADVANCED / manual commit.

pinch-app.comnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for save_basket and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

pinch-app.com

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.

Related tools

  • search_products — Search Australian grocery products across Woolworths, Coles, Aldi, and Harris Farm.
  • get_product — Get detailed information about a specific grocery product by its ID.
  • compare_prices — Compare prices for the same product across retailers using its barcode.
  • get_price_history — Get historical price data for a product.
  • get_specials — Get current grocery specials and promotions.
  • get_cheapest — Find the cheapest option for a product across all Australian grocery retailers.
  • decompose_product — ADVANCED / single item.
  • batch_search — ADVANCED / manual selection.