Skip to main content
Glama
sgerlach

grr-gaggiuino-mcp

by sgerlach

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REQUEST_TIMEOUTNoAPI timeout in milliseconds5000
GAGGIUINO_BASE_URLNoYour Gaggiuino's IP or hostnamehttp://192.168.3.248

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_statusA

Get real-time Gaggiuino espresso machine status including: current/target temperature (Celsius), pressure (bar), scale weight (grams), water tank level (%), whether brewing or steaming is active, and the currently selected profile name and ID.

get_shotA

Retrieve detailed shot data with time-series curves for analysis. Returns pressure (bar), flow rate (ml/s), temperature (C), weight (g), and target values over time. Includes the profile used and shot duration. Omit ID to get the most recent shot.

get_profilesA

List all available brewing profiles stored on the Gaggiuino. Returns profile IDs, names, and which one is currently selected. Use this to see available profiles before selecting one.

select_profileA

Activate a brewing profile by its ID. The machine will use this profile for the next shot. Get available profile IDs using get_profiles first.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.3/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: live status, historical shot data, profile listing, and profile selection. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: get_status, get_shot, get_profiles, select_profile. The naming is uniform and predictable.

Tool Count5/5

Four tools is well-scoped for a focused Gaggiuino interface. Each tool serves a clear need without redundancy or bloat.

Completeness4/5

The set covers core workflows: monitoring status, retrieving shot data, browsing profiles, and selecting one. Missing profile editing and brew control are minor gaps that do not break the main use case.

Maintenance

ActivityInactive
ResponsivenessNo issues