← Registry

General Tools

autonomad.ai

Provides travel search services for hotels, flights, ground transportation, dining, and activities.

1 endpoint8 known toolsFirst detected May 29, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.autonomad.ai/mcp

No auth detected

MCP server metadata

Name
autonomad-travel
Version
1.4.0
Capabilities
toolsresources

Known tools 8

search_hotels

Search hotels, lodging, accommodations, resorts, and places to stay for a trip.

Inferred read-only
search_flights

Search airline flights / airfares between two cities by date, cabin class (economy / premium economy / business / first), and number of passengers.

Inferred read-only
search_transport

Search ground transportation — rideshare (Uber, Lyft) and car rental (Hertz, Enterprise, Avis, etc.

Inferred read-only
search_dining

Search restaurants and dining options by city, date, time, cuisine, party size, neighborhood, and price range.

Inferred read-only
search_activities

Search tours, experiences, attractions, sightseeing, and things to do via Viator (200K+ activities worldwide).

Inferred read-only
search_events

Search live events, concerts, sports games, theater, comedy, and shows in a city (Ticketmaster + SeatGeek catalog).

Inferred read-only
create_booking_intent

Create a booking intent — returns a deep-link the user clicks to complete the booking on autonomad.

Potential side effects
get_capabilities

Return the server's version, mode (human vs autonomous-agent), API base, and the list of currently-exposed tools.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.autonomad-travel]
url = "https://mcp.autonomad.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "autonomad-travel": {
      "type": "http",
      "url": "https://mcp.autonomad.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: autonomad-travel
Remote MCP URL: https://mcp.autonomad.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "autonomad-travel": {
      "url": "https://mcp.autonomad.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "autonomad-travel": {
      "type": "http",
      "url": "https://mcp.autonomad.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "autonomad-travel",
  "transport": "streamable-http",
  "url": "https://mcp.autonomad.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for autonomad.ai was fetched 2026-08-23T12:36:13.233Z.

Trust status Neutral

autonomad.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.