@pipeworx/recipes
Connect: https://gateway.pipeworx.io/recipes/mcp · Install: one-click buttons
Tools: 4
Tools
- search_meals — Search for recipes by meal name. Returns meal IDs, names, and thumbnail images. Use get_meal to fetch full ingredients and cooking instructions.
- get_meal — Get complete recipe details including ingredients with measurements and step-by-step cooking instructions. Pass a meal ID from search_meals or random_meal.
- random_meal — Get a random meal recipe with full ingredients and cooking instructions. Use when you need recipe inspiration without a specific search.
- meals_by_ingredient — Find all recipes using a specific ingredient (e.g., “chicken”, “garlic”, “pasta”). Returns meal names and IDs to pass to get_meal.
Tools
-
get_meal— Get complete recipe details including ingredients with measurements and step-by-step cooking instructions. Pass a meal ID from search_meals or random_meal. -
meals_by_ingredient— Find all recipes using a specific ingredient (e.g., chicken , garlic , pasta ). Returns meal names and IDs to pass to get_meal. -
random_meal— Get a random meal recipe with full ingredients and cooking instructions. Use when you need recipe inspiration without a specific search. -
search_meals— Search for recipes by meal name. Returns meal IDs, names, and thumbnail images. Use get_meal to fetch full ingredients and cooking instructions.