tasty

tasty

3.9

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

  1. recipes_auto_complete

    Get auto complete suggestions by name or ingredients

  2. recipes_list

    List recipes by option filters or name

  3. recipes_list_similarities

    List similar recipes by specific recipe id

  4. 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...

  5. tips_list

    This endpoint is used to load tips (reviews)

  6. tags_list

    List supported tags name for filtering in recipes/list API

  7. feeds_list

    List latest feeds about new food, recipes,etc...

  8. recipes_detail

    Get more information of recipe if available, such as : ingredients, nutrition info, preparation, etc...