search_recipes
ActiveTool of Edamam
Search Edamam's recipe database by keyword with optional diet, health, and cuisine filters. Returns recipes with calories, time, servings, and ingredient lists. Example: search_recipes({ query: "chicken curry", health: "gluten-free", limit: 5 })
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"diet": {
"type": "string",
"description": "Optional diet filter, e.g. \"balanced\", \"high-protein\", \"low-carb\", \"low-fat\""
},
"limit": {
"type": "number",
"description": "Maximum recipes to return (default 10)"
},
"query": {
"type": "string",
"description": "Recipe search keywords, e.g. \"chicken curry\", \"vegan brownies\""
},
"health": {
"type": "string",
"description": "Optional health label filter, e.g. \"gluten-free\", \"vegan\", \"vegetarian\", \"peanut-free\""
},
"_apiKey": {
"type": "string",
"description": "Optional Edamam credentials (comma-separated nutrition,recipe,food pairs of app_id:app_key). Omit to use the platform key."
},
"cuisine": {
"type": "string",
"description": "Optional cuisine type filter, e.g. \"italian\", \"mexican\", \"indian\", \"japanese\""
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Edamam
https://github.com/pipeworx-io/mcp-edamam
1/7 registries