← Index

ai.autonomad/travel

ai.autonomad/travel·v1.4.0·Other
Quality Score
90
/100

AI travel agent — book flights, hotels, activities, and events worldwide via autonomad.ai.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.autonomad.ai/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "travel": {
      "command": "npx",
      "args": [
        "-y",
        "autonomad-travel"
      ],
      "env": {
        "AUTONOMAD_API_URL": "https://api.autonomad.ai",
        "AUTONOMAD_AGENT_MODE": "false"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "travel": {
      "command": "npx",
      "args": [
        "-y",
        "autonomad-travel"
      ],
      "env": {
        "AUTONOMAD_API_URL": "https://api.autonomad.ai",
        "AUTONOMAD_AGENT_MODE": "false"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y autonomad-travel
§02  Environment variables
AUTONOMAD_API_URL

Autonomad API base URL. Defaults to production.

AUTONOMAD_AGENT_MODE

Set to 'true' to expose autonomous-agent tools (register_agent, DID-based booking). Default human mode is for Claude/ChatGPT users.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Other