RoastPilot controls coffee roasting sessions through local stdio MCP tools and exports logs.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
RoastPilot is an MCP server for coffee-roaster telemetry and controlled actuation.
The package name is coffee-roaster-mcp. It is published on production PyPI
and listed in the MCP Registry as
io.github.syamaner/coffee-roaster-mcp.
RoastPilot provides one local MCP runtime for roaster control, telemetry, first-crack detection integration, roast metrics, and log export.
β v0.1 component scope complete, published on PyPI and in the MCP Registry, and exercised in supervised agent-controlled hardware roasts through 2026-08-16.
The latest integrated evidence is two completed Hottop roasts on 2026-08-16.
Together they exercised live telemetry and control, automatic T0, first-crack
handling, post-first-crack decisions, safety evaluation, advisor-triggered
drop, operator-controlled cooling completion, ambient sensing, log export, and
paired-microphone capture. The agent ledger recorded 19 successful advisor
decisions, each linked to an allow safety evaluation; both advisor-proposed
drops were executed, with no failed command events or safety alerts in either
completed run.
Those roasts used the pinned coffee-roaster-mcp 0.1.13 runtime. Versions
0.1.14-0.1.16 were metadata/docs releases; the selected 0.2.0 release
candidate carries the MCP-owned NumPy/SciPy, Torch/Torchaudio/Transformers-free
ONNX feature-extraction path and additive first-crack observability. D190 was
MCP-only component characterisation with artificial music: zero observed
overflow does not establish headroom for other conditions or prove the non-zero
allowance necessary; sanitised review did not rehash private evidence, and it
is not detector, live-roast, full-stack, or combined acceptance. D192 full-stack
30+30 and separate supervised >=20-minute live roast remain outstanding.
Publication remains operator-only after merge, a successful release-workflow
dry run, and protected-environment approval. See the
2026-08-16 agent-roast validation report
for the authority-ledger, session, ambient, and capture evidence, including its
provenance limits.
The original published-package baseline remains the 2026-06-07 validation:
The published coffee-roaster-mcp 0.1.3 package, installed through the MCP
Registry uvx path into the Warp agent, ran two complete supervised roasts
on a connected Hottop KN-8828B-2K+ with zero serial, control, or telemetry
faults:
| Validated | Result |
|---|---|
| Install path | Published PyPI 0.1.3 via uvx in a real MCP client (Warp) |
| Hardware control | Live heat/fan/drop/cooling through the driver-backed MCP tools |
| Automatic T0 | beans_added detected from the bean-temperature charge drop (source: auto_t0) |
| First-crack detection | Audio-detected live by the released INT8 ONNX model on a real USB microphone β sliding-window confirmation, confidence 0.907 over the 0.6 threshold with 5/5 positive windows |
| Safety actions | Same-day guarded hottop-validate run passed 8/8 steps, including drop and emergency stop |
| Log export | roast.jsonl, roast.csv, and summary.json with full first-crack and auto-T0 metadata |
Evidence:
See the v0.1 overall plan and the project state registry for the plan and state history.
The current coffee-roaster-mcp package is a consolidated rebuild of the
prototype with the lessons learned folded into one deterministic local MCP
server, conservative hardware boundaries, and releaseable package metadata.
RoastPilot is the human-facing product name. coffee-roaster-mcp is the
infrastructure and packaging name used for the repository, Python package, and
published distribution.
The v0.1 scope is one local stdio MCP server that owns:
All MCP-component v0.1 epics are complete and live-validated. The package scaffold, config loading, local development commands, pull-request CI, stdio MCP entrypoint, roast-session tool surface, Hottop driver, audio first-crack runtime, automatic T0 path, metrics/log export, release workflow, and MCP Registry metadata are in place, and the full end-to-end path has been verified on connected Hottop hardware with a real microphone through the published package (E7-S6).
For local development today:
The user-facing install target is the published coffee-roaster-mcp package:
For operator setup, including mock install, Hottop configuration, Hugging Face model configuration, offline model paths, and log output paths, see the install and hardware setup guide.
Use the commands in the Install section, then continue with the checks below.
Pull-request CI publishes a Markdown coverage summary in the Checks job summary and uploads html-coverage-report as a workflow artifact for file-by-file drill-down.
Two explicit pre-roast checks cover the configured microphone and independent multi-device recording paths without starting a roast:
mic-check reports whether the selected input contains a real signal and can
write a small JSON evidence record. record-check captures each configured
recording device into a temporary or explicit output directory and reports the
result. The resulting audio may contain ambient conversation and must not be
committed.
The default local path is intentionally mock-safe:
mockdisabledRoastPilot now provides a local stdio MCP server entrypoint with a mock-safe roast-session tool surface. The default configuration lets an MCP client start a roast, adjust controls, read current device and session state, record explicit override events, drop beans into cooling, and export snapshot logs without roaster hardware, microphone input, model files, or network access.
The current MCP tool surface includes:
get_server_infoget_runtime_configstart_roast_sessionget_roast_stateset_heatset_fanmark_beans_addedmark_first_crackdrop_beansstart_coolingstop_coolingexport_roast_logemergency_stopset_recording_metadataexport_roast_log writes roast.jsonl, roast.csv, and summary.json files
for the current in-process session. Runtime events and sampled telemetry are
also appended to roast.jsonl during the roast.
Before a recorded roast, set_recording_metadata stores the bean-origin slug
and roast number used for capture filenames and the session sidecar. It sends
no hardware command and does not expose a generic file-write or tool-execution
surface.
The mock-safe Claude/operator flow is:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/roastpilot)<a href="https://allmcps.com/mcp/roastpilot"><img src="https://allmcps.com/api/badge/roastpilot?style=directory" alt="RoastPilot on AllMCPs" /></a>