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
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 4 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add mrgo2-aena-mcp -- npx -y mcp-aena
codex mcp add mrgo2-aena-mcp -- npx -y mcp-aena
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"mrgo2-aena-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"mcp-aena"
],
"enabled": true
}
}
} openclaw mcp add mrgo2-aena-mcp --command npx --arg -y --arg mcp-aena
mcp_servers:
mrgo2-aena-mcp:
command: "npx"
args: ["-y", "mcp-aena"] {
"mcpServers": {
"mrgo2-aena-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-aena"
]
}
}
} 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.
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 |
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.
get_flight Get a specific flight ~67
Find one flight by number at an airport. Convenience wrapper over search_flights that returns the single best match.
| Name | Type | Req | Description |
|---|---|---|---|
| airport | string | yes | Airport IATA code |
| direction | string | yes | – |
| flightNumber | string | yes | e.g. IB0459, UX7235 |
No output schema declared.
No examples provided.
list_airports List AENA 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 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.
| Name | Type | Req | Description |
|---|---|---|---|
| airport | string | yes | 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 | yes | – |
| 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 |
No output schema declared.
No examples provided.