skills: {'id': 'search_tours', 'name': 'search_tours', 'description': "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.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_tour_details', 'name': 'get_tour_details', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'search_places', 'name': 'search_places', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 561.2ms; conformance: pass
How to connect
https://api.votura.app/functions/v1/app_a0630e492b_mcp
curl -X POST https://api.votura.app/functions/v1/app_a0630e492b_mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'