streamable-httpMITupdated 1mo ago
Search 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.
What can you do with Votura Tours?
Votura MCP Server
Search 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.
MCP Server URL
https://api.votura.app/functions/v1/app_a0630e492b_mcp
No authentication required. Connect with just the URL.
Tools
search_tours
Search 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 bywalking,cycling, ordrivingmax_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_details
Get full details for a specific tour including all stops and a deep link.
Parameters:
tour_id(string, required) — UUID fromsearch_tourslanguage(string) — Language for the deep link URL
Example 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_places
Find 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
}
]
}
Connect
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"votura": {
"url": "https://api.votura.app/functions/v1/app_a0630e492b_mcp"
}
}
}
Cursor / Windsurf
Add to your MCP settings:
{
"votura": {
"url": "https://api.votura.app/functions/v1/app_a0630e492b_mcp"
}
}
Smithery CLI
smithery mcp add eugene-labonarsky/votura-app
About Votura
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.
Install
Add Votura Tours to your client. Pick the one you use.
claude mcp add --transport http votura-tours https://api.votura.app/functions/v1/app_a0630e492b_mcpcodex mcp add votura-tours --url https://api.votura.app/functions/v1/app_a0630e492b_mcp{
"mcpServers": {
"votura-tours": {
"url": "https://api.votura.app/functions/v1/app_a0630e492b_mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"votura-tours": {
"type": "http",
"url": "https://api.votura.app/functions/v1/app_a0630e492b_mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"votura-tours": {
"url": "https://api.votura.app/functions/v1/app_a0630e492b_mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"votura-tours": {
"serverUrl": "https://api.votura.app/functions/v1/app_a0630e492b_mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance22/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 39 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.1.0Latest | Jul 23, 2026 |
| 1.0.1 | May 22, 2026 |
| 1.0.0 | May 22, 2026 |