# Nueve de Diciembre — River Plate (remote · nuevedediciembre.com)

Noticias, historia, palmarés y estadísticas de River Plate. Sitio de hinchas, no oficial.

- Trust score: 76/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-25

## Components

- remote · `nuevedediciembre.com`: 76/100 (this document), [markdown](https://verifymcp.io/servers/com-nuevedediciembre-river-plate/api-mcp.md), [page](https://verifymcp.io/servers/com-nuevedediciembre-river-plate/api-mcp)

## Channel facts

- Endpoint: `https://nuevedediciembre.com/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.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-09-25.

- **Endpoint Security**: 83/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 75/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1402 tokens (~127/item across 11 items; 11 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 13/100
  - Stability observed for 4 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 90/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 70% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 11 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 12 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the Nueve de Diciembre — River Plate MCP server?

Nueve de Diciembre — River Plate is a hosted endpoint at https://nuevedediciembre.com/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http com-nuevedediciembre-river-plate 'https://nuevedediciembre.com/api/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-nuevedediciembre-river-plate": {
      "url": "https://nuevedediciembre.com/api/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-nuevedediciembre-river-plate": {
      "type": "http",
      "url": "https://nuevedediciembre.com/api/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-nuevedediciembre-river-plate]
url = "https://nuevedediciembre.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-nuevedediciembre-river-plate": {
      "type": "remote",
      "url": "https://nuevedediciembre.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-nuevedediciembre-river-plate --url 'https://nuevedediciembre.com/api/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-nuevedediciembre-river-plate:
    url: "https://nuevedediciembre.com/api/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-nuevedediciembre-river-plate": {
      "Transport": "http",
      "Url": "https://nuevedediciembre.com/api/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-nuevedediciembre-river-plate -t streamable-http -u 'https://nuevedediciembre.com/api/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-nuevedediciembre-river-plate": {
      "type": "http",
      "url": "https://nuevedediciembre.com/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-09-25 (score 76, +1)

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

### 2026-09-23 (score 75, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-22 (score 74, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-21 (score 74)

First indexed and scored.

## MCP tools (11)

### `search_site` (~110 tokens)

Buscar en el sitio

Búsqueda de texto completo sobre notas publicadas, jugadores y partidos de River Plate. Tolera la falta de tildes y la ñ ('nunez' encuentra 'Núñez'). Devolvé la URL de cada resultado al citarlo. Mínimo 3 caracteres.

Input parameters:

- `limit` (integer)
- `locale` (string): Idioma de la respuesta. 'es' (por defecto) o 'en'.
- `query` (string, required): Términos de búsqueda.

### `get_article` (~101 tokens)

Leer una nota

Devuelve el texto completo de una nota publicada a partir de su slug (el último segmento de la URL, p. ej. 'river-boca-libertadores-2018'). Incluye etiquetas, jugadores mencionados y los datos destacados de la nota. Usá search_site si no conocés el slug.

Input parameters:

- `locale` (string): Idioma de la respuesta. 'es' (por defecto) o 'en'.
- `slug` (string, required)

### `list_articles` (~148 tokens)

Listar notas

Lista notas publicadas de la más nueva a la más vieja, con resumen y URL pero sin el cuerpo completo. Se puede filtrar por tipo, deporte o etiqueta. Para leer una nota entera, usá get_article con el slug que devuelve esta herramienta.

Input parameters:

- `limit` (integer)
- `locale` (string): Idioma de la respuesta. 'es' (por defecto) o 'en'.
- `page` (integer)
- `sport` (string): Por defecto se listan todos los deportes.
- `tag` (string): Slug de la etiqueta.
- `type` (string): Tipo de nota: NEWS, MATCH_REPORT, HISTORY, OPINION, etc.

### `get_honours` (~91 tokens)

Palmarés

El palmarés completo de River Plate: cada título, con año, rival en la final, resultado, sede y entrenador cuando están registrados. Los totales se cuentan sobre los registros, no están escritos a mano. Cada título incluye la fuente donde fue verificado.

Input parameters:

- `competition` (string): Filtra por competencia, p. ej. 'Copa Libertadores'.
- `sport` (string)

### `get_player` (~146 tokens)

Ficha de un jugador

Ficha de un jugador, entrenador o figura histórica de River: biografía, posición, años en el club y totales de partidos, goles y asistencias. El campo `statsSource` dice de dónde salen los totales — 'season' (estadísticas cargadas por temporada), 'matches' (sumados sobre los partidos registrados en el sitio, por lo tanto parciales) o 'none'. Nunca presentes un total 'matches' como cifra de carrera completa.

Input parameters:

- `locale` (string): Idioma de la respuesta. 'es' (por defecto) o 'en'.
- `slug` (string, required): Slug del jugador, p. ej. 'enzo-perez'.

### `get_matches` (~107 tokens)

Partidos

Fixture y resultados recientes de River desde la base del sitio. `upcoming` son los próximos partidos (incluye el que se está jugando), `recent` los últimos finalizados. Los datos de fixture provienen de un proveedor externo y pueden ir por detrás del resultado en vivo; el campo `syncedAt` indica la última actualización.

Input parameters:

- `limit` (integer)
- `locale` (string): Idioma de la respuesta. 'es' (por defecto) o 'en'.

### `get_match_report` (~123 tokens)

Detalle de un partido

Un partido con su formación: minutos, goles, asistencias, tarjetas y el puntaje editorial de 0 a 10 que le puso el sitio a cada jugador. Ese puntaje es una opinión de nuevedediciembre.com, no una estadística oficial — atribuilo al sitio. Incluye la nota publicada del partido cuando existe.

Input parameters:

- `id` (string, required): Id del partido, tal como lo devuelven get_matches o search_site.
- `locale` (string): Idioma de la respuesta. 'es' (por defecto) o 'en'.

### `head_to_head` (~164 tokens)

Historial contra un rival

Historial de River contra un rival: partidos jugados, ganados, empatados, perdidos y goles. Se calcula sobre los registros, nunca está escrito a mano, y los partidos sin resultado cargado se cuentan aparte en vez de contarse como empate. Combina los partidos recientes con el archivo histórico. Para el superclásico usá rivalry: 'superclasico'.

Input parameters:

- `limit` (integer): Cuántos partidos del archivo devolver junto al resumen.
- `opponent` (string): Nombre del rival tal como figura en el sitio, p. ej. 'Boca Juniors'.
- `rivalry` (string): Clásico registrado, p. ej. 'superclasico'. Alternativa a `opponent`.
- `sport` (string)

### `get_standings` (~92 tokens)

Tabla de posiciones

Tabla de posiciones desde la caché del sitio. `zone` devuelve la tabla del torneo en curso acotada a la zona de River (los torneos argentinos se juegan en zonas y las posiciones arrancan de 1 en cada una); `season` devuelve la tabla anual acumulada de todos los equipos. Citá siempre la fuente que viene en la respuesta.

Input parameters:

- `table` (string)

### `get_transfers` (~103 tokens)

Altas y bajas

Movimientos del plantel en una temporada: quién llegó y quién se fue, incluidos los cambios de entrenador. Se deriva de los años de alta y baja de cada ficha, así que refleja lo cargado en el sitio y no un mercado de pases completo.

Input parameters:

- `locale` (string): Idioma de la respuesta. 'es' (por defecto) o 'en'.
- `season` (integer, required): Año de la temporada, p. ej. 2026.

### `get_fact_of_the_day` (~69 tokens)

Dato del día

El dato destacado del día: una estadística, un récord o una anécdota tomada de una nota publicada, con el enlace a la nota de la que sale.

Input parameters:

- `locale` (string): Idioma de la respuesta. 'es' (por defecto) o 'en'.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-nuevedediciembre-river-plate/api-mcp#diagnostics

## Score history

- 2026-09-25: 76
- 2026-09-24: 75
- 2026-09-23: 75
- 2026-09-22: 74
- 2026-09-21: 74

## Common questions

### What is the Nueve de Diciembre — River Plate MCP server?

Nueve de Diciembre — River Plate is an MCP server listed in the public MCP registry as com.nuevedediciembre/river-plate. Noticias, historia, palmarés y estadísticas de River Plate. Sitio de hinchas, no oficial. This page covers its hosted endpoint (https://nuevedediciembre.com/api/mcp).

### Is the Nueve de Diciembre — River Plate MCP server safe to use?

Nueve de Diciembre — River Plate scores 76 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Nueve de Diciembre — River Plate MCP server expose?

Nueve de Diciembre — River Plate exposes 11 tools: search_site, get_article, list_articles, get_honours, get_player, and 6 more. Their descriptions and schemas cost roughly 1,254 tokens of context every time the server is loaded.

### Does the Nueve de Diciembre — River Plate MCP server require authentication?

No. We connected to Nueve de Diciembre — River Plate without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Nueve de Diciembre — River Plate MCP server still maintained?

Nueve de Diciembre — River Plate is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://nuevedediciembre.com/api/mcp
- Website: https://nuevedediciembre.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-nuevedediciembre-river-plate/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-nuevedediciembre-river-plate/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-nuevedediciembre-river-plate/api-mcp
