INDIVIDUAL MCP TOOL
search_activities
Search tours, experiences, attractions, sightseeing, and things to do via Viator (200K+ activities worldwide).
LIVE ENDPOINT
https://mcp.autonomad.ai/mcp
Connect to this endpoint to inspect the live schema for search_activities and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
search_hotels— Search hotels, lodging, accommodations, resorts, and places to stay for a trip.search_flights— Search airline flights / airfares between two cities by date, cabin class (economy / premium economy / business / first), and number of passengers.search_transport— Search ground transportation — rideshare (Uber, Lyft) and car rental (Hertz, Enterprise, Avis, etc.search_dining— Search restaurants and dining options by city, date, time, cuisine, party size, neighborhood, and price range.search_events— Search live events, concerts, sports games, theater, comedy, and shows in a city (Ticketmaster + SeatGeek catalog).create_booking_intent— Create a booking intent — returns a deep-link the user clicks to complete the booking on autonomad.get_capabilities— Return the server's version, mode (human vs autonomous-agent), API base, and the list of currently-exposed tools.