π¦ ClawHub
Pipeworx recipes
by @brucegutman
Search and retrieve detailed recipes, find meals by ingredient, or get a random meal suggestion with step-by-step instructions and video links.
TERMINAL
clawhub install pipeworx-recipesπ About This Skill
Recipes
What should I cook tonight? Search thousands of recipes, look up full ingredient lists and instructions, or let the API surprise you with a random meal.
What's on the menu
Example: search for pasta recipes
curl -X POST https://gateway.pipeworx.io/recipes/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_meals","arguments":{"query":"carbonara"}}}'
What a full recipe looks like
Each recipe includes the meal name, category (Beef, Dessert, Seafood...), cuisine area (Italian, Japanese, Mexican...), full instructions, up to 20 ingredients with measurements, thumbnail image, YouTube tutorial link, and source URL.
Integration
{
"mcpServers": {
"recipes": {
"url": "https://gateway.pipeworx.io/recipes/mcp"
}
}
}
Data from TheMealDB.