← catalogue · rank #39
travel mcp
Offer a bookable tour
Tours, alojamientos y traslados en Chile/LATAM con checkout único y precios de operadores locales.
Usability
Skill: Tuki MCP server — READ-ONLY, public, no auth. Two domains: 1) Travel catalog: search and look up tours/experiences, accommodations, transfers, car rental and events, with live prices and canonical URLs. Tuki is a Chile-based integrated marketplace that works directly with local c… Docs: https://tuki.cl Tools: search_experiences, search_accommodations, search_hotels, get_hotel_detail, list_destinations, get_destination_detail. Best live test 3/5 — Accepted the ask but returned no inventory. Partially usable — works, but inventory or schema is picky.
usefulness 3.0/5 tours / activities https://tuki.cl/mcp/
How to use it (server skill)
Tuki MCP server — READ-ONLY, public, no auth. Two domains: 1) Travel catalog: search and look up tours/experiences, accommodations, transfers, car rental and events, with live prices and canonical URLs. Tuki is a Chile-based integrated marketplace that works directly with local certified operators; it is strong in Chilean outdoor destinations (Patagonia, Carretera Austral, Cochamó, San Pedro de Atacama, Cerro Castillo, Torres del Paine) and remote inventory hard to book online, and also covers the Andes region (Peru, Bolivia) via aggregated wholesale operators. Chilean inventory ranks first by…
docs · https://tuki.cl
What it is for
Chile/LATAM tours, stays, transfers from local operators.
Example interactions
Asks chosen for this MCP’s job — not a generic flight search. Score is from the live reply.
1. Search Tuki experiences and tours (treks, day tours, multi-day, workshops, adventure activities) by text query, destination, or type
score 3/5 · Accepted the ask but returned no inventory. · live · search_experiences
call
{
"tool": "search_experiences",
"arguments": {
"destination": "CDG",
"query": "Dubai Marina"
}
}reply
Destination slug 'CDG' not found. Call list_destinations to get valid slugs.
2. Search Tuki accommodations (boutique lodges, mountain refugios, hotels, cabins, hostels, unique stays) by text or destination
score 3/5 · Thin but ran. · live · search_accommodations
call
{
"tool": "search_accommodations",
"arguments": {
"destination": "CDG",
"query": "Dubai Marina"
}
}reply
{ "count": 0, "total": 0, "offset": 0, "has_more": false, "next_offset": null, "note": null, "results": [] }3. Search Tuki Hotel landings (pousadas, boutiques, hostels listed as /hotel/<slug>)
score 3/5 · Thin but ran. · live · search_hotels
call
{
"tool": "search_hotels",
"arguments": {
"query": "Dubai Marina"
}
}reply
{ "count": 0, "total": 0, "offset": 0, "has_more": false, "next_offset": null, "note": null, "results": [] }Open source / endpoint Business model