A
licenseNot graded
qualityD
maintenanceRemote MCP Server for listing and getting the menus of the official mensas in munich
MIT
No user-submitted related servers found.
Scored across 3 tools
Each tool has a clearly distinct purpose: listing canteens, listing available days for a canteen, and getting meals for a specific canteen and date. No overlap or ambiguity.
Two tools use the 'list_' prefix while one uses 'get_', creating a minor inconsistency. However, the verb-noun pattern is consistent and all names are descriptive.
With 3 tools, the set is well-scoped for a canteen query system, covering all necessary operations without unnecessary bloat.
The tools cover the full workflow: discover canteens, check available days, and retrieve meals with dietary info. No obvious gaps for the intended use case.