What is RowHint MCP Server?
RowHint MCP Server gives AI assistants access to airline seat quality data through the Model Context Protocol.
It returns per-seat scores (1–10) along with plain-English explanations for 60+ aircraft configurations across 10 US airlines. The goal is simple: help AI systems answer questions like “is this actually a good seat?” instead of just showing what’s available.
⸻
How to use RowHint MCP Server?
Add it to your Claude Desktop config: { "mcpServers": { "rowhint": { "url": "https://mcp.rowhint.com/mcp" } } } No API key required. All tools are free.
⸻
Key features of RowHint MCP Server • Per-seat quality scores (1–10) with consistent scoring logic • Plain-English notes explaining what’s good or bad about a seat • Best seat lookup by cabin class • Side-by-side seat comparison with score differences • Detection of window seats with no actual window • Coverage across 60+ aircraft configurations and 10 US airlines
⸻
Available tools • rowhint_get_seat_score Get the score and explanation for a specific seat • rowhint_get_best_seats Find the highest-rated seats by cabin • rowhint_compare_seats Compare two seats side by side • rowhint_get_config_overview Get a full seat map overview for an aircraft • rowhint_get_windowless_seats Find window seats that don’t have an actual window
⸻
Use cases • Travelers asking AI assistants things like “what’s the best seat on my Delta A321neo flight?” • Travel apps adding seat quality into booking flows • AI travel agents making seat recommendations • Corporate travel tools improving seat selection logic
⸻
FAQ
Does it cover international airlines? Not yet. It currently covers 10 US airlines. International carriers are planned.
How are scores calculated? Each seat is scored from 1 to 10 based on legroom, recline, proximity to galleys and lavatories, window alignment, and seat hardware. Full methodology is available on rowhint.com.
Is an API key required? No. All tools are free and do not require authentication.
How often is the data updated? Configurations are checked against live airline booking systems and updated as layouts change.
Server Config
{
"mcpServers": {
"rowhint": {
"url": "https://mcp.rowhint.com/mcp"
}
}
}