Connects Claude to Votura's audio tour database with three straightforward tools: search tours by city or coordinates with filters for transport type and duration, pull full tour details including stops and deep links, and search nearby points of interest by category like museums or landmarks. All responses include geolocation data and direct URLs to votura.app. No auth required, just drop the URL into your MCP config. Useful when you're building travel itineraries, researching city highlights, or need structured data about walking and cycling routes with audio narration baked in.
Public tool metadata for what this MCP can expose to an agent.
search_toursSearch for audio walking, cycling, or driving tours near a city or coordinates. Returns tours with name, duration, transport type, stop count, and a deep link URL to open in the Votura app.6 paramsSearch for audio walking, cycling, or driving tours near a city or coordinates. Returns tours with name, duration, transport type, stop count, and a deep link URL to open in the Votura app.
citystringlanguagestringlatitudenumberlongitudenumbertransport_typestringwalking · cycling · drivingmax_duration_minutesnumberget_tour_detailsGet full details for a specific Votura tour by its ID, including the list of stops with names, categories, and coordinates, plus a shareable deep link URL.2 paramsGet full details for a specific Votura tour by its ID, including the list of stops with names, categories, and coordinates, plus a shareable deep link URL.
tour_idstringlanguagestringsearch_placesFind points of interest near a city or coordinates. Optionally filter by category (e.g. "museum", "castle", "park"). Returns place names, addresses, ratings, and coordinates.5 paramsFind points of interest near a city or coordinates. Optionally filter by category (e.g. "museum", "castle", "park"). Returns place names, addresses, ratings, and coordinates.
citystringcategorystringlatitudenumberlongitudenumberradius_metersnumberSearch AI-powered audio tours and points of interest by city. Votura creates narrated walking, cycling, and driving tours with stop-by-stop audio guides, deep links, and multilingual support.
https://api.votura.app/functions/v1/app_a0630e492b_mcp
No authentication required. Connect with just the URL.
search_toursSearch for audio tours near a city or coordinates.
Parameters:
city (string) — City or place name, e.g. "Paris", "Rome", "New York"latitude / longitude (number) — Coordinates instead of citytransport_type (string) — Filter by walking, cycling, or drivingmax_duration_minutes (number) — Only return tours shorter than thislanguage (string) — Language code, e.g. "en-US", "fr-FR", "de-DE"Example response:
{
"count": 12,
"tours": [
{
"tour_id": "91e5cf1f-...",
"name": "Rome's Historic Trails",
"transport": "walking",
"duration_minutes": 493,
"stops_count": 6,
"url": "https://votura.app/en/tours/91e5cf1f-..."
}
]
}
get_tour_detailsGet full details for a specific tour including all stops and a deep link.
Parameters:
tour_id (string, required) — UUID from search_tourslanguage (string) — Language for the deep link URLExample response:
{
"tour_id": "91e5cf1f-...",
"name": "Rome's Historic Trails",
"transport": "walking",
"duration_minutes": 493,
"distance_km": 8.2,
"url": "https://votura.app/en/tours/91e5cf1f-...",
"stops": [
{ "name": "Colosseum", "category": "landmark", "latitude": 41.89, "longitude": 12.49 }
]
}
search_placesFind points of interest near a city, optionally filtered by category.
Parameters:
city (string) — City or place namelatitude / longitude (number) — Coordinates instead of citycategory (string) — Type of place: castle, museum, park, church, brewery, cemetery, landmark, restaurantradius_meters (number) — Search radius (default 15000)Example response:
{
"count": 10,
"places": [
{
"place_id": "abc123",
"name": "Musée du Louvre",
"address": "Rue de Rivoli, Paris",
"rating": 4.7,
"latitude": 48.8606,
"longitude": 2.3376
}
]
}
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"votura": {
"url": "https://api.votura.app/functions/v1/app_a0630e492b_mcp"
}
}
}
Add to your MCP settings:
{
"votura": {
"url": "https://api.votura.app/functions/v1/app_a0630e492b_mcp"
}
}
smithery mcp add eugene-labonarsky/votura-app
Votura is an AI-powered audio tour app for iOS, Android, and web. It generates custom narrated tours for any city in the world — walking, cycling, or driving — with turn-by-turn navigation and rich audio stories at every stop.
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp