mcp-bbc-goodfood
Related Servers
Alternatives to mcp-bbc-goodfood
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceEnables browsing recipes, searching by category, and viewing detailed recipe information from the Gousto cookbook API via natural language.-
- AlicenseAqualityBmaintenanceEnables browsing the Ptitchef recipe category tree and reading its recipes without an API key or account.7109 npmMIT
- AlicenseNot gradedqualityCmaintenanceEnables querying Open Food Facts product database by barcode, full-text search, category, brand, or country.5 npmMIT

MealCP MCPofficial
AlicenseAqualityAmaintenanceEnables searching grocery product catalogs with faceted filters and retrieving price history statistics via the MealCP grocery price API.2MIT- 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
- AlicenseNot gradedqualityCmaintenanceProvides access to the Spoonacular food API for recipes, nutrition, ingredients, and meal plans.MIT
TDQS
Scored across 4 tools
Each tool serves a distinct function: list_filters discovers search axes, search_recipes performs the actual search, get_recipe retrieves details, and scale_ingredients transforms ingredient quantities. There is no overlap in purpose; the dependency between list_filters and search_recipes is clear and complementary.
All tool names follow a consistent verb_noun pattern in snake_case (list_filters, search_recipes, get_recipe, scale_ingredients). The verbs and nouns are specific and predictable, matching the domain perfectly.
Four tools are appropriate for a recipe-focused server. They cover the essential operations without redundancy or bloat, and the scope is well-defined for browsing, searching, and retrieving recipe content.
The tool surface covers the full user workflow for a read-only recipe service: discovering available filters, searching, viewing a recipe, and scaling ingredients. No critical operations are missing for the stated purpose, and the added scaling feature enhances usability without leaving gaps.