Otto Travel MCP Server

OpenClaw plugin for Otto Travel - search, compare, and book flights and hotels in natural language. Global inventory, live prices, loyalty tracking, PNR-backed bookings. It is available as a remote MCP endpoint.

Teams that want a hosted security endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-05-11 · ★ 2 · #180 OF 182 MAINTAINED SECURITY · VERIFIED 2026-08-25

NOASSERTION · TypeScript servers · how we verify → /methodology

01 · Install Otto Travel

Claude Code

claude mcp add ottotheagent-openclaw-otto-travel --transport http https://api.ottotheagent.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "ottotheagent-openclaw-otto-travel": {
      "url": "https://api.ottotheagent.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://api.ottotheagent.com/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to api.ottotheagent.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license no standard license detected - usage rights unclear; check the repo before commercial use

registry vendor namespace com.ottotheagent - domain-verified with the official MCP registry

03 · What Otto Travel can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 2 documented tools across task, read & search, including task_status, read_skill.

The 2 tools it gives your agent

Extracted from the project's README - what Otto Travel lets an agent do.

task_status
- poll long-running operations
read_skill
- load a usage guide the agent reads before calling other tools

04 · Who maintains Otto Travel

Otto Travel is maintained by ottotheagent. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
security - ranked #180 of 182 actively-maintained security servers as of 2026-08-25.
registry
com.ottotheagent/otto-travel (active, first published 2026-06-23)

06 · Otto Travel FAQ

What is 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. It is available as a remote MCP endpoint.

Is Otto Travel still maintained?

Yes - as of 2026-08-25, its last commit was 2026-05-11. We re-verify nightly.

How do I install Otto Travel?

Run `claude mcp add ottotheagent-openclaw-otto-tra --transport http https://api.ottotheagent.com/mcp`. You can also paste the ready-made client config above.

Does Otto Travel require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Otto Travel