DS
Directorio Systema
/reservar_habitacion
Reservar habitación / Book a hotel room
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. Devuelve noches y total; se pa
liveverifiedunknown~5s typical
mcpprobeddirectoriosystema
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-scalesystema-directorio /reservar_habitacion for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | Slug del negocio (de buscar_negocios) / Business slug (from buscar_negocios) |
| habitacion* | string | Nombre/tipo de la habitación (como sale en ver_negocio) / Room name (as shown by ver_negoc |
| checkIn* | string | Fecha de entrada YYYY-MM-DD / Check-in date |
| checkOut* | string | Fecha de salida YYYY-MM-DD / Check-out date |
| huespedes* | integer | Cantidad de huéspedes / Guest count |
| nombre* | string | Nombre del huésped / Guest name |
| telefono* | string | Teléfono del huésped / Guest phone |
| notas | string | Pedidos especiales / Special requests |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-app-scalesystema-directorio","endpoint":"/reservar_habitacion","input":{"slug":"...","habitacion":"...","checkIn":"...","checkOut":"...","huespedes":1,"nombre":"...","telefono":"..."}}'cli
npx cracked-ai run -p mcp-app-scalesystema-directorio -e /reservar_habitacion -i '{"slug":"...","habitacion":"...","checkIn":"...","checkOut":"...","huespedes":1,"nombre":"...","telefono":"..."}'mcp
run_tool({ provider: "mcp-app-scalesystema-directorio", endpoint: "/reservar_habitacion", input: {"slug":"...","habitacion":"...","checkIn":"...","checkOut":"...","huespedes":1,"nombre":"...","telefono":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.