Skip to main content
Glama
kureha4

HowToCook-MCP Server

by kureha4

Related Servers

Alternatives to HowToCook-MCP Server

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      D
      maintenance
      Enables AI assistants to search recipes, compose nutritionally balanced meals, optimize weekly meal plans based on macro targets for family members, and generate consolidated grocery lists from a personal recipe database.
      -
    • A
      license
      B
      quality
      D
      maintenance
      Enables AI assistants to search for recipes, get nutritional information, find ingredients, and more through the Spoonacular Food API using natural language.
      6
      18 npm
      5
      ISC
    • F
      license
      Not graded
      quality
      D
      maintenance
      Enables querying food nutritional information, discovering recipes by ingredients or diet type, getting ingredient substitutions, and receiving personalized food recommendations based on mood and season.
      -
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables natural language semantic search for dishes, aggregated multi-reviewer restaurant insights, and personalized food tour itinerary generation based on Bilibili food review videos.
      MIT

    TDQS

    B3.2/5.0

    Scored across 5 tools

    Disambiguation4/5

    Most tools have distinct purposes: getAllRecipes, getRecipeById, and getRecipesByCategory handle recipe retrieval in different ways, while recommendMeals and whatToEat focus on recommendation. However, recommendMeals and whatToEat could be confused as both recommend dishes based on similar inputs like number of people, though recommendMeals adds dietary restrictions and meal planning.

    Naming Consistency5/5

    All tool names follow a consistent snake_case pattern with the prefix 'mcp_howtocook_' and descriptive verb_noun combinations (e.g., getAllRecipes, getRecipeById). This uniformity makes the tools predictable and easy to understand.

    Tool Count5/5

    With 5 tools, this server is well-scoped for a cooking/recipe domain. It covers core operations like retrieval, filtering, and recommendation without being overwhelming or too sparse, fitting typical server sizes of 3-15 tools.

    Completeness3/5

    The tool set covers read and recommendation operations well but lacks create, update, or delete tools for recipes, which are common in recipe management. This gap could limit agents from performing full lifecycle tasks, though retrieval and recommendation are adequately handled.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues