Skip to main content
ClaudeWave

MCP server for Votura — search AI-powered audio tours and places by city

MCP ServersRegistry oficial1 estrellas0 forksActualizado 2d ago
ClaudeWave Trust Score
54/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
Flags
  • !No standard license detected
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/eugenelabonarsky/votura-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "votura-mcp": {
      "command": "node",
      "args": ["/path/to/votura-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/eugenelabonarsky/votura-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# Votura MCP Server

[![smithery badge](https://smithery.ai/badge/eugene-labonarsky/votura-app)](https://smithery.ai/servers/eugene-labonarsky/votura-app)

Search AI-powered audio tours and points of interest by city. [Votura](https://votura.app) 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 city
- `transport_type` (string) — Filter by `walking`, `cycling`, or `driving`
- `max_duration_minutes` (number) — Only return tours shorter than this
- `language` (string) — Language code, e.g. `"en-US"`, `"fr-FR"`, `"de-DE"`

**Example response:**
```json
{
  "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 from `search_tours`
- `language` (string) — Language for the deep link URL

**Example response:**
```json
{
  "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 name
- `latitude` / `longitude` (number) — Coordinates instead of city
- `category` (string) — Type of place: `castle`, `museum`, `park`, `church`, `brewery`, `cemetery`, `landmark`, `restaurant`
- `radius_meters` (number) — Search radius (default 15000)

**Example response:**
```json
{
  "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`:

```json
{
  "mcpServers": {
    "votura": {
      "url": "https://api.votura.app/functions/v1/app_a0630e492b_mcp"
    }
  }
}
```

### Cursor / Windsurf

Add to your MCP settings:

```json
{
  "votura": {
    "url": "https://api.votura.app/functions/v1/app_a0630e492b_mcp"
  }
}
```

### Smithery CLI

```bash
smithery mcp add eugene-labonarsky/votura-app
```

## About Votura

[Votura](https://votura.app) 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.

- [votura.app](https://votura.app)
- [App Store](https://apps.apple.com/app/votura-audio-travel-guide/id6752535942)
- [Google Play](https://play.google.com/store/apps/details?id=app.votura)
aiaudio-tourscity-toursmcpmcp-servermodel-context-protocoltourismtravel

Lo que la gente pregunta sobre votura-mcp

¿Qué es eugenelabonarsky/votura-mcp?

+

eugenelabonarsky/votura-mcp es mcp servers para el ecosistema de Claude AI. MCP server for Votura — search AI-powered audio tours and places by city Tiene 1 estrellas en GitHub y se actualizó por última vez 2d ago.

¿Cómo se instala votura-mcp?

+

Puedes instalar votura-mcp clonando el repositorio (https://github.com/eugenelabonarsky/votura-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar eugenelabonarsky/votura-mcp?

+

Nuestro agente de seguridad ha analizado eugenelabonarsky/votura-mcp y le ha asignado un Trust Score de 54/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene eugenelabonarsky/votura-mcp?

+

eugenelabonarsky/votura-mcp es mantenido por eugenelabonarsky. La última actividad registrada en GitHub es de 2d ago, con 0 issues abiertos.

¿Hay alternativas a votura-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega votura-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: eugenelabonarsky/votura-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/eugenelabonarsky-votura-mcp)](https://claudewave.com/repo/eugenelabonarsky-votura-mcp)
<a href="https://claudewave.com/repo/eugenelabonarsky-votura-mcp"><img src="https://claudewave.com/api/badge/eugenelabonarsky-votura-mcp" alt="Featured on ClaudeWave: eugenelabonarsky/votura-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a votura-mcp