# MCP humanista.digital (remote · humanista-digital-mcp.vercel.app)

MCP de solo lectura del directorio, Radar y Observatorio de humanista.digital.

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

## Components

- remote · `humanista-digital-mcp.vercel.app`: 62/100 (this document), [markdown](https://verifymcp.io/servers/pedro-ortega-ventureira-humanista-digital-mcp/api-mcp.md), [page](https://verifymcp.io/servers/pedro-ortega-ventureira-humanista-digital-mcp/api-mcp)

## Channel facts

- Endpoint: `https://humanista-digital-mcp.vercel.app/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-08-20.

- **Endpoint Security**: 63/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 21 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.
  - The HSTS (Strict-Transport-Security) header is present.
  - 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**: 64/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1354 tokens (~64/item across 21 items; 21 tools + 0 resources), lean.
  - 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**: 73/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 19% 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 pedro-ortega-ventureira-humanista-digital-mcp https://humanista-digital-mcp.vercel.app/api/mcp
```

### Codex

```toml
[mcp_servers.pedro-ortega-ventureira-humanista-digital-mcp]
url = "https://humanista-digital-mcp.vercel.app/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "pedro-ortega-ventureira-humanista-digital-mcp": {
      "type": "remote",
      "url": "https://humanista-digital-mcp.vercel.app/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add pedro-ortega-ventureira-humanista-digital-mcp --url https://humanista-digital-mcp.vercel.app/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  pedro-ortega-ventureira-humanista-digital-mcp:
    url: "https://humanista-digital-mcp.vercel.app/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "pedro-ortega-ventureira-humanista-digital-mcp": {
      "type": "http",
      "url": "https://humanista-digital-mcp.vercel.app/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-08-19 (score 62, +1)

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

### 2026-08-17 (score 61, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-16 (score 60)

First indexed and scored.

## MCP tools (21)

### `buscar_profesionales` (~150 tokens)

Busca profesionales publicados en el directorio de humanista.digital (personas de humanidades digitales). Filtra por texto libre, país, localidad, idioma, campo o técnica ERIHS.

Input parameters:

- `campo` (string): Campo de aplicación ERIHS
- `idioma` (string): Idioma de trabajo, p.ej. es, en
- `limit` (integer)
- `localidad` (string)
- `offset` (integer)
- `pais` (string): Código de país ISO-2, p.ej. ES
- `query` (string): Texto libre a buscar en nombre, titular o biografía corta
- `tecnica` (string): Técnica ERIHS

### `obtener_profesional` (~46 tokens)

Obtiene la ficha completa de un profesional publicado por su slug, incluyendo enlaces, campos, técnicas, entidades y proyectos con los que colabora.

Input parameters:

- `slug` (string, required)

### `buscar_entidades` (~102 tokens)

Busca entidades (instituciones, empresas, colectivos) publicadas en el directorio de humanista.digital.

Input parameters:

- `campo` (string)
- `ciudad` (string)
- `limit` (integer)
- `offset` (integer)
- `pais` (string)
- `query` (string)
- `tecnica` (string)
- `tipo` (string): Tipo de entidad, texto libre (p.ej. universidad, museo, empresa)

### `obtener_entidad` (~37 tokens)

Obtiene la ficha completa de una entidad publicada por su slug, con campos, técnicas y proyectos asociados.

Input parameters:

- `slug` (string, required)

### `buscar_proyectos` (~89 tokens)

Busca proyectos publicados en el directorio de humanista.digital.

Input parameters:

- `campo` (string)
- `categoria` (string)
- `ciudad` (string)
- `limit` (integer)
- `offset` (integer)
- `pais` (string)
- `query` (string)
- `tecnica` (string)
- `tipo` (string): project_type, texto libre

### `obtener_proyecto` (~41 tokens)

Obtiene la ficha completa de un proyecto publicado por su slug, con imágenes, campos, técnicas, entidades y profesionales asociados.

Input parameters:

- `slug` (string, required)

### `buscar_eventos` (~136 tokens)

Busca eventos públicos y publicados (webinars, congresos, talleres, hackatones...) del ecosistema de humanidades digitales.

Input parameters:

- `ciudad` (string)
- `desde` (string): Fecha ISO mínima de inicio (starts_at)
- `hasta` (string): Fecha ISO máxima de inicio (starts_at)
- `limit` (integer)
- `modalidad` (string)
- `offset` (integer)
- `pais` (string)
- `query` (string)
- `solo_proximos` (boolean): Si es true, solo eventos que aún no han empezado
- `tipo` (string)

### `obtener_evento` (~31 tokens)

Obtiene el detalle completo de un evento público y publicado por su slug.

Input parameters:

- `slug` (string, required)

### `buscar_entrevistas` (~73 tokens)

Busca entrevistas publicadas en el Radar editorial de humanista.digital.

Input parameters:

- `categoria` (string)
- `idioma` (string): Idioma original: es o en
- `limit` (integer)
- `offset` (integer)
- `query` (string)
- `tecnica` (string)

### `obtener_entrevista` (~34 tokens)

Obtiene el contenido completo de una entrevista publicada por su slug (o slug_en).

Input parameters:

- `slug` (string, required)

### `buscar_articulos_radar` (~77 tokens)

Busca artículos publicados en el Radar de humanista.digital, combinando el sistema de artículos en español ('articulos') y el sistema en inglés ('articles'). Cada resultado indica su 'fuente'.

Input parameters:

- `idioma` (string): es o en
- `limit_por_fuente` (integer)
- `query` (string)

### `buscar_resenas` (~66 tokens)

Busca reseñas de libros publicadas en humanista.digital.

Input parameters:

- `campo` (string)
- `limit` (integer)
- `offset` (integer)
- `query` (string)
- `tecnica` (string)
- `valoracion_minima` (integer)

### `obtener_resena` (~36 tokens)

Obtiene el contenido completo de una reseña de libro publicada por su slug (o slug_en).

Input parameters:

- `slug` (string, required)

### `buscar_selecciones` (~58 tokens)

Busca 'selecciones' publicadas: ediciones cortas tipo newsletter con enlaces comentados ('Radar #N: señales del mes').

Input parameters:

- `limit` (integer)
- `offset` (integer)
- `query` (string)

### `buscar_noticias_observatorio` (~118 tokens)

Busca noticias/entradas agregadas en el Observatorio de humanista.digital (proyectos, publicaciones, herramientas, convocatorias, eventos del sector).

Input parameters:

- `campo` (string)
- `desde` (string): Fecha ISO mínima de publicación
- `hasta` (string): Fecha ISO máxima de publicación
- `limit` (integer)
- `offset` (integer)
- `pais` (string)
- `query` (string)
- `tecnica` (string)
- `tipo_actividad` (string)

### `listar_topics` (~44 tokens)

Lista los temas/topics editoriales de humanista.digital (espacios temáticos como GIS, IA aplicada, edición digital, etc.).

Input parameters:

- `solo_destacados` (boolean)

### `listar_badges` (~28 tokens)

Lista el catálogo de badges (insignias) activos de la comunidad de humanista.digital.

### `listar_informes_mensuales` (~43 tokens)

Lista los informes mensuales publicados de humanista.digital (resúmenes de actividad).

Input parameters:

- `limit` (integer)
- `offset` (integer)

### `obtener_informe_mensual` (~33 tokens)

Obtiene el contenido completo de un informe mensual publicado por su slug.

Input parameters:

- `slug` (string, required)

### `buscar_todo` (~52 tokens)

Metabuscador: busca un texto simultáneamente en profesionales, entidades, proyectos, eventos, entrevistas y noticias del Observatorio.

Input parameters:

- `limite_por_tipo` (integer)
- `query` (string, required)

### `listar_taxonomias` (~60 tokens)

Devuelve los valores válidos de las taxonomías de humanista.digital (campos y técnicas ERIHS, categorías de entrevista, tipos y modalidades de evento, tipos de actividad del Observatorio) para usarlos como filtros en otras herramientas.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/pedro-ortega-ventureira-humanista-digital-mcp/api-mcp#diagnostics

## Score history

- 2026-08-20: 62
- 2026-08-19: 62
- 2026-08-18: 61
- 2026-08-17: 61
- 2026-08-16: 60

## Links

- Remote endpoint: https://humanista-digital-mcp.vercel.app/api/mcp
- Website: https://humanista.digital/
- Changelog RSS feed: https://verifymcp.io/servers/pedro-ortega-ventureira-humanista-digital-mcp/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/pedro-ortega-ventureira-humanista-digital-mcp/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/pedro-ortega-ventureira-humanista-digital-mcp/api-mcp
