mcp-wikibooks-cookbook
Related Servers
Alternatives to mcp-wikibooks-cookbook
- AlicenseAqualityBmaintenanceMCP server that searches French recipes from Marmiton, reads ingredients and steps, and rescales quantities to any number of servings without requiring an API key.63348 npmMIT
Related Servers
- AlicenseAqualityBmaintenanceReads French recipes from Supertoinette, exposing recipe details and ingredients, and rescales quantities honestly according to serving counts or factors without requiring an API key.86311 npmMIT
- AlicenseAqualityCmaintenanceEnables 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.5298 npmMIT
- AlicenseNot gradedqualityCmaintenanceEnables 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
- FlicenseNot gradedqualityDmaintenanceEnables browsing recipes, searching by category, and viewing detailed recipe information from the Gousto cookbook API via natural language.-
- AlicenseAqualityDmaintenanceEnables 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.61MIT
- FlicenseNot gradedqualityDmaintenanceEnables 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
Scored across 4 tools
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.
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.
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.
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.