mcp-ptitchef
Related Servers
Alternatives to mcp-ptitchef
No user-submitted related servers found.
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.86408 npmMIT
- 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
- 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-
- AlicenseAqualityAmaintenanceEnables read-only recipe search and filtering on BBC Good Food by exposing available filter axes with counts, requiring no API key.4294 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
- AlicenseNot gradedqualityCmaintenanceEnables querying French government public procurement notices (BOAMP) without an API key.16 npmMIT
TDQS
Scored across 7 tools
Each tool targets a distinct action—listing, searching, browsing, reading, scaling, translating—but search_recipes and search_by_ingredients overlap conceptually, and get_recipe's built-in rescaling partially duplicates scale_ingredients. The descriptions are detailed enough to separate them, though an agent could still pause between those pairs.
All tool names follow a clear snake_case verb_noun pattern: list_, search_, browse_, get_, scale_. The one longer name, search_by_ingredients, still fits predictably and does not break the convention.
Seven tools is a well-scoped set for a recipe site: discovery, browsing, retrieval, scaling, and translations are each represented without unnecessary duplication. Each tool earns its place in the workflow.
The read-side recipe workflow is fully covered: find categories, search, browse, search by ingredients, read a recipe, rescale ingredients, and access translations. There are no dead ends, and CRUD operations are not relevant to this domain.