Skip to main content
Glama
kwonye

seats-aero-mcp

by kwonye

Seats.aero MCP v2 Server

Ein MCP-v2-Server für die Seats.aero-Partner-API. Er unterstützt lokale stdio- und Streamable-HTTP-Transporte.

Veröffentlichtes Paket: @kwonye/seats-aero-mcp

Voraussetzungen

  • Node.js 20+

  • Ein kommerzieller Seats.aero-Partner-Schlüssel oder ein berechtigter Pro-API-Schlüssel

Related MCP server: Award Flight Daily MCP Server

Konfiguration

export SEATS_AERO_API_KEY='your-key'
export SEATS_AERO_PLAN='pro' # pro or commercial

Optionale Einstellungen:

export SEATS_AERO_REQUEST_TIMEOUT_MS=30000
export MCP_HTTP_HOST=127.0.0.1
export MCP_HTTP_PORT=3000
export MCP_HTTP_BEARER_TOKEN='required-for-non-loopback-http'

Der Pro-Modus unterstützt Cache-Suche, Massenverfügbarkeit, Reisen, Routen, Ziele und Cache-Aktualisierung. Der kommerzielle Modus unterstützt alle außer der Cache-Aktualisierung und fügt Live-Suche hinzu. Seats.aero kontrolliert Zulässigkeit, Kontingente und Berechtigungen für die kommerzielle Nutzung.

Ausführen

npm install
npm run build
npm start

Oder führen Sie die veröffentlichte CLI direkt aus:

npx @kwonye/seats-aero-mcp

Der Standardtransport ist stdio. Um Streamable HTTP auszuführen:

npm run start:http

Der MCP-Endpunkt ist /mcp.

Werkzeuge

  • seats_aero_cached_search

  • seats_aero_bulk_availability

  • seats_aero_get_trips

  • seats_aero_get_routes

  • seats_aero_get_destinations

  • seats_aero_refresh_cached_data — nur Pro

  • seats_aero_live_search — nur kommerziell

Refresh-Aufrufe geben den asynchronen Status des Upstreams zurück. Wiederholen Sie dieselben Verfügbarkeits-IDs zum Abfragen; verwenden Sie keine IDs, die von Live Search zurückgegeben wurden, mit anderen Endpunkten.

Test

npm test

Veröffentlichung

Releases werden von GitHub Actions mithilfe von npm Trusted Publishing (GitHub OIDC) veröffentlicht, entsprechend dem Setup von kwonye/yahoo-fantasy-mcp. Der Workflow erfordert kein langlebiges npm-Token und veröffentlicht die Version, die durch das GitHub-Release-Tag repräsentiert wird.

Initialisieren Sie die erste Paketveröffentlichung einmal mit einem npm-authentifizierten Publish. Nachdem das Paket existiert, konfigurieren Sie seinen npm Trusted Publisher mit GitHub-Besitzer kwonye, Repository seats-aero-mcp und Workflow-Dateiname release.yml; entfernen Sie dann alle temporären npm-Token und verwenden Sie Trusted Publishing für nachfolgende Releases.

Mit npm CLI 11.15 oder neuer kann der Trusted Publisher wie folgt konfiguriert werden:

npm trust github @kwonye/seats-aero-mcp \
  --repo kwonye/seats-aero-mcp \
  --file release.yml \
  --allow-publish
A
license - permissive license
Not graded
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables searching and retrieving flight information using Duffel API, supporting one-way, round-trip, and multi-city queries with flexible search parameters.
  • F
    license
    Not graded
    quality
    D
    maintenance
    Official Industry Standard MCP for Travel Awards, Points, and more. Search award flight availability across multiple airline loyalty programs, find sweet spots, check transfer partners, and get market stats all via MCP.
    1
  • F
    license
    A
    quality
    A
    maintenance
    Enables natural language interaction with the seats.aero API for searching flight availability, routes, and bulk availability using your seats.aero Pro API key.
    7
    23
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI clients to explore cheapest destinations, optimize multi-leg flight itineraries, and reference airport/region data via MCP tools and resources.
    MIT

View all related MCP servers

Related MCP Connectors

  • AI marketplace — flights, tours, activities, transport & more via MCP. No auth required.

  • Geo-based flight search MCP server. Find more flights between any two places on earth

  • Official airline award MCP. Search 12.3M+ award flights across 48 loyalty programs.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kwonye/seats-aero-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server