io.github.smeet666/mcp-marmiton
NPM · MCP-MARMITON · SCANNED AUG 3
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 →
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 smeet666/mcp-marmiton). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 0 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability70
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 742 tokens (~247/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 Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
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 · mcp-marmiton
claude mcp add smeet666-mcp-marmiton -- npx -y mcp-marmiton
codex mcp add smeet666-mcp-marmiton -- npx -y mcp-marmiton
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"smeet666-mcp-marmiton": {
"type": "local",
"command": [
"npx",
"-y",
"mcp-marmiton"
],
"enabled": true
}
}
} openclaw mcp add smeet666-mcp-marmiton --command npx --arg -y --arg mcp-marmiton
mcp_servers:
smeet666-mcp-marmiton:
command: "npx"
args: ["-y", "mcp-marmiton"] {
"mcpServers": {
"smeet666-mcp-marmiton": {
"command": "npx",
"args": [
"-y",
"mcp-marmiton"
]
}
}
} 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.
- 3 Aug 26 75
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/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- smeet666/mcp-marmiton
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/smeet666/mcp-marmiton/.github/workflows/publish.yml@refs/tags/v1.0.3
- Rekor log index:
- 2336579981
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:d5c2d2b1744c38a82d0f7ba8cac77238883da4008d08eb15c1e7d1d618be33339e672ff1be615755d378dc5a0a82a8b5c5791c6fe59fe410ed42b706f
- 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.
get_recipe Get a recipe ~245
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' for grams and millilitres, 'rounded' for countable things such as eggs or spoons, and 'unscaled' for lines with no quantity or with an approximate one such as a pinch of salt. 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 ~213
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; countable things such as eggs or spoons are rounded to whole or half units; lines with no quantity, or with an approximate one such as a pinch, 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 | — |
| 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.