← catalogue · rank #84
votura tours
Offer a bookable tour
Search AI-powered audio tours and points of interest by city. Walking, cycling, and driving tours.
Usability
Docs: https://github.com/eugenelabonarsky/votura-mcp Tools: search_tours, get_tour_details, search_places. Best live test 3/5 — Thin but ran. Partially usable — works, but inventory or schema is picky.
usefulness 3.0/5 tours / activities https://api.votura.app/functions/v1/app_a0630e492b_mcp
docs · https://github.com/eugenelabonarsky/votura-mcp
What it is for
Tour catalogue search.
Example interactions
Asks chosen for this MCP’s job — not a generic flight search. Score is from the live reply.
1. Search Votura for audio walking, cycling, or driving tours near a city or coordinates
score 3/5 · Thin but ran. · live · search_tours
call
{
"tool": "search_tours",
"arguments": {}
}reply
{ "error": "Provide either city or latitude+longitude" }2. Find points of interest near a city or coordinates using Votura
score 3/5 · Thin but ran. · live · search_places
call
{
"tool": "search_places",
"arguments": {}
}reply
{ "error": "Provide either city or latitude+longitude" }3. Get full details for a specific Votura tour by its ID, including the list of stops with names, categories, and coordinates, plus a shareable
score 3/5 · Thin but ran. · live · get_tour_details
call
{
"tool": "get_tour_details",
"arguments": {
"tour_id": "Dubai Marina"
}
}reply
{ "error": "tour_id must be a valid UUID from search_tours" }Open source / endpoint Business model