← Registry

eCommerce

foodiepedia.co.il

Searches Israeli supermarket grocery products by name, brand, or barcode and compares shelf prices, basket totals, and chain rankings.

1 endpoint4 known toolsFirst detected September 24, 2026Last detected September 24, 2026

ENDPOINT 1

https://foodiepedia.co.il/api/mcp

No auth detected

MCP server metadata

Name
foodiepedia-prices
Version
1.0.0
Capabilities
tools
Server instructions

Daily shelf prices from 10 Israeli supermarket chains (the chains' legally mandated price-transparency files). Typical flow: search_products -> get_product_prices, or build a list of barcodes -> compare_basket. Always tell the user when prices were checked (checked_at) and attribute: "Source: Foodiepedia (foodiepedia.co.il), from the Israeli chains' price-transparency files". Prices are collected automatically from files the chains publish and may contain errors (in the chains' files or in our processing). The price at the checkout is what counts. Not financial advice. Rows flagged suspect=true have an abnormal gap between chains (often a pack priced as a single unit) and must not be quoted as savings.

Known tools 4

search_products

Find grocery products sold in Israeli supermarkets by Hebrew name, brand or barcode (e.

Inferred read-only
get_product_prices

Today's shelf price of one product (by barcode) in each Israeli supermarket chain we track, cheapest first, with the time we checked each price.

Inferred read-only
compare_basket

Given a shopping list (barcodes and quantities), returns the total in every chain that sells all of it, the cheapest chain and the saving versus the most expensive, chains missing items, and the best split between two chains.

Inferred read-only
rank_chains

Ranks Israeli supermarket chains by how much more they charge than the cheapest price, over a common set of identical products.

Potential side effects

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.foodiepedia-prices]
url = "https://foodiepedia.co.il/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "foodiepedia-prices": {
      "type": "http",
      "url": "https://foodiepedia.co.il/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: foodiepedia-prices
Remote MCP URL: https://foodiepedia.co.il/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": {
    "foodiepedia-prices": {
      "url": "https://foodiepedia.co.il/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "foodiepedia-prices": {
      "type": "http",
      "url": "https://foodiepedia.co.il/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "foodiepedia-prices",
  "transport": "streamable-http",
  "url": "https://foodiepedia.co.il/api/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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