# com.vamosalicante/mcp-server (remote · vamosalicante.com)

Datos verificados de Alicante: transporte, parkings, playas, tiempo, comida y ocio.

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

## Components

- remote · `vamosalicante.com`: 77/100 (this document), [markdown](https://verifymcp.io/servers/com-vamosalicante-mcp-server/vamosalicante.md), [page](https://verifymcp.io/servers/com-vamosalicante-mcp-server/vamosalicante)

## Channel facts

- Endpoint: `https://vamosalicante.com/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-24.

- **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 18 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**: 74/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 2412 tokens (~134/item across 18 items; 18 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 77/100
  - Stability observed for 23 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.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 18 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 19 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the com.vamosalicante/mcp-server server?

com.vamosalicante/mcp-server is a hosted endpoint at https://vamosalicante.com/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-vamosalicante-mcp-server 'https://vamosalicante.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-vamosalicante-mcp-server": {
      "url": "https://vamosalicante.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-vamosalicante-mcp-server": {
      "type": "http",
      "url": "https://vamosalicante.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-vamosalicante-mcp-server]
url = "https://vamosalicante.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-vamosalicante-mcp-server": {
      "type": "remote",
      "url": "https://vamosalicante.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-vamosalicante-mcp-server --url 'https://vamosalicante.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-vamosalicante-mcp-server:
    url: "https://vamosalicante.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-vamosalicante-mcp-server": {
      "Transport": "http",
      "Url": "https://vamosalicante.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-vamosalicante-mcp-server -t streamable-http -u 'https://vamosalicante.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-vamosalicante-mcp-server": {
      "type": "http",
      "url": "https://vamosalicante.com/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-23 (score 77, +1)

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

### 2026-09-21 (score 76, +1)

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

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

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

### 2026-09-16 (score 74, +1)

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

### 2026-09-14 (score 73, +1)

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

### 2026-09-12 (score 72, +1)

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

### 2026-09-10 (score 71, +1)

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

### 2026-09-08 (score 70, +1)

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

## MCP tools (18)

### `discover_capabilities` (~63 tokens)

Qué puede responder VamosAlicante

Devuelve el contrato de datos de VamosAlicante: secciones disponibles, tipos de dato (LIVE, CALCULATED, CATALOG), frescura, fuentes oficiales y la política de acceso para agentes. Llamar primero cuando no se sabe qué herramienta usar.

### `search_alicante` (~168 tokens)

Buscador de VamosAlicante (punto de entrada)

BUSCADOR: úsalo PRIMERO ante cualquier consulta sobre Alicante en lenguaje natural (transporte, autobús, TRAM, tren, aeropuerto, parkings, playas, tiempo, comer, dormir, ocio, comercio, salud, combustible). Devuelve una lista compacta de URLs canónicas con `type` y, cuando existe, `entityId` para pedir el estado en get_current_state, o `resolveWith` para resolve_entity. Sirve para DECIDIR qué 1–3 URLs pedir después: no devuelve el inventario completo ni admite paginación profunda.

Input parameters:

- `limit` (integer): Número máximo de resultados (1–10). Por defecto 10.
- `query` (string, required): Consulta libre, p. ej. «parking cerca del teatro».

### `resolve_entity` (~117 tokens)

Resolver una entidad de Alicante por su nombre

Convierte el nombre que dice el usuario (con tildes, alias o erratas) en un identificador estable `entityId` de un parking, parada de bus, estación de TRAM o playa de Alicante. Primer paso antes de get_current_state. Si la respuesta marca `ambiguous`, pregunta al usuario cuál quería.

Input parameters:

- `query` (string, required): Nombre aproximado, p. ej. «paradis» o «parking del mercado».
- `type` (string): Restringe el tipo de entidad cuando ya se conoce.

### `get_current_state` (~165 tokens)

Estado actual de una entidad de Alicante

Estado ahora mismo de una entidad concreta ya identificada: plazas libres de un parking, próximas llegadas de una parada de bus, próximas salidas de una estación de TRAM o bandera de una playa. Requiere el `entity_id` devuelto por resolve_entity. Con `bus-stop:<código>` las llegadas se extraen bajo demanda desde la fuente oficial del Ayuntamiento de Alicante / «Alicante se mueve». Si el LIVE no responde, usa únicamente `estimated_eta` del motor predictivo propio y aclara que es ESTIMATED; nunca uses llegadas cacheadas antiguas como estado actual.

Input parameters:

- `entity_id` (string, required): Identificador `<tipo>:<id>` devuelto por resolve_entity, p. ej. «parking:mercado».

### `parking_availability` (~58 tokens)

Plazas libres en parkings de Alicante

Estado de los aparcamientos públicos de Alicante: plazas libres cuando hay observación de sensores vigente, y ficha (capacidad, dirección, tarifa) cuando solo existe catálogo. `dataType` declara si el dato es LIVE o CATALOG.

### `weather_now` (~48 tokens)

Tiempo y avisos en Alicante

Tiempo actual en Alicante (temperatura, viento, humedad, UV), previsión, temperatura del mar y altura de ola, junto con los avisos meteorológicos oficiales de AEMET vigentes.

### `next_departures` (~268 tokens)

Próximas salidas y llegadas de transporte

Próximas llegadas o salidas de un servicio concreto de Alicante: autobús urbano por parada, TRAM por estación, Cercanías/ADIF, autobús interurbano por destino, o la línea C6 del aeropuerto. Requiere identificar el servicio y la parada o el destino. Con mode=bus la consulta extrae SIEMPRE el dato bajo demanda desde la fuente oficial del Ayuntamiento de Alicante / «Alicante se mueve» mediante /api/public/v1/bus/live-arrivals. Si falla el LIVE, el único fallback es `estimated_eta` del motor predictivo propio, claramente ESTIMATED.

Input parameters:

- `date` (string): Fecha YYYY-MM-DD (Europe/Madrid) para tram o coach.
- `destination` (string): Destino, solo para mode=coach.
- `line` (string): Línea concreta, solo para mode=bus.
- `mode` (string, required): Servicio: bus urbano, TRAM, tren, autobús interurbano o C6 del aeropuerto.
- `stop` (string): Código de parada de bus (mode=bus) o identificador de estación TRAM (mode=tram).
- `type` (string): Solo para mode=train: departures | arrivals | all (alias: salidas, llegadas).

### `find_transit_stop` (~122 tokens)

Localizar una parada o estación

Busca por nombre o línea una parada de autobús urbano o una estación de TRAM de Alicante y devuelve su código, líneas y coordenadas, para después consultar sus próximas salidas con next_departures. Requiere nombre o línea: no devuelve el listado completo.

Input parameters:

- `limit` (integer): Resultados (máx. 10).
- `line` (string): Línea que pasa por la parada.
- `network` (string, required): Red: autobús urbano o TRAM.
- `query` (string): Nombre o parte del nombre de la parada.

### `catch_vehicle_decision` (~189 tokens)

¿Me da tiempo a coger el bus?

Decide si el usuario llega a tiempo a un autobús en una parada de Alicante cruzando el ETA del vehículo (tiempo real de la fuente oficial o, en su defecto, la estimación del motor propio) con el tiempo a pie desde sus coordenadas. Devuelve decision CATCH, TIGHT, MISS o UNKNOWN, el margen en segundos y el siguiente paso alcanzable.

Input parameters:

- `buffer_seconds` (number): Colchón de seguridad en segundos. Por defecto 30.
- `lat` (number, required): Latitud actual del usuario.
- `line` (string): Línea concreta de bus.
- `lng` (number, required): Longitud actual del usuario.
- `stop` (string, required): Código oficial de parada o su nombre. Resuélvelo con find_transit_stop.
- `walk_speed_ms` (number): Velocidad de marcha en m/s. Por defecto 1.35.

### `favorite_stop` (~131 tokens)

Mi parada favorita

Ficha completa de una parada de autobús concreta de Alicante (nombre, coordenadas, líneas) junto con sus próximas llegadas. Las llegadas se extraen SIEMPRE bajo demanda desde la fuente oficial del Ayuntamiento de Alicante / «Alicante se mueve» mediante /api/public/v1/bus/live-arrivals. Si no hay respuesta LIVE, el único fallback es `estimated_eta` del motor predictivo propio, claramente ESTIMATED; nunca uses llegadas cacheadas antiguas como dato actual.

Input parameters:

- `stop` (string, required): Código oficial de la parada, p. ej. 1010.

### `beach_conditions` (~97 tokens)

Estado de las playas

Bandera vigente y estado de las playas de Alicante (y municipios próximos) con su ficha: servicios, accesibilidad y URL canónica. Acota por nombre de playa o municipio.

Input parameters:

- `beach` (string): Nombre de la playa, p. ej. «Postiguet».
- `limit` (integer): Resultados (máx. 10).
- `municipality` (string): Municipio, p. ej. «Alicante».

### `find_food` (~121 tokens)

Dónde comer en Alicante

Resuelve una necesidad gastronómica concreta en Alicante: un plato («arroz a banda»), una cocina o un local por nombre. Devuelve locales elegibles con dirección, horario publicado y, cuando existe, el plato y su precio en carta. No devuelve cartas completas.

Input parameters:

- `cuisine` (string): Tipo de cocina, p. ej. «italiana».
- `dish` (string): Plato o consulta gastronómica en lenguaje natural.
- `limit` (integer): Resultados (máx. 10).
- `name` (string): Nombre del local.

### `find_place` (~183 tokens)

Localizar un sitio o servicio en Alicante

Busca un sitio o servicio concreto de Alicante por nombre, zona o categoría: hoteles, comercios y zonas comerciales, copas y ocio nocturno, farmacias (incluida guardia), centros de salud, lugares turísticos, paradas de taxi, consignas de equipaje y oficinas de alquiler de coches. Exige acotar la consulta.

Input parameters:

- `category` (string, required): Tipo de sitio o servicio.
- `kind` (string): Subtipo (ocio nocturno o turismo).
- `limit` (integer): Resultados (máx. 10).
- `onDuty` (boolean): Solo farmacias de guardia (category=pharmacy).
- `query` (string): Nombre, marca o parte del nombre.
- `sector` (string): Sector comercial (solo category=shopping).
- `zone` (string): Zona o barrio (hoteles y comercios).

### `flight_status` (~111 tokens)

Vuelos del aeropuerto de Alicante-Elche

Llegadas y salidas del aeropuerto Alicante-Elche (ALC) para una ciudad o fecha concreta, con estado y hora publicada. Acota por ciudad o fecha en lugar de pedir el listado completo del día.

Input parameters:

- `city` (string): Ciudad de origen o destino.
- `date` (string): Fecha YYYY-MM-DD en Europe/Madrid.
- `limit` (integer): Resultados (máx. 10).
- `type` (string, required): Llegadas, salidas o todos los vuelos del día.

### `fuel_prices` (~141 tokens)

Precio del combustible en Alicante

Precios oficiales de carburante en gasolineras de Alicante para un carburante concreto, ordenados de más barato a más caro, con rótulo, dirección y fecha de la publicación oficial.

Input parameters:

- `fuel` (string): Carburante. Códigos oficiales: gasolina95E5, gasolina98E5, gasoleoA, gasoleoPremium, glp. También se aceptan nombres comunes («gasolina 95», «diésel», «GLP»).
- `limit` (integer): Resultados (máx. 10).
- `query` (string): Rótulo o zona de la gasolinera.

### `whats_on` (~76 tokens)

Qué hacer hoy en Alicante

Agenda de actividades y cine en Alicante para una fecha o búsqueda concreta: eventos publicados y sesiones de cine con hora y sala.

Input parameters:

- `date` (string): Fecha YYYY-MM-DD en Europe/Madrid.
- `limit` (integer): Resultados (máx. 10).
- `query` (string): Evento, película o palabra clave.

### `get_llms_txt` (~41 tokens)

Leer /llms.txt de VamosAlicante

Devuelve el contenido actual de /llms.txt de VamosAlicante como texto plano. Este recurso contiene instrucciones y recursos destinados a agentes de IA.

### `get_llms_full_txt` (~35 tokens)

Leer /llms-full.txt de VamosAlicante

Devuelve el contenido actual de /llms-full.txt de VamosAlicante como texto plano para agentes de IA.

## Diagnostics

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

## Score history

- 2026-09-24: 77
- 2026-09-23: 77
- 2026-09-22: 76
- 2026-09-21: 76
- 2026-09-20: 75
- 2026-09-19: 75
- 2026-09-18: 75
- 2026-09-17: 74
- 2026-09-16: 74
- 2026-09-15: 73
- 2026-09-14: 73
- 2026-09-13: 72
- 2026-09-12: 72
- 2026-09-11: 71
- 2026-09-10: 71
- 2026-09-09: 70
- 2026-09-08: 70
- 2026-09-07: 69
- 2026-09-06: 69
- 2026-09-05: 68
- 2026-09-04: 68
- 2026-09-03: 68
- 2026-09-02: 67
- 2026-09-01: 67

## Common questions

### What is the com.vamosalicante/mcp-server server?

com.vamosalicante/mcp-server is listed in the public MCP registry as com.vamosalicante/mcp-server. Datos verificados de Alicante: transporte, parkings, playas, tiempo, comida y ocio. This page covers its hosted endpoint (https://vamosalicante.com/mcp).

### Is the com.vamosalicante/mcp-server server safe to use?

com.vamosalicante/mcp-server scores 77 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 com.vamosalicante/mcp-server server expose?

com.vamosalicante/mcp-server exposes 18 tools: discover_capabilities, search_alicante, resolve_entity, get_current_state, parking_availability, and 13 more. Their descriptions and schemas cost roughly 2,134 tokens of context every time the server is loaded.

### Does the com.vamosalicante/mcp-server server require authentication?

No. We connected to com.vamosalicante/mcp-server without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the com.vamosalicante/mcp-server server still maintained?

com.vamosalicante/mcp-server is still listed as active in the MCP registry. We last reached this channel on 24 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://vamosalicante.com/mcp
- Website: https://vamosalicante.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-vamosalicante-mcp-server/vamosalicante.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-vamosalicante-mcp-server/vamosalicante.json
- HTML version of this page: https://verifymcp.io/servers/com-vamosalicante-mcp-server/vamosalicante
