# io.github.fegalvezg/skaut-mcp (npm · skaut-mcp)

Tech product recommendations for Chile with real prices in CLP.

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

## Components

- npm · `skaut-mcp`: 64/100 (this document), [markdown](https://verifymcp.io/servers/fegalvezg-skaut-mcp/skaut-mcp.md), [page](https://verifymcp.io/servers/fegalvezg-skaut-mcp/skaut-mcp)

## Channel facts

- Registry: `npm`
- Package: `skaut-mcp`
- Version: `1.0.2`
- 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-04.

- **Supply Chain Security**: 83/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known medium-severity CVE affects hono 4.12.33, reached via @modelcontextprotocol/sdk > hono. A fixed version is available.
  - 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 returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 132 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 341 tokens (~85/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 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 fegalvezg-skaut-mcp -- npx -y skaut-mcp
```

### Codex

```bash
codex mcp add fegalvezg-skaut-mcp -- npx -y skaut-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add fegalvezg-skaut-mcp --command npx --arg -y --arg skaut-mcp
```

### Hermes

```yaml
mcp_servers:
  fegalvezg-skaut-mcp:
    command: "npx"
    args: ["-y", "skaut-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "fegalvezg-skaut-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "skaut-mcp"
      ]
    }
  }
}
```

## 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-04 (score 64, 0)

- [security regression] CVE-2026-69207 affects this package: medium
- [security regression] Known CVEs: partial → fail

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

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

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

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

### 2026-07-31 (score 31, +12)

- [security regression] Provenance: unverified → fail
- [security regression] Malware scan: pass → unverified
- [security improvement] Install scripts: unverified → pass
- [functional regression] Dependency health: partial → unverified
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] License: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional] Licence: MIT

### 2026-07-29 (score 19, −21)

- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Dependency health: unverified → partial

### 2026-07-28 (score 40, +22)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: unverified
- [functional] First check of Schema quality: pass
- [functional] First check of Schema quality: fail
- [functional] First check of Tool coverage: 100

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

First indexed and scored.

## MCP tools (4)

### `buscar_recomendacion` (~147 tokens)

Busca la recomendación de Skaut para una categoría de producto tecnológico en Chile. Retorna 3 opciones: El Recomendado (mejor relación precio-rendimiento), El Mejor (mejor producto sin importar precio), y El Barato (mejor opción económica). Incluye precios actualizados en pesos chilenos y links de compra.

Input parameters:

- `categoria` (string, required): Categoría o tipo de producto (ej: 'audífonos bluetooth', 'notebook para universidad', 'monitor para trabajar', 'celular gama media')
- `presupuesto_max` (number): Presupuesto máximo en pesos chilenos. Si se proporciona, filtra opciones que excedan este precio.

### `consultar_precio` (~83 tokens)

Consulta el precio actual de un producto tecnológico en el mercado chileno según la base de datos de Skaut. Retorna precio en pesos chilenos, tienda donde comprar, y link de compra.

Input parameters:

- `producto` (string, required): Nombre del producto (ej: 'Sony WH-1000XM5', 'MacBook Air M5', 'Samsung Galaxy S26')

### `comparar_productos` (~72 tokens)

Compara dos o más productos tecnológicos disponibles en Chile según los criterios de Skaut. Muestra precios, ventajas, desventajas y una recomendación editorial.

Input parameters:

- `productos` (array, required): Lista de nombres de productos a comparar (ej: ['Sony WH-1000XM5', 'Apple AirPods Max'])

### `listar_categorias` (~39 tokens)

Lista todas las categorías de productos tecnológicos que Skaut cubre actualmente en el mercado chileno, con sus subcategorías y cantidad de productos.

## Diagnostics

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

## Score history

- 2026-08-04: 64
- 2026-08-03: 64
- 2026-08-02: 64
- 2026-08-01: 0
- 2026-07-31: 31
- 2026-07-29: 19
- 2026-07-28: 40
- 2026-07-27: 18

## Links

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