chomptron
Generate a recipe from ingredients on hand, with optional dietary restrictions. Free.
Should I use this
Quality & Safety
A
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
~176Tokens (tool definitions)
~1.5 KBTypical response size
Minimal attention impact (0.14% of 128k context)
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"chomptron": {
"url": "https://chomptron.com/mcp"
}
}
}Remote endpoints
https://chomptron.com/mcpstreamable-httpWhat it can do
Tool inventory
Tools (1)
🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢generate_recipe(ingredients, dietaryPreferences)
Given ingredients on hand (and optional dietary restrictions), generate a complete recipe: name, servings, timing, ingredient list, and steps.
Input Schema
{
"type": "object",
"properties": {
"ingredients": {
"type": "string",
"description": "Ingredients on hand, comma-separated or free text"
},
"dietaryPreferences": {
"type": "object",
"properties": {
"vegan": {
"type": "boolean"
},
"vegetarian": {
"type": "boolean"
},
"glutenFree": {
"type": "boolean"
},
"dairyFree": {
"type": "boolean"
},
"nutFree": {
"type": "boolean"
},
"shellfishFree": {
"type": "boolean"
},
"eggFree": {
"type": "boolean"
},
"soyFree": {
"type": "boolean"
}
}
}
},
"required": [
"ingredients"
],
"$schema": "https://json-schema.org/draft/2020-12/schema"
}Community
Evidence
Recent observations
verifiedversion not recorded1 tools