CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
eugenelabonarsky avatar

Votura Tours

eugenelabonarsky/votura-mcp
3 toolsHTTPregistry active
Summary

Connects Claude to Votura's audio tour database with three straightforward tools: search tours by city or coordinates with filters for transport type and duration, pull full tour details including stops and deep links, and search nearby points of interest by category like museums or landmarks. All responses include geolocation data and direct URLs to votura.app. No auth required, just drop the URL into your MCP config. Useful when you're building travel itineraries, researching city highlights, or need structured data about walking and cycling routes with audio narration baked in.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Tools

Public tool metadata for what this MCP can expose to an agent.

3 tools
search_toursSearch for audio walking, cycling, or driving tours near a city or coordinates. Returns tours with name, duration, transport type, stop count, and a deep link URL to open in the Votura app.6 params

Search for audio walking, cycling, or driving tours near a city or coordinates. Returns tours with name, duration, transport type, stop count, and a deep link URL to open in the Votura app.

Parameters* required
citystring
City or place name to search near, e.g. "Paris", "Rome", "New York"
languagestring
Preferred language code, e.g. "en-US", "fr-FR", "de-DE" (optional, defaults to en-US)
latitudenumber
Latitude — provide instead of city if you have coordinates
longitudenumber
Longitude — provide instead of city if you have coordinates
max_duration_minutesnumber
Return only tours shorter than this duration in minutes (optional)
transport_typestring
Filter by transport mode (optional)one of walking · cycling · driving
get_tour_detailsGet full details for a specific Votura tour by its ID, including the list of stops with names, categories, and coordinates, plus a shareable deep link URL.2 params

Get full details for a specific Votura tour by its ID, including the list of stops with names, categories, and coordinates, plus a shareable deep link URL.

Parameters* required
languagestring
Preferred language code for the tour URL, e.g. "en-US" (optional)
tour_idstring
UUID of the tour, obtained from search_tours
search_placesFind points of interest near a city or coordinates. Optionally filter by category (e.g. "museum", "castle", "park"). Returns place names, addresses, ratings, and coordinates.5 params

Find points of interest near a city or coordinates. Optionally filter by category (e.g. "museum", "castle", "park"). Returns place names, addresses, ratings, and coordinates.

Parameters* required
categorystring
Type of place to filter by — English singular or plural, e.g. "castle", "museum", "park", "church", "brewery", "cemetery", "landmark", "restaurant"
citystring
City or place name to search near, e.g. "Amsterdam", "Kyoto"
latitudenumber
Latitude — provide instead of city if you have coordinates
longitudenumber
Longitude — provide instead of city if you have coordinates
radius_metersnumber
Search radius in meters (optional, default 15000)

Votura MCP Server

smithery badge

Search AI-powered audio tours and points of interest by city. Votura 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:

{
  "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:

{
  "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:

{
  "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:

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

Cursor / Windsurf

Add to your MCP settings:

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

Smithery CLI

smithery mcp add eugene-labonarsky/votura-app

About Votura

Votura 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
  • App Store
  • Google Play
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
Search & Web CrawlingMedia & Entertainment
Registryactive
TransportHTTP
UpdatedMay 22, 2026
View on GitHub

Related Search & Web Crawling MCP Servers

View all →
evozim avatar
DarkWeb-Breach

io.github.evozim/darkweb-breach

OSINT dark web database search tool detecting credential leaks.
evozim avatar
Scientific-Research-Oracle

io.github.evozim/science-oracle

Scientific literature analyzer and clinical search aggregator.
evozim avatar
SEO-Ghost

io.github.evozim/seo-ghost

AEO intent and search presence optimization engine.
facultidev42facultidevelopment avatar
Faculti

io.github.facultidev42facultidevelopment/faculti

Search academic expert insights, papers and contributions from Faculti
fieldcure avatar
Essentials

io.github.fieldcure/essentials

Essential MCP server: HTTP, web search, downloads, Wolfram|Alpha, shell, JS, file I/O, memory.
fieldcure avatar
Rag

io.github.fieldcure/rag

MCP RAG server with hybrid search, multi-KB support, and AI-powered chunk contextualization.