# Servicialo MCP Server (npm · @servicialo/mcp-server)

Open protocol for booking and scheduling professional services via AI agents

- Trust score: 63/100 (medium)
- Change this week: +23
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@servicialo/mcp-server`: 63/100 (this document), [markdown](https://verifymcp.io/servers/com-servicialo-mcp-server/servicialo-mcp-server.md), [page](https://verifymcp.io/servers/com-servicialo-mcp-server/servicialo-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@servicialo/mcp-server`
- Version: `0.9.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, 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-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL redirects; it must resolve directly.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (Apache-2.0).
  - Actively maintained (last published 1 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 803 tokens (~89/item across 9 items; 9 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% 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 com-servicialo-mcp-server -- npx -y @servicialo/mcp-server
```

### Codex

```bash
codex mcp add com-servicialo-mcp-server -- npx -y @servicialo/mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-servicialo-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@servicialo/mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-servicialo-mcp-server --command npx --arg -y --arg @servicialo/mcp-server
```

### Hermes

```yaml
mcp_servers:
  com-servicialo-mcp-server:
    command: "npx"
    args: ["-y", "@servicialo/mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "com-servicialo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@servicialo/mcp-server"
      ]
    }
  }
}
```

## 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-03 (score 63, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 59, +59)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] Security disclosure: unverified → fail
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional improvement] Tool coverage: unverified → 100
- [functional] Licence: Apache-2.0

### 2026-08-01 (score 0, −16)

- [functional regression] Security disclosure: fail → unverified
- [functional regression] Tool coverage: 100 → unverified

### 2026-07-31 (score 16, −2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 18, −22)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 40)

First indexed and scored.

## MCP tools (9)

### `registry.search` (~97 tokens)

Busca organizaciones Servicialo-compatible por vertical, ubicación u otros criterios

Input parameters:

- `country` (string): País ISO 3166-1 alpha-2 (ej: cl, mx, ar). Default: cl
- `limit` (number): Cantidad máxima de resultados
- `location` (string): Ciudad o comuna para filtrar
- `vertical` (string, required): Vertical del servicio (ej: kinesiologia, psicologia, dental)

### `registry.manifest` (~31 tokens)

Obtiene el manifiesto del servidor Servicialo: versión del protocolo, nombre, descripción y endpoints disponibles

### `registry.get_organization` (~77 tokens)

Obtiene el detalle público de una organización: servicios, profesionales y configuración de booking

Input parameters:

- `country` (string): País ISO 3166-1 alpha-2 (ej: cl, mx, ar). Default: cl
- `org_slug` (string, required): Slug de la organización (ej: clinica-dental-sur)

### `scheduling.check_availability` (~177 tokens)

Consulta horarios disponibles de una organización sin autenticación. Verifica disponibilidad de profesional y, si el servicio tiene resource_id en su location, también verifica disponibilidad del recurso físico (sala, box, sillón). Scheduler de 3 variables: profesional ∧ cliente ∧ recurso.

Input parameters:

- `date_from` (string, required): Fecha inicio (ISO date, ej: 2025-03-01)
- `date_to` (string, required): Fecha fin (ISO date, ej: 2025-03-07)
- `org_slug` (string, required): Slug de la organización
- `provider_id` (string): ID del proveedor (opcional)
- `resource_id` (string): ID del recurso físico (opcional, filtra slots donde el recurso esté disponible)
- `service_id` (string): ID del servicio (opcional)

### `services.list` (~31 tokens)

Lista el catálogo público de servicios de una organización

Input parameters:

- `org_slug` (string, required): Slug de la organización

### `resolve.lookup` (~99 tokens)

Resuelve un orgSlug a su endpoint MCP/REST, nivel de confianza e identidad. Es el equivalente a un DNS lookup: dado un nombre único global, devuelve dónde están los servicios de esa organización.

Input parameters:

- `country` (string): País ISO 3166-1 alpha-2 (ej: cl, mx, ar). Default: cl
- `org_slug` (string, required): Slug de la organización (ej: clinica-dental-sur)

### `resolve.search` (~125 tokens)

Busca organizaciones registradas en el resolver Servicialo por país y vertical. Devuelve una lista con slug, nombre, endpoints y nivel de confianza. Útil para descubrimiento: "¿qué clínicas dentales hay en Chile?"

Input parameters:

- `country` (string): País ISO 3166-1 alpha-2 (ej: cl, mx, ar). Default: cl
- `limit` (number): Cantidad máxima de resultados (1-100). Default: 20
- `vertical` (string): Vertical del servicio (ej: salud, hogar, legal, educacion)

### `trust.get_score` (~108 tokens)

Obtiene el puntaje de confianza de una organización en el resolver Servicialo. Devuelve score (0-100), nivel (unverified/declared/vouched/verified), y última actividad. El trust es pasivo: se acumula con historial de servicios verificados.

Input parameters:

- `country` (string): País ISO 3166-1 alpha-2. Default: cl
- `org_slug` (string, required): Slug de la organización (ej: clinica-dental-sur)

### `a2a.get_agent_card` (~58 tokens)

Get the A2A Agent Card for a Servicialo-compatible organization. Use this to discover booking capabilities before attempting to book.

Input parameters:

- `org_slug` (string, required): Organization slug (e.g. "clinica-dental-sur")

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/com-servicialo-mcp-server/servicialo-mcp-server#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 59
- 2026-08-01: 0
- 2026-07-31: 16
- 2026-07-30: 18
- 2026-07-28: 40
- 2026-07-27: 40

## Links

- npm package: https://www.npmjs.com/package/@servicialo/mcp-server
- Socket report: https://socket.dev/npm/package/@servicialo/mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/com-servicialo-mcp-server/servicialo-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-servicialo-mcp-server/servicialo-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-servicialo-mcp-server/servicialo-mcp-server
