Food Core MCP
Related Servers
Alternatives to Food Core MCP
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceMCP server for managing personal items with expiration dates, enabling AI agents to add, query, and scan barcode items via API Key authentication.54 npmMIT
- AlicenseNot gradedqualityDmaintenanceMCP server for USDA nutrition data lookup, meal logging, and daily macro tracking.16 npmMIT
- AlicenseBqualityDmaintenanceMCP server for meal planning and grocery list generation, enabling recipe storage, meal plan creation, and automated grocery lists with ignored ingredients.82MIT
- AlicenseBqualityAmaintenanceA local-first nutrition MCP server for food search, barcode lookup, meal estimation, intake logging, hydration, and nutrition coaching workflows.4690 npm9MIT
- FlicenseNot gradedqualityBmaintenanceA MCP server for KitchenOwl inventory estimates and recipe recommendations.1-
- FlicenseNot gradedqualityCmaintenanceLocal-first nutrition tracker MCP server for Hermes, enabling food, alias, recipe, and meal log management with SQLite persistence.-
TDQS
Scored across 8 tools
Each tool has a distinct purpose: add, list, update, remove, mark status, check expiry, and set policies. There is no overlap; even 'mark' and 'remove' are clearly differentiated by description.
All tools follow a consistent 'cyberboss_food_<verb>' pattern in snake_case, such as cyberboss_food_add and cyberboss_food_set_reminder_policy. The naming is predictable and uniform.
With 8 tools, the set is well-scoped for a food inventory domain. It covers CRUD, expiry checking, and configuration without unnecessary duplication or bloat.
The tool surface covers all essential operations: add, list, update, remove, mark, check expiry, and configure reminders/work cycles. Minor gap: no search by name, but list filtering covers most needs.