10 hours ago
Otto brings business travel bookings into Claude. Search flights and hotels, compare options, then book your choice. Your preferences filter search results (cabin class, seat, hotel brand, airline), and your loyalty numbers attach to reservations. When plans change, exchange or cancel a flight or hotel. It retrieves trip details on request: flight times, hotel addresses, confirmation numbers.
Server Config
{
"mcpServers": {
"otto-travel": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.ottotheagent.com/mcp"
]
}
}
}