seats-aero-mcp

seats-aero-mcp

Enables MCP clients to query the Seats.aero partner API for seat availability, trips, routes, and destinations, including cached and live search options.

Category
Visit Server

README

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

Configuration

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

Optional 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 start

Or run the published CLI directly:

npx @kwonye/seats-aero-mcp

The default transport is stdio. To run Streamable HTTP:

npm run start:http

The MCP endpoint is /mcp.

Tools

  • 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 — Pro only
  • seats_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 test

Publishing

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-publish

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured