← scalesystema.app

INDIVIDUAL MCP TOOL

reservar_habitacion

ES: Reserva una habitación de hotel REAL como invitado: nombre de la habitación (de ver_negocio), check-in/check-out y huéspedes.

scalesystema.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://scalesystema.app/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for reservar_habitacion and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

scalesystema.app

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.systema-directorio]
url = "https://scalesystema.app/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "systema-directorio": {
      "type": "http",
      "url": "https://scalesystema.app/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: systema-directorio
Remote MCP URL: https://scalesystema.app/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "systema-directorio": {
      "url": "https://scalesystema.app/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "systema-directorio": {
      "type": "http",
      "url": "https://scalesystema.app/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "systema-directorio",
  "transport": "streamable-http",
  "url": "https://scalesystema.app/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • buscar_negocios — ES: Busca negocios del directorio público (Miami–Centroamérica) por ubicación {lat,lng}, ciudad, categoría o texto libre.
  • ver_negocio — ES: Ficha completa de un negocio por slug: horarios, rating y reseñas, catálogo con precios y variantes, promociones vigentes, eventos próximos y enlaces útiles.
  • consultar_disponibilidad — ES: Horarios libres para cita en una fecha (opcionalmente para un servicio).
  • reservar_cita — ES: Reserva una cita REAL como invitado (nombre + teléfono).
  • pedir_comida — ES: Crea un pedido REAL de comida/productos que se paga EN EFECTIVO al recoger (pickup) o al recibir (delivery).
  • buscar_por_servicio — ES: Busca negocios por lo que OFRECEN — un servicio, producto o clase concreta ("clases de zumba", "corte de caballero", "pupusas") — y devuelve cada negocio con los ítems que matchearon y su precio (o "cotizar").
  • reservar_clase — ES: Apunta al cliente a una clase REAL (gimnasio/academia) como invitado (nombre + teléfono) en una fecha.
  • solicitar_estimado — ES: Envía una solicitud de estimado REAL a un negocio de servicios (contractor: pisos, plomería, pintura, limpieza…) — el negocio recibe notificación y puede llamar al cliente al teléfono dado.