← rowhint.com
INDIVIDUAL MCP TOOL
rowhint_compare_seats
Compare two specific seats on the same aircraft side by side.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.rowhint-com]
url = "https://mcp.rowhint.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rowhint-com": {
"type": "http",
"url": "https://mcp.rowhint.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rowhint-com
Remote MCP URL: https://mcp.rowhint.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"rowhint-com": {
"url": "https://mcp.rowhint.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rowhint-com": {
"type": "http",
"url": "https://mcp.rowhint.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rowhint-com",
"transport": "streamable-http",
"url": "https://mcp.rowhint.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
rowhint_get_seat_score— Get the quality score (1-10), color rating, and detailed notes for a specific airline seat.rowhint_get_best_seats— Find the highest-rated seats on a specific aircraft configuration.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).rowhint_pick_seat— Get the best seat recommendations for a specific flight.rowhint_help_me_pick— Conversational seat picker.rowhint_seat_roast— Roasts a specific airline seat.rowhint_get_windowless_seats— List all window-position seats that have no actual window on a specific aircraft.