# El Pujante — Subastas públicas de España (remote · elpujante.es)

Spanish public property auctions (judicial, AEAT, Social Security): daily data and risk flags.

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

## Components

- remote · `elpujante.es`: 59/100 (this document), [markdown](https://verifymcp.io/servers/es-elpujante-subastas/elpujante.md), [page](https://verifymcp.io/servers/es-elpujante-subastas/elpujante)

## Channel facts

- Endpoint: `https://elpujante.es/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-08-08.

- **Endpoint Security**: 57/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 7 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.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - 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**: 65/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 1011 tokens (~144/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 7/100
  - Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http es-elpujante-subastas https://elpujante.es/mcp
```

### Codex

```toml
[mcp_servers.es-elpujante-subastas]
url = "https://elpujante.es/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "es-elpujante-subastas": {
      "type": "remote",
      "url": "https://elpujante.es/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add es-elpujante-subastas --url https://elpujante.es/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  es-elpujante-subastas:
    url: "https://elpujante.es/mcp"
```

### Other

```json
{
  "mcpServers": {
    "es-elpujante-subastas": {
      "type": "http",
      "url": "https://elpujante.es/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-08 (score 59, +1)

- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-08-07 (score 58, 0)

- [functional improvement] Stability: unverified → 0.03
- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-08-06 (score 58)

First indexed and scored.

## MCP tools (7)

### `buscar_inmuebles` (~320 tokens)

Busca inmuebles en subasta pública activa en España (BOE, AEAT y
    Seguridad Social). Todos los filtros son opcionales.

    - `uso`: Residencial, Comercial, Industrial, Agrario...
    - `bien_subtipo`: Vivienda, Garaje, Finca rústica, Solar...
    - `tipo_subasta`: origen exacto ('JUDICIAL EN VÍA DE APREMIO',
      'AGENCIA TRIBUTARIA', 'SEGURIDAD SOCIAL'...).
    - `descuento_min`: descuento mínimo sobre tasación, en % (ej. 50).
    - `dias_max`: que cierre en como mucho N días.
    - `cargas_ratio_max`: cargas/valor máximo en % (filtro de riesgo; solo
      poda las subastas con cargas numéricas).
    - `orden`: fecha_conclusion_asc | fecha_conclusion_desc | precio_asc |
      precio_desc | descuento_desc | m2_desc.
    - `limit`: máximo de resultados (1-200).

Input parameters:

- `bien_subtipo`
- `cargas_ratio_max`
- `codigo_postal`
- `descuento_min`
- `dias_max`
- `limit` (integer)
- `m2_max`
- `m2_min`
- `municipio`
- `orden` (string)
- `precio_max`
- `precio_min`
- `provincia`
- `tipo_subasta`
- `uso`

### `detalle_inmueble` (~52 tokens)

Ficha completa de un inmueble en subasta por su `bien_id`: valores,
    fechas, cargas, datos catastrales, coordenadas y URL oficial.

Input parameters:

- `bien_id` (integer, required)

### `resumen_riesgo` (~66 tokens)

Indicadores de riesgo y oportunidad de una subasta: alertas (cargas
    elevadas, deuda subsistente TGSS, vivienda habitual...) y señales
    positivas. Consultar SIEMPRE antes de recomendar una subasta.

Input parameters:

- `bien_id` (integer, required)

### `costes_totales` (~84 tokens)

Estimación del coste real de adjudicarse un inmueble: precio + ITP
    (según la comunidad autónoma) + notaría + registro + cargas subrogables
    conocidas. `precio` es el remate hipotético; por defecto usa el valor de
    subasta.

Input parameters:

- `bien_id` (integer, required)
- `precio`

### `comparar_inmuebles` (~37 tokens)

Fichas completas de 2 a 5 inmuebles para compararlos lado a lado.

Input parameters:

- `bien_ids` (array, required)

### `inmuebles_similares` (~53 tokens)

Subastas activas parecidas a la dada: mismo código postal, o mismo uso
    en la misma provincia con precio ±20%.

Input parameters:

- `bien_id` (integer, required)
- `limit` (integer)

### `stats_inventario` (~40 tokens)

Cifras globales del inventario: subastas activas por fuente, provincia
    y tipo, precios medios y cobertura del enriquecimiento.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/es-elpujante-subastas/elpujante#diagnostics

## Score history

- 2026-08-08: 59
- 2026-08-07: 58
- 2026-08-06: 58

## Links

- Remote endpoint: https://elpujante.es/mcp
- Website: https://elpujante.es/es/mcp
- Changelog RSS feed: https://verifymcp.io/servers/es-elpujante-subastas/elpujante.xml
- Changelog JSON feed: https://verifymcp.io/servers/es-elpujante-subastas/elpujante.json
- HTML version of this page: https://verifymcp.io/servers/es-elpujante-subastas/elpujante
