Baking unit conversion (cups/grams/temp/recipe scaling). convert_amount, convert_temperature
Déduit des transports déclarés par cette annonce (streamable-http). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.
La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.
Lu depuis un véritable échange MCP initialize → tools/list contre l’endpoint déclaré. Aucun outil n’a été invoqué — tools/list est l’appel d’introspection en lecture seule que le protocole prévoit pour cela. Cela reflète ce que le serveur annonçait à cet instant ; un endpoint hébergé n’est figé sur aucune version et peut changer sans préavis.
https://api.bakingtab.com/mcp5 outils · 437 msconvert_amountConvert baking ingredient amounts between units (cups, grams, tbsp, tsp, ounces, ml, pounds, kg) using accurate density data (King Arthur + USDA). E.g. 2 cups of all-purpose flour to grams. Free anonymous tier: 20 calls/day per IP. More calls need an API key (https://ko-fi.com/yugutou/shop) or use…Convert baking ingredient amounts between units (cups, grams, tbsp, tsp, ounces, ml, pounds, kg) using accurate density data (King Arthur + USDA). E.g. 2 cups of all-purpose flour to grams. Free anonymous tier: 20 calls/day per IP. More calls need an API key (https://ko-fi.com/yugutou/shop) or use…
| Paramètre | Type | Description |
|---|---|---|
| amount* | number | Amount to convert. |
| from_unit* | string | Source unit: cup, tbsp, tsp, gram, kg, ounce, ml, pound. |
| to_unit* | string | Target unit. |
| ingredient* | string | Ingredient name or id (e.g. "all-purpose flour" or "ap-flour"). |
convert_temperatureConvert oven temperature between Celsius, Fahrenheit and Kelvin. Free tier: 20 calls/day per IP.Convert oven temperature between Celsius, Fahrenheit and Kelvin. Free tier: 20 calls/day per IP.
| Paramètre | Type | Description |
|---|---|---|
| value* | number | Temperature value. |
| from* | string | Source unit: c, f, or k. |
| to* | string | Target unit: c, f, or k. |
search_ingredientsSearch the baking ingredient database (100+ ingredients with density in g/ml). Free tier: 20 calls/day per IP.Search the baking ingredient database (100+ ingredients with density in g/ml). Free tier: 20 calls/day per IP.
| Paramètre | Type | Description |
|---|---|---|
| query* | string | Search query (name, id, or category). |
| limit | integer | Max results (default 20). |
scale_recipeScale a recipe to a target number of servings. Pass servings and ingredients array. Free tier: 20 calls/day per IP.Scale a recipe to a target number of servings. Pass servings and ingredients array. Free tier: 20 calls/day per IP.
| Paramètre | Type | Description |
|---|---|---|
| servings* | integer | Current servings. |
| target_servings* | integer | Target servings. |
| ingredients* | array | List of {name, amount, unit}. |
list_unitsList all supported baking units and their types (mass/volume). Free tier: 20 calls/day per IP.List all supported baking units and their types (mass/volume). Free tier: 20 calls/day per IP.
Aucun schéma d’entrée n’a été publié pour cet outil.
5 outils sur 5 ont publié une description.
Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.
Baking unit conversion (cups/grams/temp/recipe scaling). convert_amount, convert_temperature
Les noms cliquables ouvrent l’index Forge de toutes les entrées observées exposant cet outil. Parcourir tous les outils indexés.
Cette entrée ne publie aucun paquet npm : Forge n'a donc pas d'arbre de dépendances pour elle. C'est une lacune de couverture — pas une affirmation qu'elle n'a aucune dépendance.