# io.github.pepesto-solutions/pepesto-mcp (npm · @pepesto/pepesto-mcp)

MCP server for the Pepesto grocery shopping API — recipe-to-cart across European supermarkets.

- Trust score: 76/100 (medium)
- Change this week: +52
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-04

## Components

- npm · `@pepesto/pepesto-mcp`: 76/100 (this document), [markdown](https://verifymcp.io/servers/pepesto-solutions-pepesto-mcp/pepesto-pepesto-mcp.md), [page](https://verifymcp.io/servers/pepesto-solutions-pepesto-mcp/pepesto-pepesto-mcp)

## Channel facts

- Registry: `npm`
- Package: `@pepesto/pepesto-mcp`
- Version: `1.7.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-04.

- **Supply Chain Security**: 83/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known medium-severity CVE affects hono 4.12.33, reached via @modelcontextprotocol/sdk > hono. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to pepesto-solutions/pepesto-mcp).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 41 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 65/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1410 tokens (~201/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add pepesto-solutions-pepesto-mcp -- npx -y @pepesto/pepesto-mcp
```

### Codex

```bash
codex mcp add pepesto-solutions-pepesto-mcp -- npx -y @pepesto/pepesto-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "pepesto-solutions-pepesto-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@pepesto/pepesto-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add pepesto-solutions-pepesto-mcp --command npx --arg -y --arg @pepesto/pepesto-mcp
```

### Hermes

```yaml
mcp_servers:
  pepesto-solutions-pepesto-mcp:
    command: "npx"
    args: ["-y", "@pepesto/pepesto-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "pepesto-solutions-pepesto-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@pepesto/pepesto-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-04 (score 76, −1)

- [security regression] CVE-2026-69207 affects this package: medium
- [security regression] Known CVEs: partial → fail

### 2026-08-02 (score 77, +59)

- [security improvement] Install scripts: unverified → pass
- [security improvement] Provenance: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] The attested source repository moved: pepesto-solutions/pepesto-mcp
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] License: unverified → pass
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional] Licence: MIT

### 2026-07-31 (score 18, −7)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 25, +1)

- [security regression] Malware scan: pass → unverified
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 24)

First indexed and scored.

## MCP tools (7)

### `pepesto_oneshot` (~192 tokens)

Pepesto Oneshot (recipe → cart)

One-shot: turn recipe URLs, free-form text, and/or an image into a ready-to-checkout cart for a chosen European supermarket. Returns a redirect_url that opens the Pepesto checkout UI for the user to verify and pay. Internally runs parse + products + session (not exposed to agents) with Pepesto's heuristics. Use this when you want the simplest end-to-end flow; use pepesto_parse + pepesto_products + session (not exposed to agents) for finer control.

Input parameters:

- `content_image` (string): Base64-encoded recipe image.
- `content_text` (string): Free-form shopping list or extra items to include.
- `content_urls` (array): Recipe URLs to parse and shop.
- `supermarket_domain` (string): Supermarket domain or ID, e.g. 'coop.ch', 'tesco.com', 'ah.nl'. See README for the full list.

### `pepesto_predirect` (~339 tokens)

Pepesto Predirect (free deferred shopping link)

Turn a free-form shopping list into a deferred deep link to the Pepesto mobile app, returned as a redirect_url. This is a PUBLIC endpoint: it is FREE to the API client, needs no API key, and returns instantly. Parsing and product matching happen lazily, only after the user opens the link — and the USER (not the API client) is charged when they proceed to checkout in the app. If the app isn't installed, the user is sent to the app store first and the shopping list is preserved until the app opens. This is an end-user / agent-facing handoff (e.g. a person chatting in Claude Desktop who wants to finish shopping on their phone), not a developer-integration endpoint. Choose pepesto_predirect when the cost should fall on the end user and a deferred deep link is acceptable. Choose pepesto_oneshot instead when the client wants the basket matched up front (with prices) and is willing to pay for the matching. PRESENTATION (important): the tool's text output is ready-to-show Markdown — a single tappable, labeled link plus a one-line caption. Surface it to the user exactly as returned; do NOT also paste the long raw URL as plain text. You may add one short sentence telling them to open it on their phone (on a computer, opening it shows a QR code to scan).

Input parameters:

- `locale` (string): User's locale, e.g. 'de-DE'. Optional.
- `shopping_list` (string, required): Free-form shopping list. May contain multiple newline-separated lines, e.g. '2 avocados\n1 loaf of bread\n500 g tomatoes'.

### `pepesto_parse` (~217 tokens)

Pepesto Parse (recipe → structured ingredients)

Parse a recipe from a URL, free-form text, or image into a structured object: title, ingredients, nutrition, instructions, and a KgToken you can pass to pepesto_products to build a real cart. Once the response is returned, show recipe title, image if available (json property `image_url`, don't search for external images, skip rendering the Pepesto image if the image has webp extesion), ingredients, steps, nutrition summary, allergens clearly marked, and portions/servings if available. Don't show kg_token, but mark and save it for the next steps (e.g., /products call).

Input parameters:

- `generate_image` (boolean): Whether to generate a shareable image of the recipe.
- `locale` (string): BCP 47 locale, e.g. 'en-GB', 'de-CH'.
- `recipe_image` (string): Base64-encoded recipe image.
- `recipe_text` (string): Free-form recipe text.
- `recipe_url` (string): Publicly crawlable recipe URL.

### `pepesto_suggest` (~193 tokens)

Pepesto Suggest (search 1M+ recipes)

Search Pepesto's recipe graph (1M+ recipes) by free-text query and optional filters (cuisine, dietary tags, ingredients to include/avoid, time, servings). Each result includes a KgToken you can pass to pepesto_products. Returned images are licensed for display in your app or website without attribution. Show recipe title, image if available (json property `image_url`, don't search for external images, skip rendering the Pepesto image if the image has webp extesion), ingredients, steps, nutrition summary, allergens clearly marked, and portions/servings if available. Don't show kg_token, but mark and save it for the next steps (e.g., /products call).

Input parameters:

- `query` (string, required): Free-text query that may include cuisine, dietary tags, ingredients to include or avoid, time constraints, and servings, e.g. 'vegan keto dinner low on carb for two'.

### `pepesto_products` (~232 tokens)

Pepesto Products (KgToken → real SKUs)

Map one or more recipe KgTokens (and an optional manual shopping list) to concrete supermarket products with prices, images, or currency. Items are merged across recipes to reduce waste; multiple matches per ingredient let you (or the user) pick. Show product title, image if available (json property `image_url`, don't search for external images, skip rendering the Pepesto image if the image has webp extesion)product_id when available linking to an (external) supermarket page (open in a new tab), price, ProductClassification (is_bio, is_frozen, is_substitution) tags. PricePromotion shows if the item is currently on promotion and what's current `promo_percentage`

Input parameters:

- `manual_shopping_list` (string): Free-text extra items to add (e.g. 'milk, bananas, kitchen towel').
- `recipe_kg_tokens` (array, required): KgTokens from pepesto_parse or pepesto_suggest.
- `supermarket_domain` (string, required): Supermarket domain or ID, e.g. 'coop.ch', 'tesco.com', 'ah.nl'. See README for the full list.

### `pepesto_catalog` (~214 tokens)

Pepesto Catalog (full SKU dump)

Dump Pepesto's full indexed catalog for a supermarket (~1-2k SKUs of common cooking ingredients, with names, prices, images, IDs). Optionally pass a webhook_url to receive incremental updates on re-index. Use only when the user has explicitly asked for a catalog dump, market analysis, or storefront build; for normal recipe-to-cart flows use pepesto_oneshot or pepesto_products instead. Cache this query aggressively, no more than one call per day per supermarket is recommended. When presenting supermarket results the user, use the product key as (external) link to the supermarket product itself. Show image if available (json property `image_url`, don't search for external images, skip rendering the Pepesto image if the image has webp extesion)

Input parameters:

- `supermarket_domain` (string, required): Supermarket domain or ID, e.g. 'coop.ch', 'tesco.com', 'ah.nl'. See README for the full list.
- `webhook_url` (string): URL to POST incremental catalog updates to.

### `pepesto_credits` (~23 tokens)

Pepesto Credits (check balance)

Return the remaining API credits on the configured Pepesto API key.

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/pepesto-solutions-pepesto-mcp/pepesto-pepesto-mcp#diagnostics

## Score history

- 2026-08-04: 76
- 2026-08-03: 77
- 2026-08-02: 77
- 2026-08-01: 18
- 2026-07-31: 18
- 2026-07-30: 25
- 2026-07-28: 24
- 2026-07-27: 24

## Links

- npm package: https://www.npmjs.com/package/@pepesto/pepesto-mcp
- Socket report: https://socket.dev/npm/package/@pepesto/pepesto-mcp
- Repository: https://github.com/pepesto-solutions/pepesto-mcp
- Changelog RSS feed: https://verifymcp.io/servers/pepesto-solutions-pepesto-mcp/pepesto-pepesto-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/pepesto-solutions-pepesto-mcp/pepesto-pepesto-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/pepesto-solutions-pepesto-mcp/pepesto-pepesto-mcp
