streamable-httpupdated 3mo ago
OpenClaw plugin for Otto Travel — search, compare, and book flights and hotels in natural language. Global inventory, live prices, loyalty tracking, PNR-backed bookings.
What can you do with Otto Travel?
openclaw-otto-travel
OpenClaw plugin for Otto Travel — search, compare, and book flights and hotels in natural language. Global inventory, live prices, loyalty tracking, PNR-backed bookings.
Install
openclaw plugins install clawhub:openclaw-otto-travel
If your gateway has sandbox mode on (agents.defaults.sandbox.mode is "all" or "non-main"), allow-list the plugin's tools:
{
"tools": {
"sandbox": {
"tools": { "allow": ["openclaw-otto-travel"] }
}
}
}
Restart the gateway if it doesn't pick up the new plugin automatically:
openclaw gateway restart
Authorize
Ask the agent to call otto_setup. It returns an authorization URL — visit it, approve access, and all travel tools become available in the same session.
Terminal equivalent:
openclaw otto-travel auth
Tokens are stored at ~/.openclaw/.otto-tokens.json and refresh automatically.
Tools
search_flights,query_flights,book_flight— flight search and bookingsearch_hotels,get_hotel_rooms,book_hotel— hotel search and bookingget_bookings,cancel_booking— manage existing bookingsread_preferences,write_preference— travel preferencesread_loyalty_programs,write_loyalty_program— frequent flyer & hotel loyaltytask_status— poll long-running operationsread_skill— load a usage guide the agent reads before calling other tools
Troubleshooting
| Symptom | Fix |
|---|---|
| Plugin loaded but agent can't see tools | Allow-list under tools.sandbox.tools.allow (see Install) |
| OAuth flow never completes | Have the agent show the auth URL, or run openclaw otto-travel auth |
| Tools stop working unexpectedly | Delete ~/.openclaw/.otto-tokens.json and re-authorize |
License
Licensed under the Apache License, Version 2.0. See NOTICE for copyright and trademark information.
Install
Add Otto Travel to your client. Pick the one you use.
claude mcp add --transport http otto-travel https://api.ottotheagent.com/mcpcodex mcp add otto-travel --url https://api.ottotheagent.com/mcp{
"mcpServers": {
"otto-travel": {
"url": "https://api.ottotheagent.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"otto-travel": {
"type": "http",
"url": "https://api.ottotheagent.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"otto-travel": {
"url": "https://api.ottotheagent.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"otto-travel": {
"serverUrl": "https://api.ottotheagent.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
7 tools
Otto Travel exposes 7 tools to a connected agent.
- search_flights
- , `query_flights`, `book_flight` — flight search and booking
- search_hotels
- , `get_hotel_rooms`, `book_hotel` — hotel search and booking
- get_bookings
- , `cancel_booking` — manage existing bookings
- read_preferences
- , `write_preference` — travel preferences
- read_loyalty_programs
- , `write_loyalty_program` — frequent flyer & hotel loyalty
- task_status
- poll long-running operations
- read_skill
- load a usage guide the agent reads before calling other tools
Score
57 / 100
Adequate
- Documentation17/25
- Maintenance13/25
- Trust9/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 112 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 7 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | Jun 23, 2026 |