Back to Home
jmstone617 icon

brewfather-mcp

Verified Safe

by jmstone617

Overview

Provides an MCP server to connect LLMs with BrewFather, allowing retrieval of brewing data and basic calculations like ABV.

Installation

Run Command
npx tsx src/index.ts

Environment Variables

  • BREWFATHER_USER_ID
  • BREWFATHER_API_KEY

Security Notes

The server correctly retrieves API keys from environment variables. It makes external HTTP requests to the BrewFather API. Input validation for tool arguments relies on the Model Context Protocol SDK's Zod schemas and basic JavaScript type coercion (e.g., parseFloat, type casting), which is generally sufficient but could be hardened with more explicit numeric validation before calculations or URL parameter usage. No 'eval' or direct arbitrary command execution found.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2026-01-16

Tags

BrewFatherLLM ToolBrewing DataAPI IntegrationTypeScript