Skip to main content
Glama
alliso

fitbot-mcp

by alliso

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoHost interface for HTTP mode. Default: 127.0.0.1.
PORTNoPort for HTTP mode. Default: 8000.
MCP_HTTP_PATHNoEndpoint path for HTTP mode. Default: /mcp.
MCP_HTTP_TOKENNoBearer token for HTTP mode. If set, requires Authorization: Bearer <token>. Recommended.
AIMHARDER_EMAILYesYour account email for AimHarder.
OTEL_SERVICE_NAMENoService name for tracing.
AIMHARDER_PASSWORDYesYour account password for AimHarder.
AIMHARDER_FINGERPRINTNoOptional stable device fingerprint override. Generated automatically on first run and stored in ~/.fitbot-mcp/fingerprint.
OTEL_RESOURCE_ATTRIBUTESNoExtra resource attributes for tracing, e.g. service.namespace=home-utils.
OTEL_EXPORTER_OTLP_ENDPOINTNoOTLP HTTP endpoint for OpenTelemetry traces. e.g. http://tempo:4318. If not set, tracing is disabled.

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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_classesA

Lista las clases de un día concreto con su horario, coach, plazas ocupadas y si ya estás apuntado.

book_classA

Reserva una clase. Identifícala por hora de inicio (p.ej. "18:15") o por classId. Si a esa hora hay varias clases, añade 'name' para desambiguar. Con insist=true entras en lista de espera si está llena.

cancel_classA

Cancela tu reserva en una clase. Identifícala por hora de inicio o por classId. Usa late=true si cancelas fuera de plazo (puede penalizar según el box).

class_attendeesA

Lista quién se ha apuntado a una clase. NOTA: AimHarder solo expone esta lista a cuentas con rol de coach/administrador en el box; para cuentas de cliente devuelve una nota informativa.

list_boxesA

Muestra los boxes (gimnasios) asociados a tu cuenta y su id (boid).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 5 tools

Disambiguation5/5

Each tool addresses a distinct operation: listing boxes, listing classes, booking, canceling, and viewing attendees. There is no overlap in purpose, and the role restriction on class_attendees does not create ambiguity.

Naming Consistency4/5

Most tools follow a verb_noun pattern (list_boxes, list_classes, book_class, cancel_class), but class_attendees is a noun phrase rather than an imperative verb, deviating slightly from the otherwise consistent style.

Tool Count5/5

Five tools is well-scoped for a fitness class booking domain. Each tool is necessary and covers the core user flow without redundancy.

Completeness4/5

Core operations (view schedule, book, cancel) are covered, but there is no direct way to list a user's own upcoming bookings across days, requiring agents to call list_classes repeatedly. This is a minor gap that can be worked around.

Maintenance

ActivityMaintained
ResponsivenessNo issues