# Whimbrel > Whimbrel turns forwarded booking confirmations into an organized, day-by-day travel itinerary. Forward a flight, hotel, or reservation and it lands on the right day. Whimbrel reads the booking emails you already get (via forwarding or a connected Gmail account) and files each flight, hotel, restaurant, activity, and transport booking onto a single timeline and calendar, organized by day and destination. An in-app assistant, backed by the same tool layer, can create and update trip data on your behalf. Whimbrel is free to start. ## Pages - [Home](https://getwhimbrel.com/): What Whimbrel is and how to get started. - [How it works](https://getwhimbrel.com/how-it-works): From inbox to itinerary in three steps. - [Features](https://getwhimbrel.com/features): Everything Whimbrel does for a trip. - [FAQ](https://getwhimbrel.com/faq): Common questions about turning booking emails into an itinerary. - [Privacy Policy](https://getwhimbrel.com/privacy): What we collect, how we use it, and your choices. - [Terms of Service](https://getwhimbrel.com/terms): The terms for using Whimbrel. - [Sign up](https://getwhimbrel.com/registration/new): Create a free account. - [Sign in](https://getwhimbrel.com/session/new): Access your account. ## For AI agents Whimbrel exposes a Model Context Protocol (MCP) server so assistants can read and update a user's trips, legs, itinerary items, todos, expenses, and more on their behalf. - MCP endpoint: POST https://getwhimbrel.com/mcp - Authorization: OAuth 2.0 bearer token, scoped to a single user's account. - Protected resource metadata: https://getwhimbrel.com/.well-known/oauth-protected-resource - Authorization server metadata: https://getwhimbrel.com/.well-known/oauth-authorization-server A user must connect Whimbrel and authorize access before an agent can act. Automated extraction can be imperfect, so the user stays in control and can edit or undo anything an agent creates.