Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Seats.aero

FreeNot checked

MCP server allowing clients to interface with the seats.aero API

GitHubEmbed

About

MCP server allowing clients to interface with the seats.aero API

README

License: MPL 2.0

seats.aero MCP server

Not affiliated with seats.aero

A TypeScript-based, minimal MCP server for interacting with the seats.aero API via Claude desktop or any other MCP clients in natural language.

❗ You will need a seats.aero API key via a seats.aero Pro membership in order to use this tool

Setup

Install dependencies pnpm i

Build and compile TypeScript pnpm build

Start MCP server pnpm start

Config

You will need to add your MCP server config to your claude_desktop_config.json file or whatever your MCP client of choice is.

"seats": {
  "command": "node",
  "args": ["/Users/USER/Sites/seats-mcp/build/index.js"],
  "env": {
    "SEATS_API_KEY": "SEATS_API_KEY"
  }
}

Tools available

get_flights Get a list of flights. Your MCP client will be able to search via the same parameters as the cached search endpoint

get_bulk_avail Retrieve a large amount of availability objects from one specific mileage program (source). Your MCP client will be able to search via the same parameters as the bulk availability endpoint

get_routes Retrieve a list of route objects from one specific mileage program (source). Your MCP client will be able to search via the same parameters as the routes endpoint.

from github.com/gavgrego/seats.aero-mcp-server

Installing Seats.aero

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/gavgrego/seats.aero-mcp-server

FAQ

Is Seats.aero MCP free?

Yes, Seats.aero MCP is free — one-click install via Unyly at no cost.

Does Seats.aero need an API key?

No, Seats.aero runs without API keys or environment variables.

Is Seats.aero hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Seats.aero in Claude Desktop, Claude Code or Cursor?

Open Seats.aero on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Seats.aero with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs