io.github.pepesto-solutions/pepesto-mcp
NPM · @PEPESTO/PEPESTO-MCP · SCANNED AUG 3
MCP server for the Pepesto grocery shopping API — recipe-to-cart across European supermarkets.
Available components
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. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to pepesto-solutions/pepesto-mcp). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 40 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability65
- AI-judged instruction clarity (excellent).Pass
- 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. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @pepesto/pepesto-mcp
claude mcp add pepesto-solutions-pepesto-mcp -- npx -y @pepesto/pepesto-mcp
codex mcp add pepesto-solutions-pepesto-mcp -- npx -y @pepesto/pepesto-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"pepesto-solutions-pepesto-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@pepesto/pepesto-mcp"
],
"enabled": true
}
}
} openclaw mcp add pepesto-solutions-pepesto-mcp --command npx --arg -y --arg @pepesto/pepesto-mcp
mcp_servers:
pepesto-solutions-pepesto-mcp:
command: "npx"
args: ["-y", "@pepesto/pepesto-mcp"] {
"mcpServers": {
"pepesto-solutions-pepesto-mcp": {
"command": "npx",
"args": [
"-y",
"@pepesto/pepesto-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +59
- Provenance: unverified → pass ▲ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- The attested source repository moved: pepesto-solutions/pepesto-mcp security
- Tool coverage: 100 → unverified ▼ functional
- Maintenance: unverified → pass ▲ functional
- Stability: unverified → 0.20 ▲ functional
- License: unverified → pass ▲ functional
- Schema quality: unverified → excellent ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Licence: MIT functional
- 31 Jul 26 −7
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 +1
- Malware scan: pass → unverified ▼ security
- Tool coverage: unverified → 100 ▲ functional
- First check of Tool coverage: 100 functional
- First check of Schema quality: unverified functional
- First check of Schema quality: fail functional
- First check of Schema quality: fail functional
- 27 Jul 26 24
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@pepesto/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- pepesto-solutions/pepesto-mcp
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/pepesto-solutions/pepesto-mcp/.github/workflows/release.yml@refs/heads/main
- Rekor log index:
- 1924613104
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:13cd877862e9cb01b677297da1ec546458fa890db98789a0a36d3b087f2f2eb06f43d543ca8a74510e36357b24697bb8a256d600efaafbe1503da6b2b
- Discovery method:
- attestation_endpoint
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
pepesto_catalog Pepesto Catalog (full SKU dump) ~214
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)
| Name | Type | Req | Description |
|---|---|---|---|
| supermarket_domain | string | yes | 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. |
No output schema declared.
No examples provided.
pepesto_credits Pepesto Credits (check balance) ~23
Return the remaining API credits on the configured Pepesto API key.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
pepesto_oneshot Pepesto Oneshot (recipe → cart) ~192
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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. |
No output schema declared.
No examples provided.
pepesto_parse Pepesto Parse (recipe → structured ingredients) ~217
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).
| Name | Type | Req | Description |
|---|---|---|---|
| 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. |
No output schema declared.
No examples provided.
pepesto_predirect Pepesto Predirect (free deferred shopping link) ~339
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).
| Name | Type | Req | Description |
|---|---|---|---|
| locale | string | — | User's locale, e.g. 'de-DE'. Optional. |
| shopping_list | string | yes | Free-form shopping list. May contain multiple newline-separated lines, e.g. '2 avocados\n1 loaf of bread\n500 g tomatoes'. |
No output schema declared.
No examples provided.
pepesto_products Pepesto Products (KgToken → real SKUs) ~232
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`
| Name | Type | Req | Description |
|---|---|---|---|
| manual_shopping_list | string | — | Free-text extra items to add (e.g. 'milk, bananas, kitchen towel'). |
| recipe_kg_tokens | array | yes | KgTokens from pepesto_parse or pepesto_suggest. |
| supermarket_domain | string | yes | Supermarket domain or ID, e.g. 'coop.ch', 'tesco.com', 'ah.nl'. See README for the full list. |
No output schema declared.
No examples provided.
pepesto_suggest Pepesto Suggest (search 1M+ recipes) ~193
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).
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | 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'. |
No output schema declared.
No examples provided.