
Votura Tours
Wire your agent into Votura’s tour catalog so travel or city apps can search walking, cycling, and driving audio tours, stops, and landmarks.
Overview
Votura Tours is an MCP server for the Build phase that searches AI-powered city audio tours, stops, and landmarks via a remote HTTP MCP endpoint.
What is this MCP server?
- Remote streamable-http MCP at Votura’s hosted endpoint (no local npm required)
- Search AI-powered audio tours by city for walking, cycling, and driving modes
- Look up tours, stops, and landmarks for travel or local-discovery features
- Version 1.0.1 Votura Tours server published from votura-mcp GitHub repo
- Server version 1.0.1 titled Votura Tours
- Hosted streamable-http MCP endpoint on api.votura.app
- Supports walking, cycling, and driving tour modalities
What problem does it solve?
Building a travel or local app alone means assembling tour and landmark data from scratch when you only need searchable catalog access in the agent.
Who is it for?
Indie devs prototyping location-aware apps, audio walk guides, or travel assistants who want MCP access to structured tour content.
Skip if: Builders with no location or tourism use case, or teams that require fully offline, self-hosted POI databases only.
What do I get? / Deliverables
Your agent can query live Votura tour and stop data so prototypes and integrations ship with real city content instead of placeholder JSON.
- Agent-queryable tour, stop, and landmark results from Votura
- Faster travel-feature prototypes without manual POI curation
- Remote MCP configuration snippet for your agent project
Recommended MCP Servers
Journey fit
Third-party tour content APIs belong on the Build shelf when you integrate external data into a product you are constructing. Remote MCP over HTTP lets agents query live tour entities while you prototype features or demo integrations without bespoke scrapers.
How it compares
Remote tour-catalog MCP integration, not an on-device navigation SDK or SEO analyzer.
Common Questions / FAQ
Who is Votura Tours for?
Solo builders and small teams creating travel, tourism, or city-discovery experiences who want agents to pull real audio-tour metadata from Votura.
When should I use Votura Tours?
Use it while integrating tour search into an app, demoing landmark-aware features to stakeholders, or drafting content around specific cities and modalities.
How do I add Votura Tours to my agent?
Add the remote MCP URL https://api.votura.app/functions/v1/app_a0630e492b_mcp as a streamable-http server in your agent’s MCP settings per your client’s remote-server docs.