INDIVIDUAL MCP TOOL
search_car_rental
Search Tuki rental cars (also covers transfers/traslados, which on Tuki are handled as rental vehicles).
LIVE ENDPOINT
https://tuki.cl/mcp
Connect to this endpoint to inspect the live schema for search_car_rental 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.tuki-travel-mcp]
url = "https://tuki.cl/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tuki-travel-mcp": {
"type": "http",
"url": "https://tuki.cl/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tuki-travel-mcp
Remote MCP URL: https://tuki.cl/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": {
"tuki-travel-mcp": {
"url": "https://tuki.cl/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tuki-travel-mcp": {
"type": "http",
"url": "https://tuki.cl/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tuki-travel-mcp",
"transport": "streamable-http",
"url": "https://tuki.cl/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_experiences— Search Tuki experiences and tours (treks, day tours, multi-day, workshops, adventure activities) by text query, destination, or type.search_accommodations— Search Tuki accommodations (boutique lodges, mountain refugios, hotels, cabins, hostels, unique stays) by text or destination.list_destinations— List Tuki destinations across Chile and Latin America.get_destination_detail— Get full detail for a Tuki destination: description, hero image, related experiences and accommodations, and canonical Tuki URL.get_experience_detail— Get full detail for a Tuki experience: long description, included, location, price (CLP), operator, canonical URL.get_accommodation_detail— Get full detail for a Tuki accommodation: amenities, capacity, price (CLP), location, canonical URL.recommend— Natural-language recommendation.get_checkout_url— Build a canonical Tuki checkout/detail URL for a given experience or accommodation slug, optionally with travelers count and date.