Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.smeet666/mcp-pequerecetas

MCPB · MCP-PEQUERECETAS-1.1.0.MCPB · 2 COMPONENTS · SCANNED SEP 20

Read Spanish family recipes from Pequerecetas and rescale them honestly. No API key.

+5 this week 48 Trust /100
Trust breakdown (7 categories)

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 Usability65
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1675 tokens (~335/item across 5 items; 5 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 5 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 6 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
Install

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-pequerecetas-1.1.0.mcpb

Download bundle
Changelog

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.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 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.

Diagnostics

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-pequerecetas/releases/download/v1.1.0/mcp-pequerecetas-1.1.0.mcpb@1.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 →

MCP tools · 5 exposed · ~995 tokens

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 →

Tool Tokens
browse_recipes ~217

Browse the recipes a taxonomy holds, one page at a time. 'facet' is one of dieta, edad, ingrediente, ocasion, recetas-de, tecnica, tipo-de-cocina, tipo-plato, and 'value' is a slug from list_facets: the site writes its own slugs and answers one built by hand with a page it does not hold. Read 'page_served' rather than assuming the page asked for, and 'has_more' to know whether the site offers another. 'total_available' is null because the site prints no count on these pages. The taxonomies cannot be combined: this site offers no way to ask for two at once.

NameTypeReqDescription
facetstringyesThe taxonomy to browse: dieta, edad, ingrediente, ocasion, recetas-de, tecnica, tipo-de-cocina, tipo-plato.
pageintegerWhich page to read. The first when left out.
valuestringyesA slug from list_facets, such as 'thermomix'.
NameTypeReqDescription
cachedbooleanyes
facetstringyes
has_morebooleanyesWhether the site's own pagination offers a page after this one.
notesarrayyes
page_servedintegeryesThe page the site actually served.
result_countintegeryes
resultsarrayyes
total_availablenullyesAlways null: the site prints no count on these pages.
valuestringyes

No examples provided.

get_recipe ~211

Read one page of the recipe section by the slug in its address, such as 'paella-de-marisco'. 'kind' says what the page turned out to be: a 'recipe', or a 'collection', which is an article gathering other recipes and carries no ingredients of its own. A recipe says under 'source_shape' where its ingredients were read: 'structured' from the block the page publishes for search engines, 'article' from the body of the page, which is where most of this site's recipes keep them. Pass 'servings' to rescale the quantities; a recipe whose page states no number of servings comes back unscaled and says so. A line naming a tool rather than an ingredient is marked and never multiplied.

NameTypeReqDescription
idstringyesThe slug in a recipe's address, from search_recipes or browse_recipes.
servingsintegerRescale the quantities to this many, up to 1000. Left out, the recipe comes back as published.
NameTypeReqDescription
cachedbooleanyes
collectionobject
kindstringyes
notesarrayyes
recipeobject

No examples provided.

list_facets ~148

List the values the site browses its recipes by. The taxonomies are dieta, edad, ingrediente, ocasion, recetas-de, tecnica, tipo-de-cocina, tipo-plato: diet, the age of whoever eats it, main ingredient, occasion, moment of the day, appliance, cuisine and kind of dish. Call this before browse_recipes rather than spelling a value yourself. Pass 'facet' for one taxonomy, or leave it out for all eight, which costs one request per taxonomy.

NameTypeReqDescription
facetstringOne taxonomy: dieta, edad, ingrediente, ocasion, recetas-de, tecnica, tipo-de-cocina, tipo-plato. All eight when left out.
NameTypeReqDescription
cachedbooleanyes
facetsarrayyes
notesarrayyes

No examples provided.

scale_ingredients ~205

Rescale a list of Spanish ingredient lines, offline. Give either 'factor', or 'from_servings' and 'to_servings' together. Each line comes back with what was done to it: 'scaled' when the arithmetic landed exactly, 'rounded' when the value had to move to stay something a kitchen can measure out, and 'unscaled' when the line carries no quantity at all. Nothing is converted between unit systems, and an approximate measure such as a pizca keeps its own size. A line naming a tool rather than an ingredient is marked 'is_equipment' and left as it was given.

NameTypeReqDescription
factornumberWhat to multiply the quantities by. Give this, or the two servings counts.
from_servingsintegerHow many the list was written for.
ingredientsarrayyesThe lines to rescale, as the recipe wrote them.
to_servingsintegerHow many it should serve.
NameTypeReqDescription
factornumberyesWhat the quantities were multiplied by.
ingredientsarrayyes
notesarrayyes
rounded_countintegeryesLines whose value had to move.
scaled_countintegeryesLines whose arithmetic landed exactly.
unscaled_countintegeryesLines carrying no quantity.

No examples provided.

search_recipes ~214

Search Pequerecetas for a dish or an ingredient, in Spanish. The site serves its search on one page and offers no second page, so 'result_count' counts the rows served and 'total_available' is null: the site publishes no count of what a search matched. The rows come in the site's own order, which is not by how well they match, so a dish named in the query can sit well down the page and 'limit' cuts in that order. A row carries the slug that get_recipe takes. Some rows are articles gathering recipes rather than recipes, which get_recipe reports as a 'collection'. To narrow by diet, ingredient, technique or the age of the eater, use list_facets and browse_recipes instead: this site's search takes no filters.

NameTypeReqDescription
limitintegerRows to return, at most 60. Left out, every row served comes back.
querystringyesWhat to search for, in Spanish: a dish, an ingredient, a technique.
NameTypeReqDescription
cachedbooleanyes
notesarrayyes
querystringyes
result_countintegeryesRows returned.
resultsarrayyes
total_availablenullyesAlways null: the site publishes no count of what a search matched.

No examples provided.

Common questions

What is the io.github.smeet666/mcp-pequerecetas server?

io.github.smeet666/mcp-pequerecetas is listed in the public MCP registry as io.github.smeet666/mcp-pequerecetas. Read Spanish family recipes from Pequerecetas and rescale them honestly. No API key. This page covers its MCPB bundle (https://github.com/smeet666/mcp-pequerecetas/releases/download/v1.1.0/mcp-pequerecetas-1.1.0.mcpb).

Is the io.github.smeet666/mcp-pequerecetas server safe to use?

io.github.smeet666/mcp-pequerecetas 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-pequerecetas server expose?

io.github.smeet666/mcp-pequerecetas exposes 5 tools: get_recipe, search_recipes, list_facets, browse_recipes, scale_ingredients. Their descriptions and schemas cost roughly 995 tokens of context every time the server is loaded.

What licence is the io.github.smeet666/mcp-pequerecetas server under?

io.github.smeet666/mcp-pequerecetas declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.