# RowHint

# RowHint MCP Server

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add rowhint-ntm5/RowHint

# Browse available tools
npx -y @smithery/cli@latest tool list rowhint-ntm5/RowHint

# Get full schema for a tool
npx -y @smithery/cli@latest tool get rowhint-ntm5/RowHint rowhint_get_seat_score

# Call a tool
npx -y @smithery/cli@latest tool call rowhint-ntm5/RowHint rowhint_get_seat_score '{}'
```

## Direct MCP Connection

Endpoint: `https://rowhint.run.tools`

## Tools (5)

- `rowhint_get_seat_score` — Get the quality score (1-10), color rating, and detailed notes for a specific airline seat. Returns comfort assessment,…
- `rowhint_get_best_seats` — Find the highest-rated seats on a specific aircraft configuration. Filter by cabin class (economy, premium, business, f…
- `rowhint_compare_seats` — Compare two specific seats on the same aircraft side by side. Returns scores, notes, dimensions, and a recommendation f…
- `rowhint_get_config_overview` — Get a summary of an aircraft configuration including total seats, cabin layout, best and worst seats per cabin, and fac…
- `rowhint_get_windowless_seats` — List all window-position seats that have no actual window on a specific aircraft. These are seats labeled as window sea…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get rowhint-ntm5/RowHint <tool-name>
```
