io.github.smeet666/mcp-marmiton
MCPB · MCP-MARMITON-2.1.0.MCPB · 2 COMPONENTS · SCANNED SEP 21
Search Marmiton recipes, read ingredients and steps, and scale quantities to any servings.
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 → Why this is hard to score →
Supply Chain Security13
- Malware scan not yet available for this package.Unverified
- Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
- No install/post-install scripts declared.Pass
- Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency48
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 9 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability66
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 845 tokens (~281/item across 3 items; 3 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 Management33
- Stability observed for 10 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
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.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.
mcpb · mcp-marmiton-2.1.0.mcpb
Download bundleEvery 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.
- 19 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.
- 18 Sept 26 +4
- Stability: unverified → 0.27 ▲ functional
- 10 Sept 26 43
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 20 Sept 2026 · Analysed mcpb/https://github.com/smeet666/mcp-marmiton/releases/download/v2.1.0/mcp-marmiton-2.1.0.mcpb@2.1.0
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | mcpb |
Background: How many MCP packages publish verified provenance →
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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
get_recipe Get a recipe ~256
Read one Marmiton recipe: ingredients, steps, times, category, rating and nutrition. Give the id returned by search_recipes, or a marmiton.org recipe URL. Set 'servings' to rescale the quantities. Each ingredient reports how it was handled: 'scaled' when the arithmetic came out exact, which a count of eggs, spoons or pinches reaches as readily as a mass in grams, 'rounded' when the value had to be moved to stay usable, and 'unscaled' for lines carrying no quantity at all. Trust that flag rather than recomputing: the point of scaling here is to avoid answers like '2.4 eggs'. Recipes yielding pieces rather than servings are rescaled the same way; check 'yield' to see which. Always cite 'attribution' when showing a recipe to a user.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | – | Marmiton recipe id, as returned by search_recipes. Preferred over 'url'. |
| servings | number | – | Rescale the ingredients to this many servings. Omit to get the recipe exactly as published. |
| url | string | – | Full marmiton.org recipe URL. Only marmiton.org is accepted. Ignored when 'id' is given. |
| Name | Type | Req | Description |
|---|---|---|---|
| attribution | string | yes | – |
| author | string|null | yes | – |
| category | string|null | yes | – |
| cook_minutes | – | yes | – |
| id | string | yes | – |
| ingredients | array | yes | – |
| notes | array | yes | – |
| nutrition | – | yes | Nutrition is given for the recipe as published, not rescaled. |
| prep_minutes | – | yes | – |
| rating | – | yes | – |
| source | string | yes | – |
| steps | array | yes | – |
| title | string | yes | – |
| total_minutes | – | yes | – |
| url | string | yes | – |
| yield | object | yes | – |
No examples provided.
scale_ingredients Scale an ingredient list ~305
Rescale a list of ingredient lines to a different number of servings, without contacting any website. Give either 'factor' directly, or 'from_servings' and 'to_servings' and the factor is computed. Works on any French ingredient list, whatever its source, so it also serves a recipe the user pasted in. Quantities in grams or millilitres are multiplied and rounded to readable values; a countable thing lands on a half when half of one can be poured, weighed or cut, as a boîte, a sachet, a feuille de gélatine or a cuillère can, and on a whole one when it cannot, as an oeuf, a jaune or a blanc; approximate measures such as a pinch or a handful have their count multiplied in whole units and stay in their own vocabulary. A line writing an article where a digit would go, as in 'un bouchon de rhum' or 'une pincée de sel', is read as one of that measure. Lines carrying no quantity are returned untouched and flagged. Prefer this over doing the arithmetic yourself.
| Name | Type | Req | Description |
|---|---|---|---|
| factor | number | – | Multiplier to apply. Use this or the from/to pair. |
| from_servings | number | – | How many servings the list is written for. |
| ingredients | array | yes | Ingredient lines, for example ['200 g de farine', '3 oeufs', 'sel']. |
| to_servings | number | – | How many servings are wanted. |
| Name | Type | Req | Description |
|---|---|---|---|
| factor | number | yes | – |
| ingredients | array | yes | – |
| notes | array | yes | – |
| rounded_count | integer | yes | Lines whose value rounding moved away from the exact product, not lines that could have been rounded. |
| scaled_count | integer | yes | – |
| unscaled_count | integer | yes | – |
No examples provided.
search_recipes Search recipes ~153
Search Marmiton for recipes by free text: a dish, an ingredient, or both, for example 'tarte aux pommes' or 'poulet curry coco'. Marmiton is a French site, so French terms work best. Returns candidate recipes with the id and URL needed to read one with get_recipe. One call returns one page of results. Marmiton's robots.txt disallows paginating search results, so this server does not, and there is no page parameter: narrow the query instead of asking for more pages.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Maximum recipes to return from this page of results. |
| query | string | yes | What to search for, in French, for example 'tarte aux pommes'. |
| Name | Type | Req | Description |
|---|---|---|---|
| notes | array | yes | – |
| query | string | yes | – |
| result_count | integer | yes | – |
| results | array | yes | – |
| source | string | yes | – |
| total_available | integer | yes | Recipes on this page before applying 'limit'. |
No examples provided.
What is the io.github.smeet666/mcp-marmiton server?
io.github.smeet666/mcp-marmiton is listed in the public MCP registry as io.github.smeet666/mcp-marmiton. Search Marmiton recipes, read ingredients and steps, and scale quantities to any servings. This page covers its MCPB bundle (https://github.com/smeet666/mcp-marmiton/releases/download/v2.1.0/mcp-marmiton-2.1.0.mcpb).
Is the io.github.smeet666/mcp-marmiton server safe to use?
io.github.smeet666/mcp-marmiton scores 48 out of 100 on VerifyMCP. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.smeet666/mcp-marmiton server expose?
io.github.smeet666/mcp-marmiton exposes 3 tools: search_recipes, get_recipe, scale_ingredients. Their descriptions and schemas cost roughly 714 tokens of context every time the server is loaded.
What licence is the io.github.smeet666/mcp-marmiton server under?
io.github.smeet666/mcp-marmiton declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.