Brewfather MCP Server
Related Servers
Alternatives to Brewfather MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceA brewing knowledge MCP server — beer styles, ingredients, off-flavour diagnosis, water chemistry, and recipe guidance for AI assistants.11199 npm2MIT
- AlicenseNot gradedqualityBmaintenanceA read-only MCP server for Mealie that enables searching recipes, managing shopping lists, meal plans, and retrieving household/instance info via tools. Supports secure per-user authentication and multiple Mealie instances.MIT
- AlicenseBqualityBmaintenanceMCP server for Mealie that exposes its REST API to manage recipes, meal plans, shopping lists, cookbooks, and taxonomy through natural language.75MIT
- AlicenseNot gradedqualityAmaintenanceAn MCP server for Mealie that provides curated tools for recipes, meal plans, and cookbooks with compact responses, enabling natural language management of your Mealie instance.1MIT
- AlicenseAqualityCmaintenanceMCP server that exposes Cloudbeds occupancy, check-ins/check-outs, and reservations as natural language tools, with read-only access and secure credential storage.1MIT
- AlicenseAqualityDmaintenanceMCP server for Smart Compost platform that lets LLM agents list composting processes/devices and pull measurements as read-only tools.63 npmApache 2.0
TDQS
Scored across 9 tools
Each tool targets a distinct resource or operation: batches, recipes, readings, inventory, efficiency analysis, comparison, and connection check. There is no overlap in purpose, so an agent can easily select the right tool.
All tool names follow a consistent verb_noun pattern in snake_case: list_*, get_*, analyze_*, compare_*, check_*. Even get_batch_readings fits the pattern with a compound noun, maintaining uniformity.
Nine tools is well-scoped for a brewing data server. It covers core resources (batches, recipes, inventory) plus analysis and diagnostics without overloading the surface.
The tool set fully covers read-only access to batches, recipes, readings, inventory, and provides useful analytical features. The only gaps are write operations (create/update/delete) and a direct recipe search, but these are not essential for a read-focused integration.