Seat Intelligence
Official8 toolsby rowhint
Airline seat quality scores (1-10) with notes. 61+ configs across 10 US airlines.
Airline seat quality ratings and configurations across 10 US carriers.
Captured live from the server via tools/list.
rowhint_get_seat_score
Get the quality score (1-10), color rating, and detailed notes for a specific airline seat. Returns comfort assessment, recline data, proximity warnings, and window alignment issues. Use when someone asks "Is seat 14A good on the Delta 737-800?" or wants to know about a specific seat before booking.
Parameters (2)
- config_idstringrequired
Aircraft configuration ID (e.g., DL-738, UA-77W). Get valid IDs from rowhint_get_config_overview.
- seatstringrequired
Seat identifier — row number + letter (e.g., 21A, 3F, 45K)
rowhint_get_best_seats
Find the highest-rated seats on a specific aircraft configuration. Filter by cabin class (economy, premium, business, first) and number of results. Use when someone asks "What's the best seat on the United 777?" or "Best economy seat on Delta A321neo?"
Parameters (3)
- config_idstringrequired
Aircraft configuration ID
- cabinstring
Filter by cabin tier. Omit for all cabins.
- limitinteger
Number of seats to return (default 3, max 10)
rowhint_compare_seats
Compare two specific seats on the same aircraft side by side. Returns scores, notes, dimensions, and a recommendation for which seat is better. Use when someone asks "Should I pick 14A or 22F on the Southwest 737 MAX 8?" or is deciding between two seats.
Parameters (3)
- config_idstringrequired
Aircraft configuration ID
- seat_astringrequired
First seat to compare (e.g., 14A)
- seat_bstringrequired
Second seat to compare (e.g., 22F)
rowhint_get_config_overview
Get a summary of an aircraft configuration including total seats, cabin layout, best and worst seats per cabin, and facility locations (galleys, lavatories). Use when someone asks "Tell me about the American Airlines 787-9" or wants a general overview before choosing a seat. Also use to discover valid config_ids for other tools.
Parameters (3)
- config_idstring
Direct configuration ID (e.g., AA-789). Takes precedence if both provided.
- airlinestring
Airline slug (e.g., american-airlines). Use with aircraft.
- aircraftstring
Aircraft slug (e.g., boeing-787-9). Use with airline.
rowhint_pick_seat
Get the best seat recommendations for a specific flight. Takes a flight number (e.g., "UA1234", "DL567") and optionally cabin class, seat position preference (window/aisle), and priority (legroom/recline/quiet). Returns top picks with scores and notes, seats to avoid, aircraft info, and a confidence rating. Use when someone says "I'm flying AA1234 next week, where should I sit?" or "Best window seat on DL567?" This is the easiest way to get seat recommendations — just provide a flight number.
Parameters (4)
- flightstringrequired
Flight number (e.g., UA1234, DL567, AA100)
- cabinstring
Cabin class filter
- positionstring
Seat position preference
- prioritystring
What matters most: legroom, recline, or quiet location
rowhint_help_me_pick
Conversational seat picker. Asks the user a few structured questions (flight, route length, what they care most about, cabin class), then returns the top 3 seat recommendations with notes. Use this when someone wants help choosing but hasn't specified a seat or even which aircraft — the tool walks them through it via elicitation.
Parameters (1)
- flightstring
Optional flight number. If omitted, the tool will elicit it from the user.
rowhint_seat_roast
Roasts a specific airline seat. Returns a one-paragraph, voice-y takedown of the seat based on its quality score, proximity issues, recline/legroom data, and any notes. Use when someone asks 'how bad is seat 31B on the United 787-9?' — they want the unvarnished truth, not a neutral lookup.
Parameters (2)
- config_idstring
Aircraft configuration ID. If omitted, the tool elicits it from the user.
- seatstring
Seat identifier (e.g., 31B). If omitted, the tool elicits it.
rowhint_get_windowless_seats
List all window-position seats that have no actual window on a specific aircraft. These are seats labeled as window seats in airline booking systems but where the fuselage structure blocks the view. Use when someone asks about window seats, specifically wants to avoid windowless positions, or is choosing between window seats.
Parameters (1)
- config_idstringrequired
Aircraft configuration ID
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://mcp.rowhint.com/mcpclaude_desktop_config.json
{
"mcpServers": {
"seat-intelligence": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.rowhint.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.