seats-aero-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@seats-aero-mcpfind available business class seats from JFK to LHR this weekend"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Seats.aero MCP v2 Server
An MCP v2 server for the Seats.aero partner API. It supports local stdio and Streamable HTTP transports.
Published package: @kwonye/seats-aero-mcp
Requirements
Node.js 20+
A Seats.aero commercial partner key or eligible Pro API key
Related MCP server: Award Flight Daily MCP Server
Configuration
export SEATS_AERO_API_KEY='your-key'
export SEATS_AERO_PLAN='pro' # pro or commercialOptional settings:
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'Pro mode supports cached search, bulk availability, trips, routes, destinations, and cached refresh. Commercial mode supports all of those except cached refresh and adds Live Search. Seats.aero controls eligibility, quotas, and commercial-use permissions.
Run
npm install
npm run build
npm startOr run the published CLI directly:
npx @kwonye/seats-aero-mcpThe default transport is stdio. To run Streamable HTTP:
npm run start:httpThe MCP endpoint is /mcp.
Tools
seats_aero_cached_searchseats_aero_bulk_availabilityseats_aero_get_tripsseats_aero_get_routesseats_aero_get_destinationsseats_aero_refresh_cached_data— Pro onlyseats_aero_live_search— commercial only
Refresh calls return the upstream asynchronous status. Repeat the same availability IDs to poll; do not use IDs returned by Live Search with other endpoints.
Test
npm testPublishing
Releases are published by GitHub Actions using npm Trusted Publishing (GitHub
OIDC), matching the kwonye/yahoo-fantasy-mcp setup. The workflow requires no
long-lived npm token and publishes the version represented by the GitHub
release tag.
Bootstrap the initial package publication once with an npm-authenticated
publish. After the package exists, configure its npm trusted publisher with
GitHub owner kwonye, repository seats-aero-mcp, and workflow filename
release.yml; then remove any temporary npm token and use Trusted Publishing
for subsequent releases.
With npm CLI 11.15 or newer, the trusted publisher can be configured with:
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