# Directorio Systema (remote · scalesystema.app)

Directorio hispano Miami-Centroamérica: busca negocios, reserva citas reales y ordena comida.

- Trust score: 64/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

- remote · `scalesystema.app`: 64/100 (this document), [markdown](https://verifymcp.io/servers/app-scalesystema-directorio/api-mcp.md), [page](https://verifymcp.io/servers/app-scalesystema-directorio/api-mcp)

## Channel facts

- Endpoint: `https://scalesystema.app/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-20.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 13 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 66/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 2632 tokens (~202/item across 13 items; 13 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 98/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 93% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http app-scalesystema-directorio https://scalesystema.app/api/mcp
```

### Codex

```toml
[mcp_servers.app-scalesystema-directorio]
url = "https://scalesystema.app/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "app-scalesystema-directorio": {
      "type": "remote",
      "url": "https://scalesystema.app/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add app-scalesystema-directorio --url https://scalesystema.app/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  app-scalesystema-directorio:
    url: "https://scalesystema.app/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "app-scalesystema-directorio": {
      "type": "http",
      "url": "https://scalesystema.app/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-20 (score 64, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-19 (score 63)

First indexed and scored.

## MCP tools (13)

### `buscar_negocios` (~183 tokens)

Buscar negocios / Search businesses

ES: Busca negocios del directorio público (Miami–Centroamérica) por ubicación {lat,lng}, ciudad, categoría o texto libre. Sin ubicación ni ciudad devuelve el listado por país/global. / EN: Search the public business directory (Miami–Central America) by location {lat,lng}, city, category or free text. Without a location or city it returns the country/global listing.

Input parameters:

- `categoria` (string): Categoría: restaurante, tienda, belleza, salud, fitness, hotel… / Category
- `ciudad` (string): Filtrar por ciudad, p.ej. "Miami" / Filter by city
- `texto` (string): Búsqueda libre en nombre y descripción / Free-text search
- `ubicacion` (object): Ubicación del USUARIO (no la del agente) / The USER's location (not the agent's)

### `ver_negocio` (~98 tokens)

Ver ficha del negocio / View business profile

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. / EN: Full business profile by slug: hours, rating and reviews, catalog with prices and variants, active promotions, upcoming events and useful links.

Input parameters:

- `slug` (string, required): Slug del negocio (de buscar_negocios) / Business slug (from buscar_negocios)

### `consultar_disponibilidad` (~139 tokens)

Consultar disponibilidad / Check availability

ES: Horarios libres para cita en una fecha (opcionalmente para un servicio). Devuelve horas por profesional con su staffId, listo para reservar_cita. / EN: Free appointment slots for a date (optionally for one service). Returns hours per staff member with staffId, ready for reservar_cita.

Input parameters:

- `fecha` (string, required): Fecha YYYY-MM-DD
- `servicio` (string): Nombre del servicio (como sale en ver_negocio) / Service name (as shown by ver_negocio)
- `slug` (string, required): Slug del negocio (de buscar_negocios) / Business slug (from buscar_negocios)

### `reservar_cita` (~257 tokens)

Reservar cita / Book appointment

ES: Reserva una cita REAL como invitado (nombre + teléfono). La confirmación llega por WhatsApp/SMS al teléfono dado. Usá consultar_disponibilidad primero para elegir hora y staffId. / EN: Books a REAL appointment as a guest (name + phone). Confirmation arrives via WhatsApp/SMS to the given phone. Use consultar_disponibilidad first to pick a time and staffId.

Input parameters:

- `fecha` (string, required): Fecha YYYY-MM-DD
- `hora` (string, required): Hora HH:MM (24h), de consultar_disponibilidad
- `nombre` (string, required): Nombre del cliente / Customer name
- `notas` (string)
- `servicio` (string, required): Nombre del servicio / Service name
- `slug` (string, required): Slug del negocio (de buscar_negocios) / Business slug (from buscar_negocios)
- `staffId` (string): staffId de consultar_disponibilidad (opcional: sin él se asigna el primer profesional con esa hora libre) / staffId from consultar_disponibilidad (optional: otherwise the first staff member free at t…
- `telefono` (string, required): Teléfono del cliente (con código de país si es posible) / Customer phone

### `pedir_comida` (~257 tokens)

Pedir comida/productos (efectivo) / Order food (cash)

ES: Crea un pedido REAL de comida/productos que se paga EN EFECTIVO al recoger (pickup) o al recibir (delivery). Mandá los nombres de los ítems tal como salen en ver_negocio; el servidor resuelve los productos reales y nunca inventa precios. Delivery exige direccion y que el negocio lo tenga habilitado. / EN: Places a REAL food/product order paid IN CASH on pickup or on delivery. Send item names as shown by ver_negocio; the server resolves the real products and never invents prices. Delivery requires an address and the business having delivery enabled.

Input parameters:

- `direccion` (string): Dirección completa de entrega (obligatoria si entrega=delivery)
- `entrega` (string, required): pickup = recoger en el local (paga en efectivo al recoger); delivery = a domicilio (paga en efectivo al recibir)
- `items` (array, required)
- `nombre` (string, required): Nombre del cliente / Customer name
- `notas` (string): Notas de entrega (solo aplican a delivery)
- `slug` (string, required): Slug del negocio (de buscar_negocios) / Business slug (from buscar_negocios)
- `telefono` (string, required): Teléfono del cliente / Customer phone

### `buscar_por_servicio` (~218 tokens)

Buscar por servicio o producto / Search by offering

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"). Complementa buscar_negocios, que busca por nombre/categoría. / EN: Search businesses by what they OFFER — a specific service, product or class ("zumba classes", "men's haircut") — returning each business with its matched items and price (or "quote"). Complements buscar_negocios, which searches by name/category.

Input parameters:

- `ciudad` (string): Filtrar por ciudad / Filter by city
- `consulta` (string, required): Qué busca el usuario: "clases de zumba", "corte de caballero", "pupusas"… / What the user wants
- `ubicacion` (object): Ubicación del USUARIO (no la del agente) / The USER's location (not the agent's)

### `reservar_clase` (~201 tokens)

Reservar clase / Book a class

ES: Apunta al cliente a una clase REAL (gimnasio/academia) como invitado (nombre + teléfono) en una fecha. Valida que la clase se dé ese día y que haya cupo. Las clases salen en ver_negocio. / EN: Books the customer into a REAL class (gym/academy) as a guest (name + phone) on a date. Validates the class runs that day and has capacity. Classes are listed by ver_negocio.

Input parameters:

- `clase` (string, required): Nombre de la clase (como sale en ver_negocio) / Class name (as shown by ver_negocio)
- `fecha` (string, required): Fecha YYYY-MM-DD
- `nombre` (string, required): Nombre del cliente / Customer name
- `slug` (string, required): Slug del negocio (de buscar_negocios) / Business slug (from buscar_negocios)
- `telefono` (string, required): Teléfono del cliente / Customer phone

### `reservar_habitacion` (~241 tokens)

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 paga en el hotel. / EN: Books a REAL hotel room as a guest: room name (from ver_negocio), check-in/check-out dates and guest count. Returns nights and total; payment at the hotel.

Input parameters:

- `checkIn` (string, required): Fecha de entrada YYYY-MM-DD / Check-in date
- `checkOut` (string, required): Fecha de salida YYYY-MM-DD / Check-out date
- `habitacion` (string, required): Nombre/tipo de la habitación (como sale en ver_negocio) / Room name (as shown by ver_negocio)
- `huespedes` (integer, required): Cantidad de huéspedes / Guest count
- `nombre` (string, required): Nombre del huésped / Guest name
- `notas` (string): Pedidos especiales / Special requests
- `slug` (string, required): Slug del negocio (de buscar_negocios) / Business slug (from buscar_negocios)
- `telefono` (string, required): Teléfono del huésped / Guest phone

### `solicitar_estimado` (~235 tokens)

Solicitar estimado / Request an estimate

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. / EN: Sends a REAL estimate request to a services business (contractor: flooring, plumbing, painting, cleaning…) — the business is notified and may call the customer at the given phone.

Input parameters:

- `descripcion` (string, required): Qué trabajo necesita el cliente / What work the customer needs
- `direccion` (string): Dirección donde se haría el trabajo / Job address
- `fechaPreferida` (string): Fecha preferida YYYY-MM-DD / Preferred date
- `nombre` (string, required): Nombre del cliente / Customer name
- `servicio` (string): Servicio de interés (como sale en ver_negocio) / Service of interest
- `slug` (string, required): Slug del negocio (de buscar_negocios) / Business slug (from buscar_negocios)
- `telefono` (string, required): Teléfono del cliente (el negocio lo usará para llamarlo) / Customer phone (the business will call it)

### `solicitar_visita_inmobiliaria` (~291 tokens)

Solicitar visita inmobiliaria / Real-estate inquiry

ES: Envía una solicitud REAL a una inmobiliaria (interés en una propiedad, presupuesto, fecha de mudanza, mascotas) — la inmobiliaria recibe el lead y contacta al cliente para coordinar la visita. / EN: Sends a REAL inquiry to a real-estate business (property of interest, budget, move-in date, pets) — the realtor receives the lead and contacts the customer to arrange a visit.

Input parameters:

- `adultos` (integer)
- `email` (string)
- `fechaMudanza` (string): Fecha de mudanza YYYY-MM-DD / Move-in date
- `habitaciones` (string): Habitaciones deseadas, p.ej. "2" / Desired bedrooms
- `mascotas` (string): Mascotas del cliente / Customer's pets
- `mensaje` (string)
- `ninos` (integer): Niños / Kids
- `nombre` (string, required): Nombre del cliente / Customer name
- `presupuesto` (string): Presupuesto, texto libre p.ej. "$2,500" / Budget, free text
- `propiedad` (string): Propiedad que le interesa (como sale en ver_negocio) / Property of interest
- `slug` (string, required): Slug del negocio (de buscar_negocios) / Business slug (from buscar_negocios)
- `telefono` (string, required): Teléfono del cliente / Customer phone

### `dejar_resena` (~224 tokens)

Dejar reseña / Leave a review

ES: Publica una reseña PÚBLICA real (1-5 estrellas + texto) a nombre del cliente en la ficha del negocio. Solo con consentimiento explícito del cliente; máx. 1 por teléfono cada 24 h por negocio. / EN: Publishes a real PUBLIC review (1-5 stars + text) under the customer's name on the business profile. Only with the customer's explicit consent; max 1 per phone per business per 24 h.

Input parameters:

- `nombre` (string, required): Nombre del cliente que firma la reseña (se publica) / Customer name signing the review (published)
- `rating` (integer, required): Calificación 1-5 estrellas / 1-5 star rating
- `slug` (string, required): Slug del negocio (de buscar_negocios) / Business slug (from buscar_negocios)
- `telefono` (string, required): Teléfono del cliente (NO se publica; evita duplicados) / Customer phone (NOT published; dedup only)
- `texto` (string): Texto de la reseña / Review text

### `buscar_eventos` (~169 tokens)

Buscar eventos / Search events

ES: Cartelera de eventos públicos próximos (conciertos, ferias, shows) de los negocios del directorio, filtrable por texto, ciudad o días. Los boletos se compran en la página web del evento (urlBoletos). / EN: Upcoming public events (concerts, fairs, shows) from directory businesses, filterable by text, city or days ahead. Tickets are purchased on the event's web page (urlBoletos).

Input parameters:

- `ciudad` (string): Filtrar por ciudad / Filter by city
- `dias` (integer): Solo eventos dentro de N días (sin esto: todos los futuros) / Only events within N days
- `texto` (string): Filtro libre: nombre del evento, lugar o negocio / Free-text filter

### `ver_promociones` (~119 tokens)

Ver promociones / View promotions

ES: Promociones vigentes de los negocios del directorio, por ubicación {lat,lng} o ciudad. Sin ubicación ni ciudad devuelve el alcance país/global. / EN: Active promotions from directory businesses, by location {lat,lng} or city. Without a location or city it returns the country/global scope.

Input parameters:

- `ciudad` (string): Filtrar por ciudad / Filter by city
- `ubicacion` (object): Ubicación del USUARIO (no la del agente) / The USER's location (not the agent's)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/app-scalesystema-directorio/api-mcp#diagnostics

## Score history

- 2026-08-20: 64
- 2026-08-19: 63

## Links

- Remote endpoint: https://scalesystema.app/api/mcp
- Website: https://scalesystema.app/
- Changelog RSS feed: https://verifymcp.io/servers/app-scalesystema-directorio/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/app-scalesystema-directorio/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/app-scalesystema-directorio/api-mcp
