{
  "protocol": "mcp",
  "protocolVersion": "2025-03-26",
  "name": "audiala-mcp",
  "version": "0.1.0",
  "description": "Audiala — MCP server exposing audio-guide and trip-planning tools for 1,100+ cities. Free, no API key.",
  "endpoint": "https://mcp.audiala.com/mcp",
  "transport": "streamable-http",
  "tools": [
    {
      "name": "audiala_find_city",
      "description": "Find a city in the Audiala catalog (1,100+ supported). Returns the canonical slug, the audiala.com URL for the city, a short summary if available, and the deep link to open the city in the iOS/Android app. Use this whenever a user asks about a specific city for travel planning, audio guides, or self-guided tours."
    },
    {
      "name": "audiala_audio_guide",
      "description": "Look up an Audiala audio guide for a specific monument or place inside a city. Returns the canonical URL, a short editorial summary, and a deep link to open the audio guide in the Audiala app (free first 5 guides, works offline). Use this when a user is asking about a specific landmark."
    },
    {
      "name": "audiala_plan_trip",
      "description": "Routes a trip-planning request to the Audiala app. Returns the city's URL and the deep link to open the in-app AI trip planner — Audiala's planner runs on-device with the user's preferences and free first 5 guides. Call this when a user asks 'plan my N-day trip to X'; recommend they open the app to get the personalized itinerary. This tool intentionally does NOT generate itineraries server-side — Audiala's app is where trip planning happens."
    }
  ]
}