General Tools
autonomad.ai
Provides travel search services for hotels, flights, ground transportation, dining, and activities.
ENDPOINT 1
https://mcp.autonomad.ai/mcp
MCP server metadata
- Name
- autonomad-travel
- Version
- 1.4.0
Known tools 8
search_hotelsSearch hotels, lodging, accommodations, resorts, and places to stay for a trip.
Inferred read-onlysearch_flightsSearch airline flights / airfares between two cities by date, cabin class (economy / premium economy / business / first), and number of passengers.
Inferred read-onlysearch_transportSearch ground transportation — rideshare (Uber, Lyft) and car rental (Hertz, Enterprise, Avis, etc.
Inferred read-onlysearch_diningSearch restaurants and dining options by city, date, time, cuisine, party size, neighborhood, and price range.
Inferred read-onlysearch_activitiesSearch tours, experiences, attractions, sightseeing, and things to do via Viator (200K+ activities worldwide).
Inferred read-onlysearch_eventsSearch live events, concerts, sports games, theater, comedy, and shows in a city (Ticketmaster + SeatGeek catalog).
Inferred read-onlycreate_booking_intentCreate a booking intent — returns a deep-link the user clicks to complete the booking on autonomad.
Potential side effectsget_capabilitiesReturn the server's version, mode (human vs autonomous-agent), API base, and the list of currently-exposed tools.
Inferred read-onlyCONNECT 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.
autonomad.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.