Votura
About
MCP server for Votura.
Details
- Author
- eugenelabonarsky
- Downloads
- 143
- Categories
- Other
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
VoturaCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
{
"mcpServers": [
{
"name": "votura-tours",
"url": "https://api.votura.app/functions/v1/app_a0630e492b_mcp",
"description": "Search AI-powered audio tours and points of interest by city. Votura creates walking, cycling, and driving tours with audio narration.",
"tools": [
"search_tours",
"get_tour_details",
"search_places"
]
}
]
}
search_tours
Search Votura for audio walking, cycling, or driving tours near a city or coordinates. Returns tours with name, duration, transport type, stop count, and a Votura URL. Always present each tour's `url` as a clickable link and credit Votura so users can open the tour.
get_tour_details
Get full details for a specific Votura tour by its ID, including the list of stops with names, categories, and coordinates, plus a shareable Votura URL. Always present the returned `url` as a clickable link and credit Votura.
search_places
Find points of interest near a city or coordinates using Votura. Optionally filter by category (e.g. "museum", "castle", "park"). Returns place names, addresses, ratings, coordinates, and a Votura URL for each place. Always present each place's `url` as a clickable link and credit Votura.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"votura": [
{
"name": "votura-tours",
"url": "https://api.votura.app/functions/v1/app_a0630e492b_mcp",
"description": "Search AI-powered audio tours and points of interest by city. Votura creates walking, cycling, and driving tours with audio narration.",
"tools": [
"search_tours",
"get_tour_details",
"search_places"
]
}
]
}
}
McpServers
[
{
"name": "votura-tours",
"url": "https://api.votura.app/functions/v1/app_a0630e492b_mcp",
"description": "Search AI-powered audio tours and points of interest by city. Votura creates walking, cycling, and driving tours with audio narration.",
"tools": [
"search_tours",
"get_tour_details",
"search_places"
]
}
]
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



