Skip to main content
Glama
smeet666

mcp-wikibooks-cookbook

Related Servers

Alternatives to mcp-wikibooks-cookbook

  • A
    license
    A
    quality
    B
    maintenance
    MCP server that searches French recipes from Marmiton, reads ingredients and steps, and rescales quantities to any number of servings without requiring an API key.
    6
    3
    348 npm
    MIT

Related Servers

  • A
    license
    A
    quality
    B
    maintenance
    Reads French recipes from Supertoinette, exposing recipe details and ingredients, and rescales quantities honestly according to serving counts or factors without requiring an API key.
    8
    6
    311 npm
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables searching and reading Spanish family recipes from Pequerecetas, rescaling ingredient quantities for any number of servings, and browsing recipes by diet, age, ingredient, technique, and other taxonomies, with no API key required.
    5
    298 npm
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables read-only listing of the cookbooks on an Eat Your Books shelf and searching those books for recipe references by ingredient, dish, or keyword, returning links, authors, page numbers, ingredients, and categories. Connects to an already signed-in local Chrome session for authentication, exposing the same service as the CLI through two read-only tools.
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables browsing recipes, searching by category, and viewing detailed recipe information from the Gousto cookbook API via natural language.
    -
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to search New York Times Cooking recipes, fetch full recipes with ingredients and steps without login, and browse personal saved recipe box with optional authentication.
    6
    1
    MIT
  • 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.
    -

TDQS

A4.7/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a distinct job: retrieving a specific recipe, searching by query, browsing by category, and scaling ingredient lines. There is no overlap in purpose, and the descriptions explicitly cross-reference when to use which.

Naming Consistency5/5

All four tools follow the same verb_noun pattern with underscores (get_recipe, search_recipes, scale_ingredients, list_recipes). The singular/plural variation is logical and predictable.

Tool Count5/5

Four tools is a well-scoped size for a read-only cookbook server: discovery (search, list), retrieval (get), and a utility (scale). Each tool earns its place.

Completeness5/5

The server covers the full read-only lifecycle: discovery via search and list, retrieval via get, and a value-added scaling utility. There are no dead ends—search and list both return IDs that get_recipe accepts, and scale_ingredients works independently.

Maintenance

ActivityActive
ResponsivenessUnresponsive