tasty
tasty is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.
If you are the rightful owner of tasty and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Tasty MCP Server provides a comprehensive API to query data related to recipes, meal plans, ingredients, and more.
The Tasty MCP Server is designed to assist developers and culinary enthusiasts in accessing a wide range of food-related information efficiently. It offers features such as recipe suggestions, detailed recipe information, and the latest food trends. The server is a valuable resource for those looking to enhance their culinary projects with data-driven insights.
Features
- Recipe Suggestions: Get auto-complete suggestions by entering a food name or ingredient.
- Recipe Listings: Retrieve lists of recipes filtered by various options, such as tags or names.
- Similar Recipes: Find recipes similar to a specified one using its unique ID.
- Detailed Recipe Information: Access detailed information about a recipe, including ingredients, nutrition info, and preparation instructions.
- Tips and Reviews: Load reviews and tips related to different recipes.
Tools
recipes_auto_complete
Get auto complete suggestions by name or ingredients
recipes_list
List recipes by option filters or name
recipes_list_similarities
List similar recipes by specific recipe id
recipes_get_more_info
Get more information of recipe if available, such as : ingredients, nutrition info, preparation, etc... This endpoint returns 404 status code, it means there is no more information to obtain. * .../recipes/list already returns ingredients, nutrition info, preparation, etc...
tips_list
This endpoint is used to load tips (reviews)
tags_list
List supported tags name for filtering in recipes/list API
feeds_list
List latest feeds about new food, recipes,etc...
recipes_detail
Get more information of recipe if available, such as : ingredients, nutrition info, preparation, etc...