seats.aero MCP server
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 MCP serverfind flights from JFK to CDG on June 15 in business class"
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 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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/gavgrego/seats.aero-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server