seats-aero-mcp
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 commercialOptionale 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 startOder führen Sie die veröffentlichte CLI direkt aus:
npx @kwonye/seats-aero-mcpDer Standardtransport ist stdio. Um Streamable HTTP auszuführen:
npm run start:httpDer MCP-Endpunkt ist /mcp.
Werkzeuge
seats_aero_cached_searchseats_aero_bulk_availabilityseats_aero_get_tripsseats_aero_get_routesseats_aero_get_destinationsseats_aero_refresh_cached_data— nur Proseats_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 testVerö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-publishThis server cannot be installed
Maintenance
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
- -licenseNot gradedqualityNot gradedmaintenanceEnables searching and retrieving flight information using Duffel API, supporting one-way, round-trip, and multi-city queries with flexible search parameters.
- FlicenseNot gradedqualityDmaintenanceOfficial 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
- FlicenseAqualityAmaintenanceEnables natural language interaction with the seats.aero API for searching flight availability, routes, and bulk availability using your seats.aero Pro API key.723
- AlicenseNot gradedqualityDmaintenanceEnables AI clients to explore cheapest destinations, optimize multi-leg flight itineraries, and reference airport/region data via MCP tools and resources.MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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