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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/alliso/fitbot-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server