Mmcp.market

AENA Flights MCP server

by MrGo2·io.github.MrGo2/aena-mcp·v0.1.3

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

B78/100grade B
What users say
No reviews yet
Be the first
Safety scan
B78/100

full report

Adoption
Growing

1 stars33 downloads/wk

Reviews

Write one

Nobody has reviewed AENA Flights MCP yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

AENA Flights MCP tools (3)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • get_flight

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

  • list_airports

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

  • 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.

Public scan report

scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it

no findings
  • Code scan7 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitystatic API keys via environment variables6/15
  • Maintenancelast push 41 days ago12/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 78/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the AENA Flights MCP repository's README, as published. We do not edit it. Read it on GitHub

✈️ AENA Flights MCP

Español: README.es.md

Live flight data for the 50 Spanish airports run by AENA, as an MCP server. Ask Claude things like "what departures leave Santiago this afternoon?" or "is IB0459 delayed?" and it answers from real airport data: times, gates, terminals, aircraft, status and codeshares.

It puts both of AENA's flight APIs behind one clean set of tools, so an agent asks for flights and gets back the same flight shape no matter which API answered.

🚀 Use it in 30 seconds (no install)

The server runs publicly at https://aena-mcp.carlos-ls.workers.dev/mcp. Add it to Claude with one click:

➕ Add to Claude

That link opens claude.ai with the connector prefilled; just confirm. Works on every plan, Free included, and once added it is available in the Claude apps too, phone included. No account, no API key, nothing to configure.

Prefer to add it by hand? Claude → Settings → Connectors → Add custom connector, name it AENA Flights and paste the URL above.

🤖 Also works in ChatGPT

ChatGPT has no one-click install link, but the same server works there (Plus, Pro and Business plans, web only):

  1. Settings → Apps → Advanced settings → enable Developer mode
  2. In the Apps panel press + and add the server with URL https://aena-mcp.carlos-ls.workers.dev/mcp, authentication: none

💬 Things you can ask

  • 🛫 "Departures from MAD between 16:00 and 18:00"
  • 🛬 "What flights arrive at BCN from London tomorrow afternoon?"
  • 🔍 "Where is flight UX7235 right now, which gate?"
  • 🏝️ "List all AENA airports in the Canary Islands"

🖥️ Other ways to run it

Config for npm-based clients:

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

For Claude Code it is one command:

claude mcp add aena -- npx -y mcp-aena

🧰 Tools

  • search_flights — arrivals or departures for an airport. Filter by flight number, by date, or by a local-time window (afternoon = fromLocal 12:00, toLocal 20:00). Codeshares of the same physical flight collapse into one entry, and every time in the output is local Madrid time.
  • get_flight — one flight by number at an airport.
  • list_airports — every AENA airport with IATA/ICAO codes, fetched live.

🔀 Why two APIs

AENA exposes two ways to read flights, and each covers a gap the other leaves open.

  • 🌐 The website API is public and needs no credentials. It sees roughly 14 days ahead but has no past data. Good for discovery.
  • 🔐 The REST API uses OAuth2 and needs a client secret. It sees about 54 hours into the past and 24 ahead, and tells you the real operating flight behind a codeshare. Good for tracking.

The server picks the right one for you (source: "auto"), or you can force either. Without a secret it runs in website-only mode and still works. The public remote server has full REST access already configured.

🛠️ From source

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y mcp-aena on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add aena-mcp -- npx -y mcp-aena
Add to Cursor

AENA Flights MCP: common questions

Is AENA Flights MCP server safe?
Mostly: it is graded B (78/100). Read the AENA Flights MCP safety report
How do I install AENA Flights MCP?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does AENA Flights MCP need an API key?
Yes. The registry entry asks for AENA_CLIENT_SECRET.
Is AENA Flights MCP maintained?
The last commit was 42 days ago (2026-08-13). The latest release is v0.1.3.
What can I use instead of AENA Flights MCP?
Servers from other publishers that do the same job: Flightaware MCP server, Amadeus MCP server and Argon MCP server. Compare all AENA Flights MCP alternatives.

Alternatives to AENA Flights MCP

Same job from other publishers: the closest match first, then the best rated.

All AENA Flights MCP alternatives →
  • Flightaware
    Live flight tracking and aviation data via FlightAware AeroAPI (flights, airports, alerts).
    B
  • Amadeus
    MCP server for Amadeus travel: flights, hotels, airports. Free test key.
    A
  • Argon
    Versioned MongoDB sandboxes for AI agents: branch, time-travel, merge, and undo over MCP.
    B
  • Agentic Ledger
    Local-first flight recorder for AI agents: sessions, costs, loop runs, and stuck-loop flags.
    A
  • France Data
    French public-data MCP: cross-ref health, demographics, business, geo & real-estate.
    A

More from MrGo2