# AENA Flights MCP (npm · mcp-aena)

Flight data for Spain's 50 AENA airports over the public and OAuth2 REST APIs

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

## Components

- npm · `mcp-aena`: 69/100 (this document), [markdown](https://verifymcp.io/servers/mrgo2-aena-mcp/mcp-aena.md), [page](https://verifymcp.io/servers/mrgo2-aena-mcp/mcp-aena)

## Channel facts

- Registry: `npm`
- Package: `mcp-aena`
- Version: `0.1.3`
- 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-17.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 30 of 97 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 4 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 67/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 501 tokens (~167/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 20/100
  - Stability observed for 6 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 92/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 77% 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 mrgo2-aena-mcp -- npx -y mcp-aena
```

### Codex

```bash
codex mcp add mrgo2-aena-mcp -- npx -y mcp-aena
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add mrgo2-aena-mcp --command npx --arg -y --arg mcp-aena
```

### Hermes

```yaml
mcp_servers:
  mrgo2-aena-mcp:
    command: "npx"
    args: ["-y", "mcp-aena"]
```

### Other

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

## 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-16 (score 69, +1)

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

### 2026-08-14 (score 68, +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-13 (score 67, +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-08-12 (score 66, +14)

- [security improvement] Malware scan: unverified → pass
- [functional regression] Schema quality: pass → fail
- [functional improvement] Tool coverage: 67% → 77%
- [functional improvement] Tool coverage: 67% → 75%
- [functional improvement] Stability: unverified → 0.03
- [functional] Package version: 0.1.1 → 0.1.3
- [functional] Package version: 0.1.1 → 0.1.2

### 2026-08-11 (score 52)

First indexed and scored.

## MCP tools (3)

### `search_flights` (~275 tokens)

Search flights

List flights for an AENA airport (arrivals or departures). Codeshares of the same physical flight are collapsed into one entry by default. Filter by flight number and/or a local-time window (e.g. afternoon = fromLocal 12:00, toLocal 20:00). Times in the output are local Madrid time.

Input parameters:

- `airport` (string, required): Airport IATA code, e.g. MAD, BCN, SCQ
- `collapseCodeshares` (boolean): Collapse codeshares of the same flight into one entry (default true)
- `date` (string): Only flights on this local date (YYYY-MM-DD). Defaults to today when fromLocal/toLocal is set.
- `direction` (string, required)
- `flightNumber` (string): Filter client-side, e.g. IB0459 or UX7235
- `fromLocal` (string): Only flights scheduled at or after this local time (HH:MM), e.g. 12:00 for afternoon
- `hoursBack` (number): REST window: hours into the past
- `hoursForward` (number): REST window: hours into the future
- `source` (string)
- `toLocal` (string): Only flights scheduled at or before this local time (HH:MM), e.g. 20:00 for afternoon

### `get_flight` (~67 tokens)

Get a specific flight

Find one flight by number at an airport. Convenience wrapper over search_flights that returns the single best match.

Input parameters:

- `airport` (string, required): Airport IATA code
- `direction` (string, required)
- `flightNumber` (string, required): e.g. IB0459, UX7235

### `list_airports` (~36 tokens)

List AENA airports

List all Spanish airports in the AENA network with IATA/ICAO codes and city. Fetched live, so always current.

## Diagnostics

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

## Score history

- 2026-08-17: 69
- 2026-08-16: 69
- 2026-08-15: 68
- 2026-08-14: 68
- 2026-08-13: 67
- 2026-08-12: 66
- 2026-08-11: 52

## Links

- npm package: https://www.npmjs.com/package/mcp-aena
- Socket report: https://socket.dev/npm/package/mcp-aena
- Repository: https://github.com/MrGo2/aena-mcp
- Changelog RSS feed: https://verifymcp.io/servers/mrgo2-aena-mcp/mcp-aena.xml
- Changelog JSON feed: https://verifymcp.io/servers/mrgo2-aena-mcp/mcp-aena.json
- HTML version of this page: https://verifymcp.io/servers/mrgo2-aena-mcp/mcp-aena
