{
  "markdown": "# Votura MCP Server\n\n[![smithery badge](https://smithery.ai/badge/eugene-labonarsky/votura-app)](https://smithery.ai/servers/eugene-labonarsky/votura-app)\n\nSearch 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.\n\n## MCP Server URL\n\n```\nhttps://api.votura.app/functions/v1/app_a0630e492b_mcp\n```\n\nNo authentication required. Connect with just the URL.\n\n## Tools\n\n### `search_tours`\n\nSearch for audio tours near a city or coordinates.\n\n**Parameters:**\n- `city` (string) — City or place name, e.g. `\"Paris\"`, `\"Rome\"`, `\"New York\"`\n- `latitude` / `longitude` (number) — Coordinates instead of city\n- `transport_type` (string) — Filter by `walking`, `cycling`, or `driving`\n- `max_duration_minutes` (number) — Only return tours shorter than this\n- `language` (string) — Language code, e.g. `\"en-US\"`, `\"fr-FR\"`, `\"de-DE\"`\n\n**Example response:**\n```json\n{\n  \"count\": 12,\n  \"tours\": [\n    {\n      \"tour_id\": \"91e5cf1f-...\",\n      \"name\": \"Rome's Historic Trails\",\n      \"transport\": \"walking\",\n      \"duration_minutes\": 493,\n      \"stops_count\": 6,\n      \"url\": \"https://votura.app/en/tours/91e5cf1f-...\"\n    }\n  ]\n}\n```\n\n---\n\n### `get_tour_details`\n\nGet full details for a specific tour including all stops and a deep link.\n\n**Parameters:**\n- `tour_id` (string, required) — UUID from `search_tours`\n- `language` (string) — Language for the deep link URL\n\n**Example response:**\n```json\n{\n  \"tour_id\": \"91e5cf1f-...\",\n  \"name\": \"Rome's Historic Trails\",\n  \"transport\": \"walking\",\n  \"duration_minutes\": 493,\n  \"distance_km\": 8.2,\n  \"url\": \"https://votura.app/en/tours/91e5cf1f-...\",\n  \"stops\": [\n    { \"name\": \"Colosseum\", \"category\": \"landmark\", \"latitude\": 41.89, \"longitude\": 12.49 }\n  ]\n}\n```\n\n---\n\n### `search_places`\n\nFind points of interest near a city, optionally filtered by category.\n\n**Parameters:**\n- `city` (string) — City or place name\n- `latitude` / `longitude` (number) — Coordinates instead of city\n- `category` (string) — Type of place: `castle`, `museum`, `park`, `church`, `brewery`, `cemetery`, `landmark`, `restaurant`\n- `radius_meters` (number) — Search radius (default 15000)\n\n**Example response:**\n```json\n{\n  \"count\": 10,\n  \"places\": [\n    {\n      \"place_id\": \"abc123\",\n      \"name\": \"Musée du Louvre\",\n      \"address\": \"Rue de Rivoli, Paris\",\n      \"rating\": 4.7,\n      \"latitude\": 48.8606,\n      \"longitude\": 2.3376\n    }\n  ]\n}\n```\n\n## Connect\n\n### Claude Desktop\n\nAdd to `~/Library/Application Support/Claude/claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"votura\": {\n      \"url\": \"https://api.votura.app/functions/v1/app_a0630e492b_mcp\"\n    }\n  }\n}\n```\n\n### Cursor / Windsurf\n\nAdd to your MCP settings:\n\n```json\n{\n  \"votura\": {\n    \"url\": \"https://api.votura.app/functions/v1/app_a0630e492b_mcp\"\n  }\n}\n```\n\n### Smithery CLI\n\n```bash\nsmithery mcp add eugene-labonarsky/votura-app\n```\n\n## About Votura\n\n[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.\n\n- [votura.app](https://votura.app)\n- [App Store](https://apps.apple.com/app/votura-audio-travel-guide/id6752535942)\n- [Google Play](https://play.google.com/store/apps/details?id=app.votura)\n",
  "bytes": 3436,
  "sha": "93c3f64e25a7ee47bebfcefabde0931b35c9e2a1d71f030a1ffae1eddd4cdfa2",
  "repo_slug": "eugenelabonarsky/votura-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_eugenelabonarsky_votura_tours_f54a0157/readme"
}