Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

AENA Flights MCP

NPM · MCP-AENA · SCANNED AUG 17

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

Available components

69 Trust /100
Trust breakdown (6 categories)

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. How we score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 30 of 97 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability67
  • AI-judged instruction clarity (good).Pass
  • 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. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management20
  • Stability observed for 6 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage92
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 77% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · mcp-aena

# add to Claude Code
claude mcp add mrgo2-aena-mcp -- npx -y mcp-aena
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add mrgo2-aena-mcp --command npx --arg -y --arg mcp-aena
# ~/.hermes/config.yaml
mcp_servers:
  mrgo2-aena-mcp:
    command: "npx"
    args: ["-y", "mcp-aena"]
// mcp.json
{
  "mcpServers": {
    "mrgo2-aena-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-aena"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 16 Aug 26 +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.

  • 14 Aug 26 +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.

  • 13 Aug 26 +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.

  • 12 Aug 26 +14
    • Malware scan: unverified → pass security
    • Schema quality: pass → fail functional
    • Tool coverage: 67% → 77% functional
    • Tool coverage: 67% → 75% functional
    • Stability: unverified → 0.03 functional
    • Package version: 0.1.1 → 0.1.3 functional
    • Package version: 0.1.1 → 0.1.2 functional
  • 11 Aug 26 52

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 17 Aug 2026 · Analysed npm/mcp-aena@0.1.3

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm
Dependencies 97 packages
Packages resolved 97
Stale 30
Tree resolution Complete
MCP tools · 3 exposed · ~378 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
get_flight ~67

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

NameTypeReqDescription
airportstringyesAirport IATA code
directionstringyes
flightNumberstringyese.g. IB0459, UX7235

No output schema declared.

No examples provided.

list_airports ~36

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

search_flights ~275

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.

NameTypeReqDescription
airportstringyesAirport IATA code, e.g. MAD, BCN, SCQ
collapseCodesharesbooleanCollapse codeshares of the same flight into one entry (default true)
datestringOnly flights on this local date (YYYY-MM-DD). Defaults to today when fromLocal/toLocal is set.
directionstringyes
flightNumberstringFilter client-side, e.g. IB0459 or UX7235
fromLocalstringOnly flights scheduled at or after this local time (HH:MM), e.g. 12:00 for afternoon
hoursBacknumberREST window: hours into the past
hoursForwardnumberREST window: hours into the future
sourcestring
toLocalstringOnly flights scheduled at or before this local time (HH:MM), e.g. 20:00 for afternoon

No output schema declared.

No examples provided.