mcp-supertoinette
Related Servers
Alternatives to mcp-supertoinette
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceEnables 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
- AlicenseAqualityBmaintenanceSearch and read recipes from the English Wikibooks Cookbook, with tools to rescale ingredient lists to a target number of servings.4408 npmMIT
- 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.63456 npmMIT
- AlicenseAqualityBmaintenanceEnables browsing the Ptitchef recipe category tree and reading its recipes without an API key or account.7109 npmMIT
- FlicenseCqualityDmaintenanceEnables management of culinary recipes through web scraping from sites like Marmiton.org, recipe generation, ingredient management, and querying a MongoDB database of recipes, comments, users, and utensils.18-
- AlicenseAqualityBmaintenanceAn MCP server that searches and reads recipes from multiple sources simultaneously, merges the results, and rescales ingredient quantities for any number of servings in French and English.491 npmMIT
TDQS
Scored across 6 tools
Each tool targets a clearly distinct action: listing categories, reading a single recipe, searching recipes, browsing by category, fetching wine pairings, and scaling ingredients. The only near overlap is search vs. browse, but their descriptions make the distinction clear.
All tool names follow a consistent verb_noun snake_case pattern: list_categories, get_recipe, search_recipes, browse_recipes, get_wine_pairings, scale_ingredients. There is no mixing of styles or vague verbs.
Six tools is well-scoped for a recipe retrieval and utility server. Each tool earns its place without redundancy or bloat.
The read-only recipe domain is well covered: category discovery, search, browsing, full recipe retrieval, and wine pairing data are all present. A minor gap is that not all recipe tag categories are directly listable without first reading a recipe, but the core workflow is complete.