Servicialo MCP Server
NPM · @SERVICIALO/MCP-SERVER · SCANNED AUG 3
Open protocol for booking and scheduling professional services via AI agents
Available components
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. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL redirects; it must resolve directly. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 1 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability71
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 803 tokens (~89/item across 9 items; 9 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @servicialo/mcp-server
claude mcp add com-servicialo-mcp-server -- npx -y @servicialo/mcp-server
codex mcp add com-servicialo-mcp-server -- npx -y @servicialo/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-servicialo-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"@servicialo/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add com-servicialo-mcp-server --command npx --arg -y --arg @servicialo/mcp-server
mcp_servers:
com-servicialo-mcp-server:
command: "npx"
args: ["-y", "@servicialo/mcp-server"] {
"mcpServers": {
"com-servicialo-mcp-server": {
"command": "npx",
"args": [
"-y",
"@servicialo/mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +4
- Stability: unverified → 0.27 ▲ functional
- 2 Aug 26 +59
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Security disclosure: unverified → fail ▼ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- Licence: Apache-2.0 functional
- 1 Aug 26 −16
- Security disclosure: fail → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- 31 Jul 26 −2
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −22
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 40
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@servicialo/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
a2a.get_agent_card ~58
Get the A2A Agent Card for a Servicialo-compatible organization. Use this to discover booking capabilities before attempting to book.
| Name | Type | Req | Description |
|---|---|---|---|
| org_slug | string | yes | Organization slug (e.g. "clinica-dental-sur") |
No output schema declared.
No examples provided.
registry.get_organization ~77
Obtiene el detalle público de una organización: servicios, profesionales y configuración de booking
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | — | País ISO 3166-1 alpha-2 (ej: cl, mx, ar). Default: cl |
| org_slug | string | yes | Slug de la organización (ej: clinica-dental-sur) |
No output schema declared.
No examples provided.
registry.manifest ~31
Obtiene el manifiesto del servidor Servicialo: versión del protocolo, nombre, descripción y endpoints disponibles
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
registry.search ~97
Busca organizaciones Servicialo-compatible por vertical, ubicación u otros criterios
| Name | Type | Req | Description |
|---|---|---|---|
| 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 | yes | Vertical del servicio (ej: kinesiologia, psicologia, dental) |
No output schema declared.
No examples provided.
resolve.lookup ~99
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.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | — | País ISO 3166-1 alpha-2 (ej: cl, mx, ar). Default: cl |
| org_slug | string | yes | Slug de la organización (ej: clinica-dental-sur) |
No output schema declared.
No examples provided.
resolve.search ~125
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?"
| Name | Type | Req | Description |
|---|---|---|---|
| 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) |
No output schema declared.
No examples provided.
scheduling.check_availability ~177
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.
| Name | Type | Req | Description |
|---|---|---|---|
| date_from | string | yes | Fecha inicio (ISO date, ej: 2025-03-01) |
| date_to | string | yes | Fecha fin (ISO date, ej: 2025-03-07) |
| org_slug | string | yes | 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) |
No output schema declared.
No examples provided.
services.list ~31
Lista el catálogo público de servicios de una organización
| Name | Type | Req | Description |
|---|---|---|---|
| org_slug | string | yes | Slug de la organización |
No output schema declared.
No examples provided.
trust.get_score ~108
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.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | — | País ISO 3166-1 alpha-2. Default: cl |
| org_slug | string | yes | Slug de la organización (ej: clinica-dental-sur) |
No output schema declared.
No examples provided.