# SkyRoute > Flight search and booking. This site exposes WebMCP tools; prefer them over DOM scraping. ## Tools - **search_flights** — Search available flights between two airports on a given date. Returns fares sorted by price. - **get_fare_rules** — Return the fare family, change fee, refundability and baggage allowance for a specific flight. - **book_flight** — Book a specific flight for a named passenger. Requires explicit user confirmation before ticketing. - **check_booking_status** — Look up the current status of an existing booking by PNR. ## Endpoints - [Tool manifest](https://webmcp.agentete.com/.well-known/webmcp.json) - [Contract hash](https://webmcp.agentete.com/__contract) - [Health](https://webmcp.agentete.com/health) ## Notes - book_flight requires explicit human confirmation before ticketing. - Dates are YYYY-MM-DD. Airports are IATA codes.