Plan, book, and manage business travel.
Remote endpoints: streamable-http: https://api.ottotheagent.com/mcp
Well-structured OAuth2 MCP plugin with proper authentication, secure token handling, and appropriate scoping. Token storage uses correct file permissions (0600), OAuth device flow is RFC 8628 compliant, and no sensitive data is logged. Minor code quality issues around error classification do not materially affect security. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity).
7 files analyzed · 5 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
OpenClaw plugin for Otto Travel — search, compare, and book flights and hotels in natural language. Global inventory, live prices, loyalty tracking, PNR-backed bookings.
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
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.
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| 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 |
Licensed under the Apache License, Version 2.0. See NOTICE for copyright and trademark information.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.